All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objprop.h File Reference Detailed DescriptionC++ wrapper for propagators. Definition in file objprop.h. Go to the source code of this file.
Function Documentation
creates the propagator for the given propagator object and includes it in SCIP The method should be called in one of the following ways:
creates the propagator for the given propagator object and includes it in SCIP
Definition at line 267 of file objprop.cpp. References NULL, SCIP_CALL, scip::ObjProp::scip_delay_, scip::ObjProp::scip_desc_, scip::ObjProp::scip_freq_, scip::ObjProp::scip_name_, SCIP_OKAY, scip::ObjProp::scip_presol_delay_, scip::ObjProp::scip_presol_maxrounds_, scip::ObjProp::scip_presol_priority_, scip::ObjProp::scip_priority_, scip::ObjProp::scip_timingmask_, and SCIPincludeProp(). Referenced by SCIP_DECL_PROPCOPY().
returns the prop object of the given name, or 0 if not existing
Definition at line 296 of file objprop.cpp. References NULL, SCIPfindProp(), and SCIPpropGetData().
returns the prop object for the given propagator
Definition at line 315 of file objprop.cpp. References NULL, and SCIPpropGetData(). |