ConicBundle
|
Interface for extending PrimalData, e.g., in Lagrangian relaxation of column generation approaches. More...
#include <CBSolver.hxx>
Public Member Functions | |
virtual int | extend (PrimalData &)=0 |
called by ConicBundle to update internal PrimalData objects, has to return 0 on success | |
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.