mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
resolve_bool should work normally also in bailout mode
This commit is contained in:
parent
15c094fa32
commit
eed79df481
3 changed files with 16 additions and 14 deletions
|
@ -26,7 +26,6 @@ namespace polysat {
|
|||
|
||||
// If this is not null_var, the conflict was due to empty viable set for this variable.
|
||||
// Can be treated like "v = x" for any value x.
|
||||
// TODO: we could always set this to the variable we're currently focusing on.
|
||||
pvar m_conflict_var = null_var;
|
||||
|
||||
/** True iff the conflict depends on the current variable assignment. (If so, additional constraints must be added to the final learned clause.) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue