Skip to content

Commit

Permalink
hide new behavior until tested
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner authored and Christoph M. Wintersteiger committed Jun 24, 2015
1 parent fe9a0e1 commit 89ed28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tactic/portfolio/smt_strategic_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ class smt_strategic_solver_factory : public solver_factory {
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);
}
};
Expand Down

0 comments on commit 89ed28f

Please sign in to comment.