mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
286126dde9
commit
1a3fe1edd3
4 changed files with 55 additions and 10 deletions
|
@ -1071,6 +1071,8 @@ namespace smt {
|
|||
|
||||
bool get_lower(enode* n, expr_ref& r);
|
||||
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 to_expr(inf_numeral const& val, bool is_int, expr_ref& r);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue