#include <OSResult.h>
Collaboration diagram for BasisStatus:

Public Member Functions | |
| BasisStatus () | |
| Default constructor. | |
| ~BasisStatus () | |
| Class destructor. | |
| bool | IsEqual (BasisStatus *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| int | numberOfVar |
| the number of string-valued variable values that are in the solution | |
| BasStatus ** | var |
| a vector of VarValueString objects, there will be one for each variable in the solution | |
Definition at line 1058 of file OSResult.h.
| BasisStatus::BasisStatus | ( | ) |
| BasisStatus::~BasisStatus | ( | ) |
| bool BasisStatus::IsEqual | ( | BasisStatus * | that | ) |
the number of string-valued variable values that are in the solution
Definition at line 1063 of file OSResult.h.
Referenced by OSResult::getBasisVar(), OSResult::getBasisVarIdx(), OSResult::getNumberOfBasisVar(), OSResult::setBasisVar(), OSResult::setNumberOfBasisVar(), and ~BasisStatus().
a vector of VarValueString objects, there will be one for each variable in the solution
Definition at line 1068 of file OSResult.h.
Referenced by OSResult::getBasisVar(), OSResult::getBasisVarIdx(), OSResult::setBasisVar(), OSResult::setNumberOfBasisVar(), and ~BasisStatus().
1.4.7