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

Public Member Functions | |
| 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 238 of file OSResult.h.
| 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 249 of file OSResult.h.
1.4.7