mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +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
|
@ -727,6 +727,7 @@ public:
|
|||
}
|
||||
|
||||
m_model = mdl;
|
||||
m_c.model_updated(mdl);
|
||||
|
||||
for (unsigned i = 0; i < m_soft.size(); ++i) {
|
||||
m_assignment[i] = is_true(m_soft[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue