3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00

hide new behavior until tested

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-06-21 02:25:02 -07:00 committed by Christoph M. Wintersteiger
parent 5aee077d55
commit 45d2ffa38c

View file

@ -112,8 +112,8 @@ public:
l = logic;
tactic * t = mk_tactic_for_logic(m, p, l);
return mk_combined_solver(mk_tactic2solver(m, t, p, proofs_enabled, models_enabled, unsat_core_enabled, l),
mk_solver_for_logic(m, p, l),
//mk_smt_solver(m, p, l),
//mk_solver_for_logic(m, p, l),
mk_smt_solver(m, p, l),
p);
}
};