3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-06 07:15:47 +00:00
This commit is contained in:
Jakob Rath 2022-07-21 11:57:27 +02:00
parent 8d871bf8b5
commit d4592f2abf
5 changed files with 32 additions and 34 deletions

View file

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