mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
change command-line experience for pareto fronts. It now requires multiple check-sat calls to loop over the fronts. This allows querying each model in turn. #1008
This commit is contained in:
parent
6f2cd4817b
commit
f3a0b7e0cd
5 changed files with 17 additions and 25 deletions
|
@ -123,7 +123,6 @@ public:
|
|||
virtual void display_assignment(std::ostream& out) = 0;
|
||||
virtual bool is_pareto() = 0;
|
||||
virtual void set_logic(symbol const& s) = 0;
|
||||
virtual bool print_model() const = 0;
|
||||
virtual void get_box_model(model_ref& mdl, unsigned index) = 0;
|
||||
virtual void updt_params(params_ref const& p) = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue