#include <OSResult.h>
Public Member Functions | |
ObjectiveSolution () | |
Default constructor. | |
~ObjectiveSolution () | |
Class destructor. | |
Public Attributes | |
int | numberOfOtherObjectiveResult |
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 |
Definition at line 697 of file OSResult.h.
ObjectiveSolution::ObjectiveSolution | ( | ) |
ObjectiveSolution::~ObjectiveSolution | ( | ) |
Class destructor.
Definition at line 428 of file OSResult.cpp.
References numberOfOtherObjectiveResult, other, and values.
the number of types of objective function results other than the basic objective function values
Definition at line 703 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL(), and ~ObjectiveSolution().
a pointer to an array of ObjectiveValues objects
Definition at line 706 of file OSResult.h.
Referenced by OSResult::setObjectiveValues(), OSrLWriter::writeOSrL(), and ~ObjectiveSolution().
a pointer to an array of other pointer objects for objective functions
Definition at line 711 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL(), and ~ObjectiveSolution().