#include <OSResult.h>
Public Member Functions | |
| ObjValue () | |
| Default constructor. | |
| ~ObjValue () | |
| Class destructor. | |
Public Attributes | |
| int | idx |
| idx is the index on an objective function | |
| double | value |
| the value of the objective indexed by idx | |
The ObjValue Class.
Definition at line 277 of file OSResult.h.
| ObjValue::ObjValue | ( | ) |
Default constructor.
| ObjValue::~ObjValue | ( | ) |
Class destructor.
| int ObjValue::idx |
idx is the index on an objective function
Definition at line 281 of file OSResult.h.
| double ObjValue::value |
the value of the objective indexed by idx
Definition at line 284 of file OSResult.h.
1.6.1