#include <OSResult.h>
Collaboration diagram for OtherConResult:
Public Member Functions | |
OtherConResult () | |
Default constructor. | |
~OtherConResult () | |
Class destructor. | |
bool | IsEqual (OtherConResult *that) |
A function to check for the equality of two objects. | |
OtherConResult () | |
Default constructor. | |
~OtherConResult () | |
Class destructor. | |
Public Attributes | |
int | idx |
idx is the index on the constraint | |
std::string | value |
value is a value associated with the constraint indexed by idx, for example value might be the value of a dual variable or it might be the name of the constraint. |
Definition at line 1531 of file OSResult.h.
OtherConResult::OtherConResult | ( | ) |
OtherConResult::~OtherConResult | ( | ) |
OtherConResult::OtherConResult | ( | ) |
Default constructor.
OtherConResult::~OtherConResult | ( | ) |
Class destructor.
bool OtherConResult::IsEqual | ( | OtherConResult * | that | ) |
idx is the index on the constraint
Definition at line 1535 of file OSResult.h.
Referenced by OSResult::getOtherConstraintResultConIdx(), IsEqual(), and OSResult::setOtherConstraintResultConIdx().
std::string OtherConResult::value |
value is a value associated with the constraint indexed by idx, for example value might be the value of a dual variable or it might be the name of the constraint.
Definition at line 1542 of file OSResult.h.
Referenced by OSResult::getOtherConstraintResultCon(), IsEqual(), and OSResult::setOtherConstraintResultCon().