Replies: 1 comment 1 reply
-
it is possible to walk all assertions and extract 0-ary uninterpreted functions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Essentially, I am building an SMT problem by adding things to a solver etc. and in the end I would like to get a list of all variables (i.e. nullary functions). I am using Java and building the problems through the java api. I am wondering if this is somehow possible to do within java.
According to this: this does not seem to be possible:
https://stackoverflow.com/questions/25767200/how-to-get-all-the-variables-that-were-added-to-any-constraint-in-a-solver
Beta Was this translation helpful? Give feedback.
All reactions