mirror of
https://github.com/Z3Prover/z3
synced 2026-03-12 16:20:31 +00:00
have propagate return whether it did something
This commit is contained in:
parent
4a2217a3e8
commit
a2df3cb828
7 changed files with 45 additions and 42 deletions
|
|
@ -243,7 +243,7 @@ namespace polysat {
|
|||
|
||||
void saturation::try_op(pvar v, signed_constraint& sc, dependency const& d) {
|
||||
SASSERT(sc.is_op());
|
||||
sc.propagate(c, l_true, d);
|
||||
VERIFY(sc.propagate(c, l_true, d));
|
||||
}
|
||||
|
||||
// possible algebraic rule:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue