mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
remove unsound simplification
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6e72182194
commit
32e23b3b6c
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@ namespace polysat {
|
|||
}
|
||||
|
||||
signed_constraint constraints::umul_ovfl(pdd const& p, pdd const& q) {
|
||||
if (p == q) {
|
||||
unsigned N = p.manager().power_of_2();
|
||||
return ule(rational::power_of_two(N - 1), p);
|
||||
}
|
||||
auto* cnstr = alloc(umul_ovfl_constraint, p, q);
|
||||
c.trail().push(new_obj_trail(cnstr));
|
||||
return signed_constraint(ckind_t::umul_ovfl_t, cnstr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue