All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objpresol.cpp File Reference Detailed DescriptionC++ wrapper for presolvers. Definition in file objpresol.cpp. Go to the source code of this file.
Function Documentation
copy method for presolver plugins (called when SCIP copies plugins) Definition at line 53 of file objpresol.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeObjPresol(), SCIPpresolGetData(), and TRUE.
destructor of presolver to free user data (called when SCIP is exiting) Definition at line 78 of file objpresol.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPpresolGetData(), and SCIPpresolSetData().
initialization method of presolver (called after problem was transformed) Definition at line 104 of file objpresol.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpresolGetData().
deinitialization method of presolver (called before transformed problem is freed) Definition at line 122 of file objpresol.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpresolGetData().
presolving initialization method of presolver (called when presolving is about to begin) Definition at line 139 of file objpresol.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpresolGetData().
presolving deinitialization method of presolver (called after presolving has been finished) Definition at line 156 of file objpresol.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpresolGetData().
execution method of presolver Definition at line 173 of file objpresol.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPpresolGetData().
creates the presolver for the given presolver object and includes it in SCIP
Definition at line 199 of file objpresol.cpp. References NULL, SCIP_CALL, scip::ObjPresol::scip_delay_, scip::ObjPresol::scip_desc_, scip::ObjPresol::scip_maxrounds_, scip::ObjPresol::scip_name_, SCIP_OKAY, scip::ObjPresol::scip_priority_, and SCIPincludePresol(). Referenced by SCIP_DECL_PRESOLCOPY().
returns the presol object of the given name, or 0 if not existing
Definition at line 227 of file objpresol.cpp. References NULL, SCIPfindPresol(), and SCIPpresolGetData().
returns the presol object for the given presolver
Definition at line 246 of file objpresol.cpp. References NULL, and SCIPpresolGetData(). |