All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objpricer.cpp File Reference Detailed DescriptionC++ wrapper for variable pricers. Definition in file objpricer.cpp. Go to the source code of this file.
Function Documentation
copy method for pricer plugins (called when SCIP copies plugins) Definition at line 53 of file objpricer.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeObjPricer(), SCIPpricerGetData(), and TRUE.
destructor of variable pricer to free user data (called when SCIP is exiting) Definition at line 78 of file objpricer.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPpricerGetData(), and SCIPpricerSetData().
initialization method of variable pricer (called after problem was transformed) Definition at line 104 of file objpricer.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpricerGetData().
deinitialization method of variable pricer (called before transformed problem is freed) Definition at line 122 of file objpricer.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpricerGetData().
solving process initialization method of variable pricer (called when branch and bound process is about to begin) Definition at line 139 of file objpricer.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpricerGetData().
solving process deinitialization method of variable pricer (called before branch and bound process data is freed) Definition at line 156 of file objpricer.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpricerGetData().
reduced cost pricing method of variable pricer for feasible LPs Definition at line 173 of file objpricer.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpricerGetData().
farkas pricing method of variable pricer for infeasible LPs Definition at line 190 of file objpricer.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpricerGetData().
creates the variable pricer for the given variable pricer object and includes it in SCIP
Definition at line 212 of file objpricer.cpp. References NULL, SCIP_CALL, scip::ObjPricer::scip_delay_, scip::ObjPricer::scip_desc_, scip::ObjPricer::scip_name_, SCIP_OKAY, scip::ObjPricer::scip_priority_, and SCIPincludePricer(). Referenced by SCIP_DECL_PRICERCOPY().
returns the variable pricer object of the given name, or 0 if not existing
Definition at line 240 of file objpricer.cpp. References NULL, SCIPfindPricer(), and SCIPpricerGetData().
returns the variable pricer object for the given pricer
Definition at line 259 of file objpricer.cpp. References NULL, and SCIPpricerGetData(). |