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

Public Member Functions | |
| ConstraintSolution () | |
| Default constructor.   | |
| ~ConstraintSolution () | |
| Class destructor.   | |
Public Attributes | |
| int | numberOfOtherConstraintResult | 
| the number of types of constraint function results other than the basic constraint function values   | |
| ConstraintValues * | values | 
| a pointer to an array of ConstraintValues objects   | |
| DualVariableValues * | dualValues | 
| a pointer to an array of DualVariableValues objects   | |
| OtherConstraintResult ** | other | 
| a pointer to an array of other pointer objects for constraint functions   | |
The ConstraintSolution Class.
Definition at line 739 of file OSResult.h.
| ConstraintSolution::ConstraintSolution | ( | ) | 
Default constructor.
| ConstraintSolution::~ConstraintSolution | ( | ) | 
Class destructor.
the number of types of constraint function results other than the basic constraint function values
Definition at line 746 of file OSResult.h.
a pointer to an array of ConstraintValues objects
Definition at line 749 of file OSResult.h.
a pointer to an array of DualVariableValues objects
Definition at line 752 of file OSResult.h.
a pointer to an array of other pointer objects for constraint functions
Definition at line 757 of file OSResult.h.
 1.6.1