mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
interval
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
adf41c5d02
commit
a4e29ecd7e
4 changed files with 35 additions and 32 deletions
|
@ -38,9 +38,7 @@ namespace polysat {
|
|||
vector<signed_constraint> m_new_constraints;
|
||||
char const* m_rule = nullptr;
|
||||
|
||||
void set_rule(char const* r) { m_rule = r; }
|
||||
|
||||
bool find_upper_bound(pvar x, signed_constraint& c, rational& bound);
|
||||
void set_rule(char const* r) { m_rule = r; }
|
||||
|
||||
void push_omega(pdd const& x, pdd const& y);
|
||||
void push_omega_bisect(pdd const& x, rational x_max, pdd const& y, rational y_max);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue