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(), and scip::ObjRelax::SCIP_DECL_RELAXEXITSOL().
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(). Referenced by scip::ObjRelax::SCIP_DECL_RELAXEXITSOL().
returns the relax object for the given relaxator
Definition at line 242 of file objrelax.cpp. References NULL, and SCIPrelaxGetData(). Referenced by scip::ObjRelax::SCIP_DECL_RELAXEXITSOL(). |