OtherConResult Class Reference

The OtherConResult Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

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

Public Attributes

int idx
 idx is the index on the constraint
std::string value
 value is a value associated with the constraint indexed by idx, for example value might be the value of a dual variable or it might be the name of the constraint.


Detailed Description

The OtherConResult Class.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class that provides general result information for constraints.

Definition at line 238 of file OSResult.h.


Constructor & Destructor Documentation

OtherConResult::OtherConResult (  ) 

Default constructor.

Definition at line 150 of file OSResult.cpp.

OtherConResult::~OtherConResult (  ) 

Class destructor.

Definition at line 160 of file OSResult.cpp.


Member Data Documentation

int OtherConResult::idx

idx is the index on the constraint

Definition at line 242 of file OSResult.h.

std::string OtherConResult::value

value is a value associated with the constraint indexed by idx, for example value might be the value of a dual variable or it might be the name of the constraint.

Definition at line 249 of file OSResult.h.


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:06 2008 by  doxygen 1.5.3