scip::ObjPricer Class Referenceabstract Detailed DescriptionC++ wrapper for variable pricer. This class defines the interface for variable pricer implemented in C++. Note that there is a pure virtual function (this function has to be implemented). This function is: scip_redcost(). Definition at line 42 of file objpricer.h.
Constructor & Destructor Documentation
default constructor
Definition at line 65 of file objpricer.h. References SCIP_CALL_ABORT, and SCIPduplicateMemoryArray.
Member Function Documentation
destructor of variable pricer to free user data (called when SCIP is exiting)
Definition at line 101 of file objpricer.h. References SCIP_OKAY.
initialization method of variable pricer (called after problem was transformed)
Definition at line 110 of file objpricer.h. References SCIP_OKAY.
deinitialization method of variable pricer (called before transformed problem is freed)
Definition at line 119 of file objpricer.h. References SCIP_OKAY.
solving process initialization method of variable pricer (called when branch and bound process is about to begin)
Definition at line 128 of file objpricer.h. References SCIP_OKAY.
solving process deinitialization method of variable pricer (called before branch and bound process data is freed)
Definition at line 137 of file objpricer.h. References SCIP_DECL_PRICERREDCOST(), and SCIP_OKAY.
reduced cost pricing method of variable pricer for feasible LPs
Referenced by SCIP_DECL_PRICEREXITSOL().
farkas pricing method of variable pricer for infeasible LPs
Definition at line 152 of file objpricer.h. References SCIP_Bool, SCIP_OKAY, SCIPfindObjPricer(), SCIPgetObjPricer(), and SCIPincludeObjPricer(). Field Documentation
SCIP data structure Definition at line 48 of file objpricer.h.
name of the variable pricer Definition at line 51 of file objpricer.h.
description of the variable pricer Definition at line 54 of file objpricer.h.
default priority of the variable pricer Definition at line 57 of file objpricer.h.
should the pricer be delayed until no other pricers or already existing problem variables with negative reduced costs are found? Definition at line 62 of file objpricer.h. |