mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 21:31:22 +00:00
fix datatype occurs check bug reported by Gerhard Schellhorn
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
442e47dfce
commit
947fe2ff9c
1 changed files with 0 additions and 1 deletions
|
@ -3919,7 +3919,6 @@ namespace smt {
|
||||||
!m_manager.proofs_enabled() &&
|
!m_manager.proofs_enabled() &&
|
||||||
m_units_to_reassert.size() < m_fparams.m_delay_units_threshold;
|
m_units_to_reassert.size() < m_fparams.m_delay_units_threshold;
|
||||||
|
|
||||||
TRACE("conflict", tout << delay_forced_restart << "\n";);
|
|
||||||
if (delay_forced_restart) {
|
if (delay_forced_restart) {
|
||||||
new_lvl = conflict_lvl - 1;
|
new_lvl = conflict_lvl - 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue