#include <OSResult.h>
Collaboration diagram for OtherObjResult:
Public Member Functions | |
OtherObjResult () | |
Default constructor. | |
~OtherObjResult () | |
Class destructor. | |
bool | IsEqual (OtherObjResult *that) |
A function to check for the equality of two objects. | |
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 |
Definition at line 1265 of file OSResult.h.
OtherObjResult::OtherObjResult | ( | ) |
OtherObjResult::~OtherObjResult | ( | ) |
OtherObjResult::OtherObjResult | ( | ) |
Default constructor.
OtherObjResult::~OtherObjResult | ( | ) |
Class destructor.
bool OtherObjResult::IsEqual | ( | OtherObjResult * | that | ) |
idx is the index on a objective function
Definition at line 1269 of file OSResult.h.
Referenced by OSResult::getOtherObjectiveResultObjIdx(), IsEqual(), and OSResult::setOtherObjectiveResultObjIdx().
std::string OtherObjResult::value |
value is a value associated with an objective function indexed by idx
Definition at line 1276 of file OSResult.h.
Referenced by OSResult::getOtherObjectiveResultObj(), IsEqual(), and OSResult::setOtherObjectiveResultObj().