3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-11 11:24:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-26 18:27:44 +01:00
parent fc6e127cca
commit 7b85afbe9c
4 changed files with 20 additions and 5 deletions

View file

@ -473,6 +473,8 @@ namespace polysat {
if (m_conflict.conflict_var() != null_var) {
// This case corresponds to a propagation of conflict_var, except it's not explicitly on the stack.
VERIFY(m_viable.resolve(m_conflict.conflict_var(), m_conflict));
// TBD: make sure last value decision is blocked by this conflict.
// A conflict in test_l5 reverts v1 = 2 more than once.
}
search_iterator search_it(m_search);