mirror of
https://github.com/Z3Prover/z3
synced 2026-04-26 05:43:33 +00:00
remove unused propagation in umul_overflow code. Rename propagate to saturate to reflect where it gets used
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
111dee9143
commit
6e72182194
9 changed files with 25 additions and 121 deletions
|
|
@ -342,7 +342,7 @@ namespace polysat {
|
|||
|
||||
void saturation::try_op(pvar v, signed_constraint& sc, dependency const& d) {
|
||||
SASSERT(sc.is_op());
|
||||
VERIFY(sc.propagate(c, l_true, d));
|
||||
VERIFY(sc.saturate(c, l_true, d));
|
||||
}
|
||||
|
||||
// possible algebraic rule:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue