6.22 ABA_LPMASTER Class Reference

The class ABA_LPMASTER is an abstract base class. A LP solver specific master class has to be derived from this class.

#include <lpmaster.h>

Inheritance diagram for ABA_LPMASTER::


PIC


Public Member Functions

Protected Attributes

6.22.1 Detailed Description

The class ABA_LPMASTER is an abstract base class. A LP solver specific master class has to be derived from this class.

Definition at line 40 of file lpmaster.h.

6.22.2 Constructor & Destructor Documentation

6.22.2.1 ABA_LPMASTER::ABA_LPMASTER (ABA_MASTER * master) [inline]

Definition at line 42 of file lpmaster.h.

6.22.2.2 virtual ABA_LPMASTER::~ABA_LPMASTER () [inline, virtual]

Definition at line 43 of file lpmaster.h.

6.22.3 Member Function Documentation

6.22.3.1 virtual void ABA_LPMASTER::initializeLpParameters () [pure virtual]

Implemented in ABA_LPMASTEROSI.

6.22.3.2 virtual void ABA_LPMASTER::setDefaultLpParameters () [pure virtual]

Implemented in ABA_LPMASTEROSI.

6.22.3.3 virtual void ABA_LPMASTER::printLpParameters () [pure virtual]

Implemented in ABA_LPMASTEROSI.

6.22.3.4 virtual void ABA_LPMASTER::outputLpStatistics () [pure virtual]

Implemented in ABA_LPMASTEROSI.

6.22.4 Member Data Documentation

6.22.4.1 ABA_MASTER*ABA_LPMASTER::master_ [protected]

Definition at line 50 of file lpmaster.h.

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