mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
don't flush stream when printing param vals
This commit is contained in:
parent
d4490738bc
commit
d30cb55bae
13 changed files with 14 additions and 14 deletions
|
@ -23,7 +23,7 @@ Author:
|
|||
|
||||
tactic * mk_smt_tactic(ast_manager & m, params_ref const & p) {
|
||||
sat_params sp(p);
|
||||
if (sp.smt())
|
||||
if (sp.smt())
|
||||
return mk_solver2tactic(mk_smt2_solver(m, p));
|
||||
if (sp.euf())
|
||||
return mk_sat_tactic(m, p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue