mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
wip based on notes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ab9a9d2308
commit
10589d59ba
2 changed files with 99 additions and 17 deletions
|
@ -65,6 +65,10 @@ 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);
|
||||
|
||||
rational round(rational const& N, rational const& x);
|
||||
bool extract_linear_form(pdd const& q, pvar& y, rational& a, rational& b);
|
||||
bool extract_bilinear_form(pvar x, pdd const& p, pvar& y, rational& a, rational& b, rational& c, rational& d);
|
||||
|
||||
bool get_bound(pvar x, rational const& bound_x, pdd const& p, rational& bound_p);
|
||||
|
||||
// c := lhs ~ v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue