mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +00:00
add tracking for reason unknown
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
833a910d57
commit
e37a6dd809
4 changed files with 15 additions and 6 deletions
|
@ -233,11 +233,6 @@ namespace sat {
|
|||
CASSERT("sat_solver", s.check_invariant());
|
||||
TRACE("after_simplifier", s.display(tout); tout << "model_converter:\n"; s.m_mc.display(tout););
|
||||
|
||||
if (!learned) {
|
||||
// perform lookahead simplification
|
||||
lookahead(s).simplify();
|
||||
}
|
||||
|
||||
finalize();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue