3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-12 02:04:43 +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:34:26 -08:00
parent f2e636c598
commit 442e47dfce
6 changed files with 40 additions and 25 deletions

View file

@ -3918,6 +3918,8 @@ namespace smt {
conflict_lvl > m_search_lvl + 1 &&
!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;
}