All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objsepa.cpp File Reference Detailed DescriptionC++ wrapper for cut separators. Definition in file objsepa.cpp. Go to the source code of this file.
Function Documentation
copy method for separator plugins (called when SCIP copies plugins) Definition at line 52 of file objsepa.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeObjSepa(), SCIPsepaGetData(), and TRUE.
destructor of cut separator to free user data (called when SCIP is exiting) Definition at line 77 of file objsepa.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPsepaGetData(), and SCIPsepaSetData().
initialization method of cut separator (called after problem was transformed) Definition at line 103 of file objsepa.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPsepaGetData().
deinitialization method of cut separator (called before transformed problem is freed) Definition at line 121 of file objsepa.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPsepaGetData().
solving process initialization method of separator (called when branch and bound process is about to begin) Definition at line 138 of file objsepa.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPsepaGetData().
solving process deinitialization method of separator (called before branch and bound process data is freed) Definition at line 155 of file objsepa.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPsepaGetData().
LP solution separation method of separator Definition at line 172 of file objsepa.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPsepaGetData().
arbitrary primal solution separation method of separator Definition at line 189 of file objsepa.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPsepaGetData().
creates the cut separator for the given cut separator object and includes it in SCIP
Definition at line 211 of file objsepa.cpp. References NULL, SCIP_CALL, scip::ObjSepa::scip_delay_, scip::ObjSepa::scip_desc_, scip::ObjSepa::scip_freq_, scip::ObjSepa::scip_maxbounddist_, scip::ObjSepa::scip_name_, SCIP_OKAY, scip::ObjSepa::scip_priority_, scip::ObjSepa::scip_usessubscip_, and SCIPincludeSepa(). Referenced by SCIP_DECL_SEPACOPY().
returns the sepa object of the given name, or 0 if not existing
Definition at line 238 of file objsepa.cpp. References NULL, SCIPfindSepa(), and SCIPsepaGetData().
returns the sepa object for the given cut separator
Definition at line 257 of file objsepa.cpp. References NULL, and SCIPsepaGetData(). |