I wonder if SMTLIB1.2
has an equivalent to the SMTLIB2
's (get-value
).
I'm running different SMT
encoding tests using Z3 SMT solver
and SMTLIB1.2
, the problem is in the output I keep getting all values the model mixed with 100s of auxiliary variable values.
Thanks