3
0
Fork 0
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:
Nikolaj Bjorner 2014-10-15 15:11:31 -07:00
parent ce18421a7a
commit 630a3d6ea8
3 changed files with 12 additions and 17 deletions

View file

@ -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();