3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

should not happen anymore

This commit is contained in:
Jakob Rath 2022-10-07 10:11:00 +02:00
parent af368b39c9
commit bef1be8cb5

View file

@ -706,6 +706,7 @@ namespace polysat {
// TODO: should not be here, too general
for (auto c : core) {
if (c.bvalue(s) == l_false) {
UNREACHABLE(); // an invariant of the new conflict state is that bvalue of all inserted constraints is l_true (cf. assertion in conflict::insert)
core.set(~c);
core.logger().log("");
break;