#include <OSResult.h>
Public Member Functions | |
| ObjectiveValues () | |
| Default constructor. | |
| ~ObjectiveValues () | |
| Class destructor. | |
Public Attributes | |
| std::vector< ObjValue * > | obj |
| obj is a vector of ObjValue objects that give an index and objective function value for each objective function. | |
Definition at line 548 of file OSResult.h.
| ObjectiveValues::ObjectiveValues | ( | ) |
| ObjectiveValues::~ObjectiveValues | ( | ) |
| std::vector<ObjValue*> ObjectiveValues::obj |
obj is a vector of ObjValue objects that give an index and objective function value for each objective function.
Definition at line 555 of file OSResult.h.
Referenced by OSResult::setObjectiveValues(), and ~ObjectiveValues().
1.4.7