mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
Division monotonicity
This commit is contained in:
parent
63f7001117
commit
8db575ea3b
2 changed files with 56 additions and 5 deletions
|
@ -70,6 +70,7 @@ namespace polysat {
|
|||
bool try_add_mul_bound(pvar x, conflict& core, inequality const& axb_l_y);
|
||||
bool try_add_mul_bound2(pvar x, conflict& core, inequality const& axb_l_y);
|
||||
bool try_infer_parity_equality(pvar x, conflict& core, inequality const& a_l_b);
|
||||
bool try_div_monotonicity(conflict& core);
|
||||
|
||||
rational round(rational const& M, rational const& x);
|
||||
bool extract_linear_form(pdd const& q, pvar& y, rational& a, rational& b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue