ResultHeader Class Reference

The ResultHeader Class. More...

#include <OSResult.h>

Collaboration diagram for ResultHeader:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

GeneralStatusgeneralStatus
 a pointer to the GeneralStatus class
std::string serviceURI
 the serviceURI is the URI of the solver service that did the optimiation
std::string serviceName
 the serviceName is the name of the sovler service that did the optimization
std::string instanceName
 the name of the instance that was solved
std::string jobID
 the jobID is the ID associated with the solution of this instance
std::string time
 the time when solution was complete kippster -- verify this
std::string message
 any general message associated with the optimization

Detailed Description

The ResultHeader Class.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class that provides the header information that is defined the OSrL schema.

Definition at line 71 of file OSResult.h.


Constructor & Destructor Documentation

ResultHeader::ResultHeader (  ) 

Default constructor.

ResultHeader::~ResultHeader (  ) 

Class destructor.


Member Data Documentation

a pointer to the GeneralStatus class

Definition at line 75 of file OSResult.h.

the serviceURI is the URI of the solver service that did the optimiation

Definition at line 80 of file OSResult.h.

the serviceName is the name of the sovler service that did the optimization

Definition at line 85 of file OSResult.h.

the name of the instance that was solved

Definition at line 88 of file OSResult.h.

std::string ResultHeader::jobID

the jobID is the ID associated with the solution of this instance

Definition at line 93 of file OSResult.h.

std::string ResultHeader::time

the time when solution was complete kippster -- verify this

Definition at line 98 of file OSResult.h.

std::string ResultHeader::message

any general message associated with the optimization

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