BasisStatus Class Reference

The BasisStatus Class. More...

#include <OSResult.h>

Collaboration diagram for BasisStatus:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

The BasisStatus Class.

Author:
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version:
2.0, 10/09/2009
Since:
OS 1.0
Remarks:
A class that contains values for all the string-valued variables

Definition at line 1058 of file OSResult.h.


Constructor & Destructor Documentation

BasisStatus::BasisStatus (  ) 

Default constructor.

Definition at line 544 of file OSResult.cpp.

BasisStatus::~BasisStatus (  ) 

Class destructor.

Definition at line 554 of file OSResult.cpp.

References numberOfVar, and var.


Member Function Documentation

bool BasisStatus::IsEqual ( BasisStatus that  ) 

A function to check for the equality of two objects.

Definition at line 5766 of file OSResult.cpp.


Member Data Documentation

int BasisStatus::numberOfVar

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().

BasStatus** BasisStatus::var

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().


The documentation for this class was generated from the following files:
Generated on Thu Aug 5 03:09:58 2010 by  doxygen 1.4.7