Public Member Functions | Public Attributes | List of all members
VariableStringValues Class Reference

The VariableStringValues Class. More...

#include <OSResult.h>

Public Member Functions

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

Public Attributes

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

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: