mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
debugging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
94416bea52
commit
6f4c873b29
9 changed files with 139 additions and 102 deletions
|
@ -1734,11 +1734,14 @@ namespace sat {
|
|||
}
|
||||
IF_VERBOSE(1, verbose_stream() << "(sat-lookahead :units " << num_units << ")\n";);
|
||||
|
||||
if (num_units > 0 && !m_s.inconsistent()) {
|
||||
if (m_s.inconsistent()) return;
|
||||
|
||||
if (num_units > 0) {
|
||||
m_s.propagate_core(false);
|
||||
m_s.m_simplifier(false);
|
||||
}
|
||||
m_lookahead.reset();
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue