mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +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
|
@ -319,11 +319,6 @@ namespace opt {
|
|||
return r;
|
||||
}
|
||||
|
||||
bool context::print_model() const {
|
||||
opt_params optp(m_params);
|
||||
return optp.print_model();
|
||||
}
|
||||
|
||||
void context::get_base_model(model_ref& mdl) {
|
||||
mdl = m_model;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue