3
0
Fork 0
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:
Jakob Rath 2023-03-05 22:50:00 +01:00
parent 4f96249570
commit f6213bdaa6

View file

@ -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: