#include <OSResult.h>
Collaboration diagram for ConstraintSolution:

Public Member Functions | |
| ConstraintSolution () | |
| Default constructor. | |
| ~ConstraintSolution () | |
| Class destructor. | |
| bool | IsEqual (ConstraintSolution *that) |
| A function to check for the equality of two objects. | |
| 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 | |
| OtherConstraintResult ** | other |
| a pointer to an array of other pointer objects for constraint functions | |
| DualVariableValues * | dualValues |
| a pointer to an array of DualVariableValues objects | |
| OtherConstraintResult ** | other |
| a pointer to an array of other pointer objects for constraint functions | |
Definition at line 1695 of file OSResult.h.
| ConstraintSolution::ConstraintSolution | ( | ) |
| ConstraintSolution::~ConstraintSolution | ( | ) |
Class destructor.
Definition at line 884 of file OSResult.cpp.
References dualValues, numberOfOtherConstraintResults, and other.
| ConstraintSolution::ConstraintSolution | ( | ) |
Default constructor.
| ConstraintSolution::~ConstraintSolution | ( | ) |
Class destructor.
| bool ConstraintSolution::IsEqual | ( | ConstraintSolution * | that | ) |
the number of types of constraint function results other than the basic constraint function values
Definition at line 1702 of file OSResult.h.
Referenced by OSResult::getNumberOfOtherConstraintResults(), OSResult::getOtherConstraintResultCon(), OSResult::getOtherConstraintResultConIdx(), OSResult::getOtherConstraintResultDescription(), OSResult::getOtherConstraintResultName(), OSResult::getOtherConstraintResultNumberOfCon(), OSResult::getOtherConstraintResultValue(), and ~ConstraintSolution().
a pointer to an array of DualVariableValues objects
Definition at line 1705 of file OSResult.h.
Referenced by OSResult::getDualValue(), OSResult::getDualValueIdx(), OSResult::getNumberOfDualValues(), OSResult::getOptimalDualVariableValues(), OSResult::setConstraintValues(), OSResult::setDualVariableValues(), OSrL2Gams::writeSolution(), and ~ConstraintSolution().
a pointer to an array of other pointer objects for constraint functions
Definition at line 1710 of file OSResult.h.
Referenced by OSResult::getNumberOfOtherConstraintResults(), OSResult::getOtherConstraintResultCon(), OSResult::getOtherConstraintResultConIdx(), OSResult::getOtherConstraintResultDescription(), OSResult::getOtherConstraintResultName(), OSResult::getOtherConstraintResultNumberOfCon(), OSResult::getOtherConstraintResultValue(), and ~ConstraintSolution().
a pointer to an array of other pointer objects for constraint functions
Definition at line 1112 of file OSResult.h.
1.4.7