When using z3 to solve SMT2 files and applying a tactic, (e.g., “(apply qfbv)”), how do I set an option for that tactic? For example, QFBV has an option “cache-all” that by default is set to false. How can I set it to true using SMT2 files? Or is this not possible using the SMT2 language?
Share
You can use the combinator
using-params. The combinator!is a shorthand forusing-params.Here is a small example using the tactic
simplify(Try it online at: http://rise4fun.com/Z3/JaZ).