VariableStringValues Class Reference

The VariableStringValues Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

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

Public Attributes

int numberOfVar
 the number of variable values that are in the solution
std::vector< VarStringValue * > var
 a vector of VarValue objects, there will be one for each variable in the solution
std::vector< VarStringValue * > var
 a vector of VarValue objects, there will be one for each variable in the solution


Detailed Description

The VariableStringValues Class.

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

Definition at line 532 of file OSResult.h.


Constructor & Destructor Documentation

VariableStringValues::VariableStringValues (  ) 

Default constructor.

VariableStringValues::~VariableStringValues (  ) 

Class destructor.

VariableStringValues::VariableStringValues (  ) 

Default constructor.

VariableStringValues::~VariableStringValues (  ) 

Class destructor.


Member Data Documentation

int VariableStringValues::numberOfVar

the number of variable values that are in the solution

Definition at line 537 of file OSResult.h.

std::vector<VarStringValue*> VariableStringValues::var

a vector of VarValue objects, there will be one for each variable in the solution

Definition at line 542 of file OSResult.h.

std::vector<VarStringValue*> VariableStringValues::var

a vector of VarValue objects, there will be one for each variable in the solution

Definition at line 540 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