#include <OSResult.h>
Collaboration diagram for ObjectiveSolution:
Public Member Functions | |
ObjectiveSolution () | |
Default constructor. | |
~ObjectiveSolution () | |
Class destructor. | |
bool | IsEqual (ObjectiveSolution *that) |
A function to check for the equality of two objects. | |
bool | setRandom (double density, bool conformant) |
A function to make a random instance of this class. | |
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 | |
BasisStatus * | basisStatus |
a pointer to a BasisStatus object | |
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 1467 of file OSResult.h.
ObjectiveSolution::ObjectiveSolution | ( | ) |
ObjectiveSolution::~ObjectiveSolution | ( | ) |
Class destructor.
Definition at line 685 of file OSResult.cpp.
References basisStatus, numberOfOtherObjectiveResults, other, and values.
ObjectiveSolution::ObjectiveSolution | ( | ) |
Default constructor.
ObjectiveSolution::~ObjectiveSolution | ( | ) |
Class destructor.
bool ObjectiveSolution::IsEqual | ( | ObjectiveSolution * | that | ) |
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" atrbutes and <XXX> children) |
Definition at line 7948 of file OSResult.cpp.
References OSRand(), other, and OtherObjectiveResult::setRandom().
the number of types of objective function results other than the basic objective function values
Definition at line 1473 of file OSResult.h.
Referenced by OSResult::getOtherObjectiveResultEnumerationDescription(), OSResult::getOtherObjectiveResultEnumerationEl(), OSResult::getOtherObjectiveResultEnumerationNumberOfEl(), OSResult::getOtherObjectiveResultEnumerationValue(), and ~ObjectiveSolution().
a pointer to an array of ObjectiveValues objects
Definition at line 1476 of file OSResult.h.
Referenced by main(), OSResult::setObjectiveValues(), and ~ObjectiveSolution().
a pointer to a BasisStatus object
Definition at line 1479 of file OSResult.h.
Referenced by OSResult::getBasisStatusEl(), OSResult::getBasisStatusNumberOfEl(), OSResult::setBasisStatus(), tempPrintArrays(), and ~ObjectiveSolution().
a pointer to an array of other pointer objects for objective functions
Definition at line 1484 of file OSResult.h.
Referenced by OSResult::getOtherObjectiveResultEnumerationDescription(), OSResult::getOtherObjectiveResultEnumerationEl(), OSResult::getOtherObjectiveResultEnumerationNumberOfEl(), OSResult::getOtherObjectiveResultEnumerationValue(), OSResult::setOtherOptionEnumeration(), setRandom(), tempPrintArrays(), and ~ObjectiveSolution().
a pointer to an array of other pointer objects for objective functions
Definition at line 884 of file OSResult.h.