OptimizationSolution Class Reference

The OptimizationSolution Class. More...

#include <OSResult.h>

Collaboration diagram for OptimizationSolution:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

int objectiveIdx
 the index of the objective function for which we are reporting solution information
OptimizationSolutionStatusstatus
 status is a pointer to an OptimizationSolutionStatus object associated with this optimization solution
std::string message
 a message associated with this solution
VariableSolutionvariables
 variables holds the solution information for the variables
ObjectiveSolutionobjectives
 objectives holds the solution information for the objectives
ConstraintSolutionconstraints
 constraints holds the solution information for the constraints

Detailed Description

The OptimizationSolution Class.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class for reporting the various components of an optimization solution.

Definition at line 820 of file OSResult.h.


Constructor & Destructor Documentation

OptimizationSolution::OptimizationSolution (  ) 

Default constructor.

OptimizationSolution::~OptimizationSolution (  ) 

Class destructor.


Member Data Documentation

the index of the objective function for which we are reporting solution information

Definition at line 826 of file OSResult.h.

status is a pointer to an OptimizationSolutionStatus object associated with this optimization solution

Definition at line 831 of file OSResult.h.

a message associated with this solution

Definition at line 834 of file OSResult.h.

variables holds the solution information for the variables

Definition at line 839 of file OSResult.h.

objectives holds the solution information for the objectives

Definition at line 844 of file OSResult.h.

constraints holds the solution information for the constraints

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