VariableSolution Class Reference

The VariableSolution Class. More...

#include <OSResult.h>

Collaboration diagram for VariableSolution:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

The VariableSolution Class.

Author:
Robert Fourer, Horand Gassmann, 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 661 of file OSResult.h.


Constructor & Destructor Documentation

VariableSolution::VariableSolution (  ) 

Default constructor.

Definition at line 506 of file OSResult.cpp.

VariableSolution::~VariableSolution (  ) 

Class destructor.

Definition at line 518 of file OSResult.cpp.

References numberOfOtherVariableResults, other, and values.

VariableSolution::VariableSolution (  ) 

Default constructor.

VariableSolution::~VariableSolution (  ) 

Class destructor.


Member Data Documentation

int VariableSolution::numberOfOtherVariableResults

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

Definition at line 667 of file OSResult.h.

Referenced by OSResult::getAnOtherVariableResultNumberOfVar(), OSResult::getNumberOfOtherVariableResults(), OSResult::setNumberOfOtherVariableResults(), and ~VariableSolution().

VariableValues* VariableSolution::values

a pointer to an array of VariableValues objects

Definition at line 670 of file OSResult.h.

Referenced by OSResult::getOptimalPrimalVariableValues(), OSResult::setNumberOfPrimalVariableValues(), OSResult::setPrimalVariableValues(), OSResult::setPrimalVariableValuesDense(), OSResult::setPrimalVariableValuesSparse(), and ~VariableSolution().

VariableStringValues* VariableSolution::valuesString

a pointer to an array of VariableStringValues objects

Definition at line 673 of file OSResult.h.

OtherVariableResult** VariableSolution::other

a pointer to an array of other pointer objects for variables

Definition at line 679 of file OSResult.h.

Referenced by OSResult::getAnOtherVariableResultNumberOfVar(), OSResult::getNumberOfOtherVariableResults(), main(), OSResult::setNumberOfOtherVariableResults(), and ~VariableSolution().

VariableValues* VariableSolution::values

a pointer to an array of VariableValues objects

Definition at line 668 of file OSResult.h.

VariableStringValues* VariableSolution::valuesString

a pointer to an array of VariableStringValues objects

Definition at line 671 of file OSResult.h.

OtherVariableResult** VariableSolution::other

a pointer to an array of other pointer objects for variables

Definition at line 677 of file OSResult.h.


The documentation for this class was generated from the following files:
Generated on Mon Aug 3 03:08:05 2009 by  doxygen 1.4.7