mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
return on conflict (missing from earlier commit)
This commit is contained in:
parent
4f96249570
commit
f6213bdaa6
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@ namespace polysat {
|
||||||
|
|
||||||
try_viable:
|
try_viable:
|
||||||
if (intersect(v, sc)) {
|
if (intersect(v, sc)) {
|
||||||
|
if (s.is_conflict())
|
||||||
|
return true;
|
||||||
rational val;
|
rational val;
|
||||||
switch (find_viable(v, val)) {
|
switch (find_viable(v, val)) {
|
||||||
case find_t::singleton:
|
case find_t::singleton:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue