All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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_, SCIP_CALL_ABORT, scip_desc_, scip_name_, and SCIPduplicateMemoryArray.
destructor Definition at line 89 of file objpricer.h. References scip_, scip_desc_, scip_name_, and SCIPfreeMemoryArray. 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_OKAY.
reduced cost pricing method of variable pricer for feasible LPs
farkas pricing method of variable pricer for infeasible LPs
Definition at line 152 of file objpricer.h. References SCIP_OKAY. Field Documentation
SCIP data structure Definition at line 48 of file objpricer.h. Referenced by ObjPricer(), and ~ObjPricer().
name of the variable pricer Definition at line 51 of file objpricer.h. Referenced by ObjPricer(), SCIPincludeObjPricer(), and ~ObjPricer().
description of the variable pricer Definition at line 54 of file objpricer.h. Referenced by ObjPricer(), SCIPincludeObjPricer(), and ~ObjPricer().
default priority of the variable pricer Definition at line 57 of file objpricer.h. Referenced by SCIPincludeObjPricer().
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. Referenced by SCIPincludeObjPricer(). |