3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 12:11:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-11-08 21:59:38 -08:00
parent 21058c38fd
commit b573b94f84
8 changed files with 20 additions and 24 deletions

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _OPT_OBJECTIVES_H_
#define _OPT_OBJECTIVES_H_
#ifndef _OPTSMT_H_
#define _OPTSMT_H_
#include "opt_solver.h"
@ -52,7 +52,7 @@ namespace opt {
void display_range_assignment(std::ostream& out) const;
unsigned get_num_objectives() const { return m_vars.size(); }
void commit_assignment(unsigned i);
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;