The ConstraintSolution Class. More...
#include <OSResult.h>
Public Member Functions | |
ConstraintSolution () | |
Default constructor. More... | |
~ConstraintSolution () | |
Class destructor. More... | |
bool | IsEqual (ConstraintSolution *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... | |
ConstraintSolution () | |
Default constructor. More... | |
~ConstraintSolution () | |
Class destructor. More... | |
Public Attributes | |
int | numberOfOtherConstraintResults |
the number of types of constraint function results other than the basic constraint function values More... | |
DualVariableValues * | dualValues |
a pointer to an array of DualVariableValues objects More... | |
BasisStatus * | basisStatus |
a pointer to a BasisStatus object More... | |
OtherConstraintResult ** | other |
a pointer to an array of other pointer objects for constraint functions More... | |
The ConstraintSolution Class.
Definition at line 1860 of file OSResult.h.
ConstraintSolution::ConstraintSolution | ( | ) |
Default constructor.
Definition at line 889 of file OSResult.cpp.
ConstraintSolution::~ConstraintSolution | ( | ) |
Class destructor.
Definition at line 901 of file OSResult.cpp.
ConstraintSolution::ConstraintSolution | ( | ) |
Default constructor.
ConstraintSolution::~ConstraintSolution | ( | ) |
Class destructor.
bool ConstraintSolution::IsEqual | ( | ConstraintSolution * | that | ) |
A function to check for the equality of two objects.
Definition at line 9119 of file OSResult.cpp.
bool ConstraintSolution::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 10554 of file OSResult.cpp.
int ConstraintSolution::numberOfOtherConstraintResults |
the number of types of constraint function results other than the basic constraint function values
Definition at line 1868 of file OSResult.h.
DualVariableValues * ConstraintSolution::dualValues |
a pointer to an array of DualVariableValues objects
Definition at line 1871 of file OSResult.h.
BasisStatus* ConstraintSolution::basisStatus |
a pointer to a BasisStatus object
Definition at line 1874 of file OSResult.h.
OtherConstraintResult ** ConstraintSolution::other |
a pointer to an array of other pointer objects for constraint functions
Definition at line 1879 of file OSResult.h.