3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-05 09:37:44 +00:00

Division monotonicity

This commit is contained in:
Clemens Eisenhofer 2023-02-01 11:27:46 +01:00
parent 63f7001117
commit 8db575ea3b
2 changed files with 56 additions and 5 deletions

View file

@ -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);