MILP_DecompApp Class Reference

#include <MILP_DecompApp.h>

Inheritance diagram for MILP_DecompApp:
Inheritance graph
[legend]
Collaboration diagram for MILP_DecompApp:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Constructor and Destructor



 MILP_DecompApp (UtilParameters &utilParam)
virtual ~MILP_DecompApp ()

Private Member Functions

Helper functions (private).



void initializeApp (UtilParameters &utilParam)
 Initialize application.
void createModels ()
 Create model part.

Private Attributes

const string m_classTag
 Class id tag (for log / debugging).
CoinMpsIO m_mpsIO
 MPS object for reading MILP instances.
MILP_Param m_appParam
 Application specific parameters.
double * m_objective
 The model objective coefficients (original space).
DecompConstraintSet m_modelRandCore
 The model constraint systems used for different algos.
DecompConstraintSet m_modelRandRelax

Detailed Description

A DecompApp to illustrate a basic usage of Decomp.

See also:
DecompApp

Definition at line 31 of file MILP_DecompApp.h.


Constructor & Destructor Documentation

MILP_DecompApp::MILP_DecompApp ( UtilParameters utilParam  )  [inline]

Definition at line 60 of file MILP_DecompApp.h.

References initializeApp().

virtual MILP_DecompApp::~MILP_DecompApp (  )  [inline, virtual]

Definition at line 68 of file MILP_DecompApp.h.

References m_objective, and UTIL_DELARR.


Member Function Documentation

void MILP_DecompApp::initializeApp ( UtilParameters utilParam  )  [private, virtual]

Initialize application.

Reimplemented from DecompApp.

Referenced by MILP_DecompApp().

void MILP_DecompApp::createModels (  )  [private]

Create model part.

Reimplemented from DecompApp.


Member Data Documentation

const string MILP_DecompApp::m_classTag [private]

Class id tag (for log / debugging).

Reimplemented from DecompApp.

Definition at line 34 of file MILP_DecompApp.h.

MPS object for reading MILP instances.

Reimplemented from DecompApp.

Definition at line 37 of file MILP_DecompApp.h.

Application specific parameters.

Definition at line 40 of file MILP_DecompApp.h.

double* MILP_DecompApp::m_objective [private]

The model objective coefficients (original space).

Reimplemented from DecompApp.

Definition at line 43 of file MILP_DecompApp.h.

Referenced by ~MILP_DecompApp().

The model constraint systems used for different algos.

Definition at line 46 of file MILP_DecompApp.h.

Definition at line 47 of file MILP_DecompApp.h.


The documentation for this class was generated from the following file:

Generated on 5 Apr 2015 for Dip-All by  doxygen 1.6.1