VariableSolution Class Reference

The VariableSolution Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

 VariableSolution ()
 Default constructor.
 ~VariableSolution ()
 Class destructor.

Public Attributes

int numberOfOtherVariableResult
 the number of types of variable results other than the value of the variable
VariableValuesvalues
 a pointer to an array of VariableValues objects
OtherVariableResult ** other
 a pointer to an array of other pointer objects for variables


Detailed Description

The VariableSolution Class.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class for reporting all of the types of solution values associated with variables.

Definition at line 654 of file OSResult.h.


Constructor & Destructor Documentation

VariableSolution::VariableSolution (  ) 

Default constructor.

Definition at line 388 of file OSResult.cpp.

VariableSolution::~VariableSolution (  ) 

Class destructor.

Definition at line 400 of file OSResult.cpp.

References numberOfOtherVariableResult, other, and values.


Member Data Documentation

int VariableSolution::numberOfOtherVariableResult

the number of types of variable results other than the value of the variable

Definition at line 660 of file OSResult.h.

Referenced by OSResult::getNumberOfOtherVariableResult(), OSResult::setNumberOfOtherVariableResult(), OSrLWriter::writeOSrL(), and ~VariableSolution().

VariableValues* VariableSolution::values

a pointer to an array of VariableValues objects

Definition at line 663 of file OSResult.h.

Referenced by OSResult::getOptimalPrimalVariableValues(), OSResult::setPrimalVariableValues(), OSrLWriter::writeOSrL(), and ~VariableSolution().

OtherVariableResult** VariableSolution::other

a pointer to an array of other pointer objects for variables

Definition at line 669 of file OSResult.h.

Referenced by OSResult::getNumberOfOtherVariableResult(), OSResult::setNumberOfOtherVariableResult(), OSrLWriter::writeOSrL(), and ~VariableSolution().


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:06 2008 by  doxygen 1.5.3