The OtherObjResult Class. More...
#include <OSResult.h>

Public Member Functions | |
| OtherObjResult () | |
| Default constructor. | |
| ~OtherObjResult () | |
| Class destructor. | |
Public Attributes | |
| int | idx |
| idx is the index on a objective function | |
| std::string | value |
| value is a value associated with an objective function indexed by idx | |
The OtherObjResult Class.
Definition at line 200 of file OSResult.h.
| OtherObjResult::OtherObjResult | ( | ) |
Default constructor.
| OtherObjResult::~OtherObjResult | ( | ) |
Class destructor.
idx is the index on a objective function
Definition at line 204 of file OSResult.h.
| std::string OtherObjResult::value |
value is a value associated with an objective function indexed by idx
Definition at line 210 of file OSResult.h.
1.6.1