3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 11:07:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2023-12-12 14:41:31 -08:00
parent 2292a26a25
commit e0effa3775
4 changed files with 44 additions and 17 deletions

View file

@ -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());