#include <OSResult.h>
Public Member Functions | |
ObjectiveValues () | |
Default constructor. | |
~ObjectiveValues () | |
Class destructor. | |
ObjectiveValues () | |
Default constructor. | |
~ObjectiveValues () | |
Class destructor. | |
Public Attributes | |
int | numberOfObj |
record the number of objective rows for which values are given | |
std::vector< ObjValue * > | obj |
obj is a pointer to an array of ObjValue objects that give an index and objective function value for each objective function. | |
std::vector< ObjValue * > | obj |
obj is a pointer to an array of ObjValue objects that give an index and objective function value for each objective function. |
Definition at line 739 of file OSResult.h.
ObjectiveValues::ObjectiveValues | ( | ) |
ObjectiveValues::~ObjectiveValues | ( | ) |
ObjectiveValues::ObjectiveValues | ( | ) |
Default constructor.
ObjectiveValues::~ObjectiveValues | ( | ) |
Class destructor.
record the number of objective rows for which values are given
Definition at line 744 of file OSResult.h.
Referenced by OSResult::setNumberOfObjectiveValues(), OSResult::setObjectiveValues(), OSResult::setObjectiveValuesDense(), and OSResult::setObjectiveValuesSparse().
std::vector<ObjValue*> ObjectiveValues::obj |
obj is a pointer to an array of ObjValue objects that give an index and objective function value for each objective function.
Definition at line 750 of file OSResult.h.
Referenced by main(), OSResult::setObjectiveValues(), OSResult::setObjectiveValuesDense(), OSResult::setObjectiveValuesSparse(), and ~ObjectiveValues().
std::vector<ObjValue*> ObjectiveValues::obj |
obj is a pointer to an array of ObjValue objects that give an index and objective function value for each objective function.
Definition at line 748 of file OSResult.h.