mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 02:08:07 +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
|
@ -1342,7 +1342,11 @@ namespace sat {
|
|||
CASSERT("sat_simplify_bug", check_invariant());
|
||||
}
|
||||
|
||||
lookahead(*this).scc();
|
||||
if (m_config.m_lookahead_simplify) {
|
||||
lookahead lh(*this);
|
||||
lh.scc();
|
||||
lh.collect_statistics(m_aux_stats);
|
||||
}
|
||||
|
||||
sort_watch_lits();
|
||||
CASSERT("sat_simplify_bug", check_invariant());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue