mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
integrating SLS
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3d7f208ce6
commit
efe2a70f6f
2 changed files with 17 additions and 3 deletions
|
@ -381,7 +381,7 @@ namespace opt {
|
|||
params_ref lia_p;
|
||||
lia_p.set_bool("compile_equality", optp.pb_compile_equality());
|
||||
tac3->updt_params(lia_p);
|
||||
m_simplify = and_then(tac0.get(), tac2.get(), tac3.get());
|
||||
m_simplify = and_then(tac0.get(), tac2.get(), tac3.get(), mk_nnf_tactic(m));
|
||||
}
|
||||
else {
|
||||
m_simplify = tac0.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue