All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objrelax.cpp File Reference Detailed DescriptionC++ wrapper for relaxators. Definition in file objrelax.cpp. Go to the source code of this file.
Function Documentation
copy method for relaxator plugins (called when SCIP copies plugins) Definition at line 53 of file objrelax.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeObjRelax(), SCIPrelaxGetData(), and TRUE.
destructor of relaxator to free user data (called when SCIP is exiting) Definition at line 78 of file objrelax.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPrelaxGetData(), and SCIPrelaxSetData().
initialization method of relaxator (called after problem was transformed) Definition at line 104 of file objrelax.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPrelaxGetData().
deinitialization method of relaxator (called before transformed problem is freed) Definition at line 122 of file objrelax.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPrelaxGetData().
solving process initialization method of relaxator (called when branch and bound process is about to begin) Definition at line 139 of file objrelax.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPrelaxGetData().
solving process deinitialization method of relaxator (called before branch and bound process data is freed) Definition at line 156 of file objrelax.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPrelaxGetData().
execution method of relaxator Definition at line 173 of file objrelax.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPrelaxGetData().
creates the relaxator for the given relaxator object and includes it in SCIP
Definition at line 195 of file objrelax.cpp. References NULL, SCIP_CALL, scip::ObjRelax::scip_desc_, scip::ObjRelax::scip_freq_, scip::ObjRelax::scip_name_, SCIP_OKAY, scip::ObjRelax::scip_priority_, and SCIPincludeRelax(). Referenced by SCIP_DECL_RELAXCOPY().
returns the relax object of the given name, or 0 if not existing
Definition at line 223 of file objrelax.cpp. References NULL, SCIPfindRelax(), and SCIPrelaxGetData().
returns the relax object for the given relaxator
Definition at line 242 of file objrelax.cpp. References NULL, and SCIPrelaxGetData(). |