mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
updated sat state
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1e143971c3
commit
dfeb4b5235
2 changed files with 2 additions and 6 deletions
|
@ -192,8 +192,6 @@ namespace sat {
|
|||
return;
|
||||
if (!m_subsumption && !bce_enabled() && !bca_enabled() && !elim_vars_enabled())
|
||||
return;
|
||||
|
||||
// solver::scoped_disable_checkpoint _scoped_disable_checkpoint(s);
|
||||
|
||||
initialize();
|
||||
|
||||
|
@ -257,7 +255,6 @@ namespace sat {
|
|||
TRACE("sat_simplifier", s.display(tout); tout << "model_converter:\n"; s.m_mc.display(tout););
|
||||
|
||||
finalize();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue