#include <OSGeneral.h>
Collaboration diagram for BasisStatus:
Public Member Functions | |
BasisStatus () | |
~BasisStatus () | |
bool | IsEqual (BasisStatus *that) |
bool | setBasisStatusIntVector (int status, int *i, int ni) |
Set the indices for a particular status. | |
Public Attributes | |
IntVector * | basic |
IntVector * | atLower |
IntVector * | atUpper |
IntVector * | isFree |
IntVector * | superbasic |
IntVector * | unknown |
Definition at line 423 of file OSGeneral.h.
BasisStatus::BasisStatus | ( | ) |
Definition at line 478 of file OSGeneral.cpp.
BasisStatus::~BasisStatus | ( | ) |
Definition at line 492 of file OSGeneral.cpp.
References atLower, atUpper, basic, isFree, superbasic, and unknown.
bool BasisStatus::IsEqual | ( | BasisStatus * | that | ) |
Definition at line 593 of file OSGeneral.cpp.
References atLower, atUpper, basic, isFree, superbasic, and unknown.
bool BasisStatus::setBasisStatusIntVector | ( | int | status, | |
int * | i, | |||
int | ni | |||
) |
Set the indices for a particular status.
status | is a string representing the allowed statuses (at present "basic", "atLower", "atUpper", "isFree", "superbasic", "unknown") | |
i | contains the array of indices | |
ni | contains the number of elements in i |
Definition at line 530 of file OSGeneral.cpp.
References atLower, atUpper, basic, ENUM_BASIS_STATUS_atLower, ENUM_BASIS_STATUS_atUpper, ENUM_BASIS_STATUS_basic, ENUM_BASIS_STATUS_isFree, ENUM_BASIS_STATUS_superbasic, ENUM_BASIS_STATUS_unknown, isFree, IntVector::numberOfEl, superbasic, and unknown.
Referenced by OSResult::setBasisStatus().
Definition at line 428 of file OSGeneral.h.
Referenced by IsEqual(), setBasisStatusIntVector(), writeBasisStatus(), and ~BasisStatus().
Definition at line 429 of file OSGeneral.h.
Referenced by IsEqual(), setBasisStatusIntVector(), writeBasisStatus(), and ~BasisStatus().
Definition at line 430 of file OSGeneral.h.
Referenced by IsEqual(), setBasisStatusIntVector(), writeBasisStatus(), and ~BasisStatus().
Definition at line 431 of file OSGeneral.h.
Referenced by IsEqual(), setBasisStatusIntVector(), writeBasisStatus(), and ~BasisStatus().
Definition at line 432 of file OSGeneral.h.
Referenced by IsEqual(), setBasisStatusIntVector(), writeBasisStatus(), and ~BasisStatus().
Definition at line 433 of file OSGeneral.h.
Referenced by IsEqual(), setBasisStatusIntVector(), writeBasisStatus(), and ~BasisStatus().