mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +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
|
@ -3919,7 +3919,6 @@ namespace smt {
|
|||
!m_manager.proofs_enabled() &&
|
||||
m_units_to_reassert.size() < m_fparams.m_delay_units_threshold;
|
||||
|
||||
TRACE("conflict", tout << delay_forced_restart << "\n";);
|
||||
if (delay_forced_restart) {
|
||||
new_lvl = conflict_lvl - 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue