3
0
Fork 0
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:
Nikolaj Bjorner 2024-01-11 11:45:05 -08:00
parent 4a2217a3e8
commit a2df3cb828
7 changed files with 45 additions and 42 deletions

View file

@ -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: