mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fixed more problems in the new param framework
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
d634c945bf
commit
6d7d205e13
30 changed files with 185 additions and 168 deletions
|
@ -902,7 +902,7 @@ public:
|
|||
|
||||
tactic * mk_purify_arith_tactic(ast_manager & m, params_ref const & p) {
|
||||
params_ref elim_rem_p = p;
|
||||
elim_rem_p.set_bool("elim-rem", true);
|
||||
elim_rem_p.set_bool("elim_rem", true);
|
||||
|
||||
params_ref skolemize_p;
|
||||
skolemize_p.set_bool("skolemize", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue