The ObjectiveSolution Class. More...
#include <OSResult.h>
Public Member Functions | |
ObjectiveSolution () | |
Default constructor. More... | |
~ObjectiveSolution () | |
Class destructor. More... | |
bool | IsEqual (ObjectiveSolution *that) |
A function to check for the equality of two objects. More... | |
bool | setRandom (double density, bool conformant) |
A function to make a random instance of this class. More... | |
ObjectiveSolution () | |
Default constructor. More... | |
~ObjectiveSolution () | |
Class destructor. More... | |
Public Attributes | |
int | numberOfOtherObjectiveResults |
the number of types of objective function results other than the basic objective function values More... | |
ObjectiveValues * | values |
a pointer to an array of ObjectiveValues objects More... | |
BasisStatus * | basisStatus |
a pointer to a BasisStatus object More... | |
OtherObjectiveResult ** | other |
a pointer to an array of other pointer objects for objective functions More... | |
The ObjectiveSolution Class.
Definition at line 1537 of file OSResult.h.
ObjectiveSolution::ObjectiveSolution | ( | ) |
Default constructor.
Definition at line 732 of file OSResult.cpp.
ObjectiveSolution::~ObjectiveSolution | ( | ) |
Class destructor.
Definition at line 744 of file OSResult.cpp.
ObjectiveSolution::ObjectiveSolution | ( | ) |
Default constructor.
ObjectiveSolution::~ObjectiveSolution | ( | ) |
Class destructor.
bool ObjectiveSolution::IsEqual | ( | ObjectiveSolution * | that | ) |
A function to check for the equality of two objects.
Definition at line 8810 of file OSResult.cpp.
bool ObjectiveSolution::setRandom | ( | double | density, |
bool | conformant | ||
) |
A function to make a random instance of this class.
density,: | corresponds to the probability that a particular child element is created |
conformant,: | if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children) |
Definition at line 10404 of file OSResult.cpp.
int ObjectiveSolution::numberOfOtherObjectiveResults |
the number of types of objective function results other than the basic objective function values
Definition at line 1544 of file OSResult.h.
ObjectiveValues * ObjectiveSolution::values |
a pointer to an array of ObjectiveValues objects
Definition at line 1547 of file OSResult.h.
BasisStatus* ObjectiveSolution::basisStatus |
a pointer to a BasisStatus object
Definition at line 1550 of file OSResult.h.
OtherObjectiveResult ** ObjectiveSolution::other |
a pointer to an array of other pointer objects for objective functions
Definition at line 1555 of file OSResult.h.