mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
added pareto utility
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
55863b4bb5
commit
20cb8a3092
8 changed files with 477 additions and 104 deletions
|
@ -73,7 +73,8 @@ namespace opt {
|
|||
rational get_value() const;
|
||||
rational get_lower() const;
|
||||
rational get_upper() const;
|
||||
void update_lower(rational const& r);
|
||||
void update_lower(rational const& r, bool override);
|
||||
void update_upper(rational const& r, bool override);
|
||||
void get_model(model_ref& mdl);
|
||||
bool get_assignment(unsigned index) const;
|
||||
void display_answer(std::ostream& out) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue