3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 12:11:23 +00:00

added pareto utility

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-04-25 03:00:31 +02:00
parent 55863b4bb5
commit 20cb8a3092
8 changed files with 477 additions and 104 deletions

View file

@ -60,7 +60,8 @@ namespace opt {
inf_eps get_upper(unsigned index) const;
void get_model(model_ref& mdl);
void update_lower(unsigned idx, rational const& r);
void update_lower(unsigned idx, inf_eps const& r, bool override);
void update_upper(unsigned idx, inf_eps const& r, bool override);
void reset();