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.
 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
OptimizationSolution ** solution
 solution is an array of pointers to OptimizationSolution objects

Detailed Description

The OptimizationResult Class.

Author:
Robert Fourer, Horand Gassmann, 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 1297 of file OSResult.h.


Constructor & Destructor Documentation

OptimizationResult::OptimizationResult (  ) 

Default constructor.

Definition at line 686 of file OSResult.cpp.

OptimizationResult::~OptimizationResult (  ) 

Class destructor.

Definition at line 699 of file OSResult.cpp.

References numberOfSolutions, and solution.

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 1303 of file OSResult.h.

Referenced by OSResult::getVariableNumber(), OSResult::setVariableNumber(), and OSrLWriter::writeOSrL().

int OptimizationResult::numberOfObjectives

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

Definition at line 1308 of file OSResult.h.

Referenced by OSResult::getObjectiveNumber(), OSResult::setObjectiveNumber(), and OSrLWriter::writeOSrL().

int OptimizationResult::numberOfConstraints

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

Definition at line 1313 of file OSResult.h.

Referenced by OSResult::getConstraintNumber(), OSResult::setConstraintNumber(), and OSrLWriter::writeOSrL().

int OptimizationResult::numberOfSolutions

numberOfSolubitons is the number of objective functions reported.

Definition at line 1318 of file OSResult.h.

Referenced by OSResult::getSolutionMessage(), OSResult::getSolutionNumber(), OSResult::getSolutionStatus(), OSResult::getSolutionStatusDescription(), OSResult::getSolutionStatusType(), OSResult::setSolutionNumber(), OSrLWriter::writeOSrL(), and ~OptimizationResult().

OptimizationSolution** OptimizationResult::solution

solution is an array of pointers to OptimizationSolution objects

Definition at line 1323 of file OSResult.h.

Referenced by OSResult::getAnOtherVariableResultNumberOfVar(), OSResult::getNumberOfOtherVariableResults(), OSResult::getOptimalDualVariableValues(), OSResult::getOptimalPrimalVariableValues(), OSResult::getSolutionMessage(), OSResult::getSolutionNumber(), OSResult::getSolutionStatus(), OSResult::getSolutionStatusDescription(), OSResult::getSolutionStatusType(), main(), OSResult::setConstraintValues(), OSResult::setConstraintValuesDense(), OSResult::setDualVariableValues(), OSResult::setDualVariableValuesDense(), OSResult::setDualVariableValuesSparse(), OSResult::setNumberOfDualVariableValues(), OSResult::setNumberOfObjectiveValues(), OSResult::setNumberOfOtherVariableResults(), OSResult::setNumberOfPrimalVariableValues(), OSResult::setObjectiveValues(), OSResult::setObjectiveValuesDense(), OSResult::setObjectiveValuesSparse(), OSResult::setPrimalVariableValues(), OSResult::setPrimalVariableValuesDense(), OSResult::setPrimalVariableValuesSparse(), OSResult::setSolutionMessage(), OSResult::setSolutionNumber(), OSResult::setSolutionObjectiveIndex(), OSResult::setSolutionTargetObjectiveIdx(), OSrLWriter::writeOSrL(), and ~OptimizationResult().

OptimizationSolution** OptimizationResult::solution

solution is an array of pointers to OptimizationSolution objects

Definition at line 1275 of file OSResult.h.


The documentation for this class was generated from the following files:
Generated on Mon Aug 3 03:07:46 2009 by  doxygen 1.4.7