mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bb4888ce31
commit
4c1379e8c9
22 changed files with 238 additions and 580 deletions
|
@ -198,7 +198,7 @@ namespace sat {
|
|||
initialize();
|
||||
|
||||
CASSERT("sat_solver", s.check_invariant());
|
||||
TRACE("before_simplifier", s.display(tout););
|
||||
TRACE("sat_simplifier", s.display(tout););
|
||||
|
||||
s.m_cleaner(true);
|
||||
TRACE("after_cleanup", s.display(tout););
|
||||
|
@ -254,7 +254,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
CASSERT("sat_solver", s.check_invariant());
|
||||
TRACE("after_simplifier", s.display(tout); tout << "model_converter:\n"; s.m_mc.display(tout););
|
||||
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