mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b573b94f84
commit
ba05f79415
6 changed files with 16 additions and 12 deletions
|
@ -51,7 +51,7 @@ namespace opt {
|
|||
void display_assignment(std::ostream& out) const;
|
||||
void display_range_assignment(std::ostream& out) const;
|
||||
|
||||
unsigned get_num_objectives() const { return m_vars.size(); }
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue