mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +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:
|
||||
if (intersect(v, sc)) {
|
||||
if (s.is_conflict())
|
||||
return true;
|
||||
rational val;
|
||||
switch (find_viable(v, val)) {
|
||||
case find_t::singleton:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue