mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 07:15:47 +00:00
umul
This commit is contained in:
parent
8d871bf8b5
commit
d4592f2abf
5 changed files with 32 additions and 34 deletions
|
@ -183,7 +183,7 @@ namespace polysat {
|
|||
}
|
||||
|
||||
void inf_saturate::push_omega(pdd const& x, pdd const& y) {
|
||||
m_new_constraints.insert(~s.mul_ovfl(x, y));
|
||||
m_new_constraints.insert(~s.umul_ovfl(x, y));
|
||||
/*
|
||||
// determine worst case upper bounds for x, y
|
||||
// then extract premises for a non-worst-case bound.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue