#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 |
Definition at line 739 of file OSResult.h.
ConstraintSolution::ConstraintSolution | ( | ) |
ConstraintSolution::~ConstraintSolution | ( | ) |
Class destructor.
Definition at line 458 of file OSResult.cpp.
References dualValues, numberOfOtherConstraintResult, other, and values.
the number of types of constraint function results other than the basic constraint function values
Definition at line 746 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL(), and ~ConstraintSolution().
a pointer to an array of ConstraintValues objects
Definition at line 749 of file OSResult.h.
Referenced by OSResult::setConstraintValues(), OSrLWriter::writeOSrL(), and ~ConstraintSolution().
a pointer to an array of DualVariableValues objects
Definition at line 752 of file OSResult.h.
Referenced by OSResult::getOptimalDualVariableValues(), OSResult::setDualVariableValues(), OSrLWriter::writeOSrL(), and ~ConstraintSolution().
a pointer to an array of other pointer objects for constraint functions
Definition at line 757 of file OSResult.h.
Referenced by OSrLWriter::writeOSrL(), and ~ConstraintSolution().