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:
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
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue