OBOE  0.1
Accpm::DualMethod Class Reference

#include <Method.h>

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

List of all members.

Public Member Functions

 DualMethod (const Parameters *param)
int run (Manager &manager)
virtual ~DualMethod ()

Constructor & Destructor Documentation


Member Function Documentation

int Accpm::DualMethod::run ( Manager manager) [virtual]

The main loop for the DualMethod.

Each call to this function does the following:

1. Creates a Localization Set, LocSet, based on the cuurent set of active cuts (and in future variables).

2. Solves the Newton System of equations. It performs Newton Steps, not exceeding the parameter MaxInnerIterations, performNewtonSteps().

3. Computes and update the lower bound, computeLowerBound().

Implements Accpm::Method.

References Accpm::PointGen::_xScaled, and Accpm::Manager::getPointGen().


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