mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
integrate bounds from original model
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ce18421a7a
commit
630a3d6ea8
3 changed files with 12 additions and 17 deletions
|
@ -60,8 +60,8 @@ namespace opt {
|
|||
inf_eps get_upper(unsigned index) const;
|
||||
void get_model(model_ref& mdl);
|
||||
|
||||
void update_lower(unsigned idx, inf_eps const& r, bool override);
|
||||
void update_upper(unsigned idx, inf_eps const& r, bool override);
|
||||
void update_lower(unsigned idx, inf_eps const& r);
|
||||
void update_upper(unsigned idx, inf_eps const& r);
|
||||
|
||||
void reset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue