mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
fixes to maxsmt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5f72325e99
commit
ac893e907f
11 changed files with 124 additions and 113 deletions
|
@ -58,7 +58,6 @@ namespace opt {
|
|||
|
||||
unsigned get_num_objectives() const { return m_objs.size(); }
|
||||
void commit_assignment(unsigned index);
|
||||
inf_eps get_value(unsigned index) const;
|
||||
inf_eps get_lower(unsigned index) const;
|
||||
inf_eps get_upper(unsigned index) const;
|
||||
void get_model(model_ref& mdl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue