mirror of
https://github.com/Z3Prover/z3
synced 2026-02-11 11:24:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
73ffd1c1cb
commit
21c604e7b4
2 changed files with 3 additions and 3 deletions
|
|
@ -473,7 +473,7 @@ 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.
|
||||
resolve_value(m_conflict.conflict_var());
|
||||
VERIFY(m_viable.resolve(m_conflict.conflict_var(), m_conflict));
|
||||
}
|
||||
|
||||
search_iterator search_it(m_search);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue