OBOE 0.1
Accpm::Method Class Reference

#include <Method.h>

Inheritance diagram for Accpm::Method:
Accpm::DualMethod

List of all members.

Public Member Functions

 Method ()
virtual int run (Manager &manager)=0
virtual ~Method ()

Protected Attributes

int _numIter
bool _computeLB
double _ratioCutVsDim
double _startLB

Detailed Description

Abstract class for methods generating query points.


Constructor & Destructor Documentation

Accpm::Method::Method ( ) [inline]
virtual Accpm::Method::~Method ( ) [inline, virtual]

Member Function Documentation

virtual int Accpm::Method::run ( Manager manager) [pure virtual]

Implemented in Accpm::DualMethod.

Referenced by Accpm::QpGenerator::run().


Member Data Documentation

int Accpm::Method::_numIter [protected]
double Accpm::Method::_ratioCutVsDim [protected]
double Accpm::Method::_startLB [protected]

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