#include <OSResult.h>
Public Member Functions | |
| ConValue () | |
| Default constructor. | |
| ~ConValue () | |
| Class destructor. | |
Public Attributes | |
| int | idx |
| idx is the index on a constraint | |
| double | value |
| the value of the constraint indexed by idx | |
The ConValue Class.
Definition at line 311 of file OSResult.h.
| ConValue::ConValue | ( | ) |
Default constructor.
| ConValue::~ConValue | ( | ) |
Class destructor.
| int ConValue::idx |
idx is the index on a constraint
Definition at line 315 of file OSResult.h.
| double ConValue::value |
the value of the constraint indexed by idx
Definition at line 318 of file OSResult.h.
1.6.1