3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

Leftover debug return

This commit is contained in:
Clemens Eisenhofer 2023-03-07 15:53:32 +01:00
parent 6d0c3c0770
commit f059b5e16b

View file

@ -228,7 +228,6 @@ namespace polysat {
bool saturation::try_op(pvar v, signed_constraint c, conflict& core) {
SASSERT(c->is_op());
SASSERT(c.is_positive());
return false;
op_constraint* op = ((op_constraint*)c.get());
clause_ref correction = op->produce_lemma(s, s.get_assignment(), c.is_positive());
if (correction) {