mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
potential generalization
This commit is contained in:
parent
645f4620de
commit
9b274f349b
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ namespace polysat {
|
|||
return prop;
|
||||
}
|
||||
|
||||
// Ovfl(x, y) & ~Ovfl(y, z) ==> x > z
|
||||
// TODO: Ovfl(x, y1) & ~Ovfl(y2, z) & y1 <= y2 ==> x > z
|
||||
bool saturation::try_umul_ovfl_noovfl(pvar v, signed_constraint c1, conflict& core) {
|
||||
set_rule("[y] ovfl(x, y) & ~ovfl(y, z) ==> x > z");
|
||||
SASSERT(c1->is_umul_ovfl());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue