mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
print pareto model in check-sat too
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
parent
23a6138d81
commit
a2448be0cd
4 changed files with 18 additions and 0 deletions
|
@ -124,6 +124,7 @@ 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;
|
||||
};
|
||||
|
||||
class cmd_context : public progress_callback, public tactic_manager, public ast_printer_context {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue