#include <OSResult.h>
Collaboration diagram for OtherConResult:
Public Member Functions | |
OtherConResult () | |
Default constructor. | |
~OtherConResult () | |
Class destructor. | |
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 1002 of file OSResult.h.
OtherConResult::OtherConResult | ( | ) |
OtherConResult::~OtherConResult | ( | ) |
OtherConResult::OtherConResult | ( | ) |
Default constructor.
OtherConResult::~OtherConResult | ( | ) |
Class destructor.
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 1013 of file OSResult.h.