BasStatus Class Reference

BasStatus Class. More...

#include <OSResult.h>

Collaboration diagram for BasStatus:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

BasStatus Class.

Author:
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version:
2.0, 10/09/2009
Since:
OS 1.0
Remarks:
A class that is used to provide the basis status and index associated with (part of) the optimal solution.

Definition at line 1016 of file OSResult.h.


Constructor & Destructor Documentation

BasStatus::BasStatus (  ) 

Default constructor.

Definition at line 526 of file OSResult.cpp.

BasStatus::~BasStatus (  ) 

Class destructor.

Definition at line 536 of file OSResult.cpp.


Member Function Documentation

bool BasStatus::IsEqual ( BasStatus that  ) 

A function to check for the equality of two objects.

Definition at line 5811 of file OSResult.cpp.


Member Data Documentation

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


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