mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
should not happen anymore
This commit is contained in:
parent
af368b39c9
commit
bef1be8cb5
1 changed files with 1 additions and 0 deletions
|
@ -706,6 +706,7 @@ namespace polysat {
|
||||||
// TODO: should not be here, too general
|
// TODO: should not be here, too general
|
||||||
for (auto c : core) {
|
for (auto c : core) {
|
||||||
if (c.bvalue(s) == l_false) {
|
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.set(~c);
|
||||||
core.logger().log("");
|
core.logger().log("");
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue