ConicBundle
Public Member Functions | List of all members
ConicBundle::PrimalExtender Class Referenceabstract

Interface for extending PrimalData, e.g., in Lagrangian relaxation of column generation approaches. More...

#include <CBSolver.hxx>

Inheritance diagram for ConicBundle::PrimalExtender:
ConicBundle::BoxPrimalExtender ConicBundle::PSCPrimalExtender ConicBundle::SOCPrimalExtender

Public Member Functions

virtual int extend (PrimalData &)=0
 called by ConicBundle to update internal PrimalData objects, has to return 0 on success
 

Detailed Description

Interface for extending PrimalData, e.g., in Lagrangian relaxation of column generation approaches.

This object has to be created and returned in FunctionOracle::evaluate if in the course of evaluating the oracle one notices, that addional primal variables are needed and the old primal variables need to be updated accordingly.

The object will be deleted by ConicBundle after use.


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