#include <OSResult.h>
Collaboration diagram for BasStatus:
Public Member Functions | |
BasStatus () | |
Default constructor. | |
~BasStatus () | |
Class destructor. | |
bool | IsEqual (BasStatus *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
int | idx |
idx is the index of the variable in the solution | |
std::string | value |
Definition at line 1016 of file OSResult.h.
BasStatus::BasStatus | ( | ) |
BasStatus::~BasStatus | ( | ) |
bool BasStatus::IsEqual | ( | BasStatus * | that | ) |
int BasStatus::idx |
idx is the index of the variable in the solution
Definition at line 1020 of file OSResult.h.
Referenced by OSResult::getBasisVarIdx(), and OSResult::setBasisVar().
std::string BasStatus::value |
Definition at line 1025 of file OSResult.h.
Referenced by OSResult::getBasisVar(), and OSResult::setBasisVar().