mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
saved params work
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c3055207ed
commit
cf28cbab0a
130 changed files with 1469 additions and 948 deletions
|
@ -138,7 +138,7 @@ tactic * mk_simplify_tactic(ast_manager & m, params_ref const & p) {
|
|||
|
||||
tactic * mk_elim_and_tactic(ast_manager & m, params_ref const & p) {
|
||||
params_ref xp = p;
|
||||
xp.set_bool(":elim-and", true);
|
||||
xp.set_bool("elim_and", true);
|
||||
return using_params(mk_simplify_tactic(m, xp), xp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue