OtherVarResult Class Reference

OtherVarResult Class. More...

#include <OSResult.h>

Collaboration diagram for OtherVarResult:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

int idx
 the index of a variable in the solution
std::string value
 value holds a general value for a variable, for example, rather than the value of a variable we may wish to store the variable name associated with the vairable with index idx, hence we want a string here and not a double

Detailed Description

OtherVarResult Class.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class used to provide solution information associated with the variables.

Definition at line 161 of file OSResult.h.


Constructor & Destructor Documentation

OtherVarResult::OtherVarResult (  ) 

Default constructor.

OtherVarResult::~OtherVarResult (  ) 

Class destructor.


Member Data Documentation

the index of a variable in the solution

Definition at line 165 of file OSResult.h.

std::string OtherVarResult::value

value holds a general value for a variable, for example, rather than the value of a variable we may wish to store the variable name associated with the vairable with index idx, hence we want a string here and not a double

Definition at line 173 of file OSResult.h.


The documentation for this class was generated from the following file:

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1