OptimizationResult Class Reference

The OptimizationResult Class. More...

#include <OSResult.h>

Collaboration diagram for OptimizationResult:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

int numberOfVariables
 numberOfVariables is the number of variables reported in the solution.
int numberOfObjectives
 numberOfObjectives is the number of objective functions reported in the solution.
int numberOfConstraints
 numberOfConstrants is the number of constraint functions reported in the solution.
int numberOfSolutions
 numberOfSolubitons is the number of objective functions reported.
OptimizationSolution ** solution
 solution is an array of pointers to OptimizationSolution objects

Detailed Description

The OptimizationResult Class.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class for holding information that might be associated with an optimization solution.

Definition at line 877 of file OSResult.h.


Constructor & Destructor Documentation

OptimizationResult::OptimizationResult (  ) 

Default constructor.

OptimizationResult::~OptimizationResult (  ) 

Class destructor.


Member Data Documentation

int OptimizationResult::numberOfVariables

numberOfVariables is the number of variables reported in the solution.

Definition at line 883 of file OSResult.h.

int OptimizationResult::numberOfObjectives

numberOfObjectives is the number of objective functions reported in the solution.

Definition at line 888 of file OSResult.h.

int OptimizationResult::numberOfConstraints

numberOfConstrants is the number of constraint functions reported in the solution.

Definition at line 893 of file OSResult.h.

int OptimizationResult::numberOfSolutions

numberOfSolubitons is the number of objective functions reported.

Definition at line 898 of file OSResult.h.

OptimizationSolution** OptimizationResult::solution

solution is an array of pointers to OptimizationSolution objects

Definition at line 903 of file OSResult.h.


The documentation for this class was generated from the following file:
Generated on Sun Nov 14 14:14:12 2010 for Coin-All by  doxygen 1.4.7