VariableStringValues Class Reference

The VariableStringValues Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

 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


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 530 of file OSResult.h.


Constructor & Destructor Documentation

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 535 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 file:
Generated on Fri Nov 19 13:32:49 2010 by  doxygen 1.4.7