mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
1507ab5d4b
8 changed files with 115 additions and 66 deletions
|
@ -223,6 +223,13 @@ namespace sat {
|
|||
}
|
||||
}
|
||||
|
||||
if (!learned && s.m_config.m_lookahead_simplify) {
|
||||
// perform lookahead simplification
|
||||
lookahead lh(s);
|
||||
lh.simplify();
|
||||
lh.collect_statistics(s.m_aux_stats);
|
||||
}
|
||||
|
||||
CASSERT("sat_solver", s.check_invariant());
|
||||
TRACE("after_simplifier", s.display(tout); tout << "model_converter:\n"; s.m_mc.display(tout););
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue