#include <OSResult.h>
Public Member Functions | |
| VarValue () | |
| Default constructor. | |
| ~VarValue () | |
| Class destructor. | |
Public Attributes | |
| int | idx |
| idx is the index on variable in the solution | |
| double | value |
VarValue Class.
Definition at line 126 of file OSResult.h.
| VarValue::VarValue | ( | ) |
Default constructor.
| VarValue::~VarValue | ( | ) |
Class destructor.
| int VarValue::idx |
idx is the index on variable in the solution
Definition at line 130 of file OSResult.h.
| double VarValue::value |
Definition at line 135 of file OSResult.h.
1.6.1