The ObjectiveValues Class. More...
#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. | |
The ObjectiveValues Class.
Definition at line 548 of file OSResult.h.
| ObjectiveValues::ObjectiveValues | ( | ) |
Default constructor.
| ObjectiveValues::~ObjectiveValues | ( | ) |
Class destructor.
| 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.
1.6.1