mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
add facility to solve for a linear term over API
This commit is contained in:
parent
d2411567b5
commit
05e053247d
14 changed files with 109 additions and 6 deletions
|
@ -93,6 +93,7 @@ namespace smt {
|
|||
bool get_upper(enode* n, expr_ref& r);
|
||||
bool get_lower(enode* n, rational& r, bool& is_strict);
|
||||
bool get_upper(enode* n, rational& r, bool& is_strict);
|
||||
bool solve_for(enode* n, expr_ref& r) override;
|
||||
|
||||
void display(std::ostream & out) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue