mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 03:04:44 +00:00
na
This commit is contained in:
parent
134831283f
commit
79bc33b88e
4 changed files with 10 additions and 8 deletions
|
@ -233,8 +233,8 @@ namespace polysat {
|
|||
return { dedup(alloc(mul_ovfl_constraint, *this, a, b)), true };
|
||||
}
|
||||
|
||||
signed_constraint constraint_manager::shr(pdd const& p, pdd const& q) {
|
||||
return { dedup(alloc(shr_constraint, *this, p, q)), true };
|
||||
signed_constraint constraint_manager::shr(pdd const& p, pdd const& q, pdd const& r) {
|
||||
return { dedup(alloc(shr_constraint, *this, p, q, r)), true };
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue