ConstraintSolution Class Reference

The ConstraintSolution Class. More...

#include <OSResult.h>

Collaboration diagram for ConstraintSolution:
Collaboration graph
[legend]

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.

ConstraintSolution::~ConstraintSolution (  ) 

Class destructor.


Member Data Documentation

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

Definition at line 746 of file OSResult.h.

a pointer to an array of ConstraintValues objects

Definition at line 749 of file OSResult.h.

a pointer to an array of DualVariableValues objects

Definition at line 752 of file OSResult.h.

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

Definition at line 757 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