mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
add default tactic as option to overwrite the behavior of strategic solver factory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1e770af1cc
commit
f3b79087ee
6 changed files with 60 additions and 5 deletions
|
@ -73,7 +73,6 @@ unsigned read_smtlib2_commands(char const * file_name) {
|
|||
cmd_context ctx;
|
||||
|
||||
ctx.set_solver_factory(mk_smt_strategic_solver_factory());
|
||||
|
||||
install_dl_cmds(ctx);
|
||||
install_dbg_cmds(ctx);
|
||||
install_polynomial_cmds(ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue