mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
n/a
This commit is contained in:
parent
2292a26a25
commit
e0effa3775
4 changed files with 44 additions and 17 deletions
|
@ -77,6 +77,8 @@ namespace polysat {
|
|||
}
|
||||
|
||||
void umul_ovfl_constraint::propagate(core& c, lbool value, dependency const& dep) {
|
||||
if (value == l_undef)
|
||||
return;
|
||||
auto& C = c.cs();
|
||||
auto p1 = c.subst(p());
|
||||
auto q1 = c.subst(q());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue