mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
add solution_prefix per #1463, have parto with single objective behave similar to multipe-objectives #1439
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
57406d6cc4
commit
e4198c38e2
6 changed files with 31 additions and 3 deletions
|
@ -147,6 +147,7 @@ namespace opt {
|
|||
bool get_assignment(unsigned index) const;
|
||||
void display_answer(std::ostream& out) const;
|
||||
void collect_statistics(statistics& st) const;
|
||||
void model_updated(model* mdl);
|
||||
private:
|
||||
bool is_maxsat_problem(weights_t& ws) const;
|
||||
void verify_assignment();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue