All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objrelax.h File Reference Detailed DescriptionC++ wrapper for relaxation handlers. Definition in file objrelax.h. Go to the source code of this file.
Function Documentation
creates the relaxator for the given relaxator object and includes it in SCIP The method should be called in one of the following ways:
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(). |