3
0
Fork 0
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:
Nikolaj Bjorner 2019-01-17 16:35:07 -08:00
parent 442e47dfce
commit 947fe2ff9c

View file

@ -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;
}