The ConstraintSolution Class. More...
#include <OSResult.h>

Public Member Functions | |
| ConstraintSolution () | |
| Default constructor. | |
| ~ConstraintSolution () | |
| Class destructor. | |
| bool | IsEqual (ConstraintSolution *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. | |
| ConstraintSolution () | |
| Default constructor. | |
| ~ConstraintSolution () | |
| Class destructor. | |
Public Attributes | |
| int | numberOfOtherConstraintResults |
| the number of types of constraint function results other than the basic constraint function values | |
| DualVariableValues * | dualValues |
| a pointer to an array of DualVariableValues objects | |
| BasisStatus * | basisStatus |
| a pointer to a BasisStatus object | |
| OtherConstraintResult ** | other |
| a pointer to an array of other pointer objects for constraint functions | |
The ConstraintSolution Class.
Definition at line 1815 of file OSResult.h.
| ConstraintSolution::ConstraintSolution | ( | ) |
Default constructor.
Definition at line 887 of file OSResult.cpp.
| ConstraintSolution::~ConstraintSolution | ( | ) |
Class destructor.
Definition at line 899 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 7406 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" atrbutes and <XXX> children) |
Definition at line 8778 of file OSResult.cpp.
the number of types of constraint function results other than the basic constraint function values
Definition at line 1823 of file OSResult.h.
a pointer to an array of DualVariableValues objects
Definition at line 1826 of file OSResult.h.
a pointer to a BasisStatus object
Definition at line 1829 of file OSResult.h.
a pointer to an array of other pointer objects for constraint functions
Definition at line 1834 of file OSResult.h.
1.6.1