mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
umul 2
This commit is contained in:
parent
d4592f2abf
commit
48c6bea331
8 changed files with 48 additions and 50 deletions
|
@ -71,8 +71,8 @@ namespace polysat {
|
|||
fi_record& fi);
|
||||
|
||||
bool get_interval_ule(signed_constraint const& c, pvar v, fi_record& fi);
|
||||
|
||||
bool get_interval_mul_ovfl(signed_constraint const& c, pvar v, fi_record& fi);
|
||||
|
||||
bool get_interval_umul_ovfl(signed_constraint const& c, pvar v, fi_record& fi);
|
||||
|
||||
struct backtrack {
|
||||
bool released = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue