#include <OSResult.h>
Collaboration diagram for ObjectiveSolution:
Public Member Functions | |
ObjectiveSolution () | |
Default constructor. | |
~ObjectiveSolution () | |
Class destructor. | |
ObjectiveSolution () | |
Default constructor. | |
~ObjectiveSolution () | |
Class destructor. | |
Public Attributes | |
int | numberOfOtherObjectiveResults |
the number of types of objective function results other than the basic objective function values | |
ObjectiveValues * | values |
a pointer to an array of ObjectiveValues objects | |
OtherObjectiveResult ** | other |
a pointer to an array of other pointer objects for objective functions | |
ObjectiveValues * | values |
a pointer to an array of ObjectiveValues objects | |
OtherObjectiveResult ** | other |
a pointer to an array of other pointer objects for objective functions |
Definition at line 871 of file OSResult.h.
ObjectiveSolution::ObjectiveSolution | ( | ) |
ObjectiveSolution::~ObjectiveSolution | ( | ) |
Class destructor.
Definition at line 546 of file OSResult.cpp.
References numberOfOtherObjectiveResults, other, and values.
ObjectiveSolution::ObjectiveSolution | ( | ) |
Default constructor.
ObjectiveSolution::~ObjectiveSolution | ( | ) |
Class destructor.
the number of types of objective function results other than the basic objective function values
Definition at line 877 of file OSResult.h.
Referenced by ~ObjectiveSolution().
a pointer to an array of ObjectiveValues objects
Definition at line 880 of file OSResult.h.
Referenced by main(), OSResult::setNumberOfObjectiveValues(), OSResult::setObjectiveValues(), OSResult::setObjectiveValuesDense(), OSResult::setObjectiveValuesSparse(), and ~ObjectiveSolution().
a pointer to an array of other pointer objects for objective functions
Definition at line 885 of file OSResult.h.
Referenced by ~ObjectiveSolution().
a pointer to an array of other pointer objects for objective functions
Definition at line 884 of file OSResult.h.