java-smt icon indicating copy to clipboard operation
java-smt copied to clipboard

Support check-sat-using tactic for Z3

Open PhilippWendler opened this issue 6 years ago • 0 comments

Z3 provides not only check-sat but also check-sat-using <tactic> in SMTLib, so probably also via the API. This can be used to let Z3 use different solving strategies, which might be more effective in some scenarios.

Users would like to experiment with this (example), so I suggest we add a configuration option for Z3 that lets users specify such a tactic which then gets used for all solving calls.

PhilippWendler avatar Apr 16 '19 08:04 PhilippWendler