ConstraintSolution Class Reference

The ConstraintSolution Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

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

Public Attributes

int numberOfOtherConstraintResult
 the number of types of constraint function results other than the basic constraint function values
ConstraintValuesvalues
 a pointer to an array of ConstraintValues objects
DualVariableValuesdualValues
 a pointer to an array of DualVariableValues objects
OtherConstraintResult ** other
 a pointer to an array of other pointer objects for constraint functions


Detailed Description

The ConstraintSolution Class.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class for reporting all of the types of solution values associated with objective functions.

Definition at line 739 of file OSResult.h.


Constructor & Destructor Documentation

ConstraintSolution::ConstraintSolution (  ) 

Default constructor.

Definition at line 446 of file OSResult.cpp.

ConstraintSolution::~ConstraintSolution (  ) 

Class destructor.

Definition at line 458 of file OSResult.cpp.

References dualValues, numberOfOtherConstraintResult, other, and values.


Member Data Documentation

int ConstraintSolution::numberOfOtherConstraintResult

the number of types of constraint function results other than the basic constraint function values

Definition at line 746 of file OSResult.h.

Referenced by OSrLWriter::writeOSrL(), and ~ConstraintSolution().

ConstraintValues* ConstraintSolution::values

a pointer to an array of ConstraintValues objects

Definition at line 749 of file OSResult.h.

Referenced by OSResult::setConstraintValues(), OSrLWriter::writeOSrL(), and ~ConstraintSolution().

DualVariableValues* ConstraintSolution::dualValues

a pointer to an array of DualVariableValues objects

Definition at line 752 of file OSResult.h.

Referenced by OSResult::getOptimalDualVariableValues(), OSResult::setDualVariableValues(), OSrLWriter::writeOSrL(), and ~ConstraintSolution().

OtherConstraintResult** ConstraintSolution::other

a pointer to an array of other pointer objects for constraint functions

Definition at line 757 of file OSResult.h.

Referenced by OSrLWriter::writeOSrL(), and ~ConstraintSolution().


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