mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 17:47:41 +00:00
add hooks for multiplication overflow
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d18a2427a4
commit
4e0604bc22
3 changed files with 72 additions and 5 deletions
|
@ -142,6 +142,9 @@ namespace polysat {
|
|||
bool try_inequality(pvar v, inequality const& i, conflict& core);
|
||||
|
||||
bool try_umul_ovfl(pvar v, signed_constraint const& c, conflict& core);
|
||||
bool try_umul_noovfl_lo(pvar v, signed_constraint const& c, conflict& core);
|
||||
bool try_umul_noovfl_bounds(pvar v, signed_constraint const& c, conflict& core);
|
||||
bool try_umul_ovfl_bounds(pvar v, signed_constraint const& c, conflict& core);
|
||||
|
||||
public:
|
||||
saturation(solver& s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue