mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
various fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
57fc0f3f55
commit
4415df3fcf
6 changed files with 89 additions and 77 deletions
|
@ -192,7 +192,8 @@ namespace opt {
|
|||
void from_fmls(expr_ref_vector const& fmls);
|
||||
void simplify_fmls(expr_ref_vector& fmls);
|
||||
|
||||
void update_lower(bool override);
|
||||
void update_lower(bool override) { update_bound(override, true); }
|
||||
void update_bound(bool override, bool is_lower);
|
||||
|
||||
inf_eps get_lower_as_num(unsigned idx);
|
||||
inf_eps get_upper_as_num(unsigned idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue