mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
Leftover debug return
This commit is contained in:
parent
6d0c3c0770
commit
f059b5e16b
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue