All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objconshdlr.h File Reference Detailed DescriptionC++ wrapper for constraint handlers. Definition in file objconshdlr.h. Go to the source code of this file.
Function Documentation
creates the constraint handler for the given constraint handler object and includes it in SCIP The method should be called in one of the following ways:
creates the constraint handler for the given constraint handler object and includes it in SCIP
Definition at line 588 of file objconshdlr.cpp. References NULL, scip::ObjConshdlr::scip_, SCIP_CALL, scip::ObjConshdlr::scip_checkpriority_, scip::ObjConshdlr::scip_delaypresol_, scip::ObjConshdlr::scip_delayprop_, scip::ObjConshdlr::scip_delaysepa_, scip::ObjConshdlr::scip_desc_, scip::ObjConshdlr::scip_eagerfreq_, scip::ObjConshdlr::scip_enfopriority_, scip::ObjConshdlr::scip_maxprerounds_, scip::ObjConshdlr::scip_name_, scip::ObjConshdlr::scip_needscons_, SCIP_OKAY, scip::ObjConshdlr::scip_propfreq_, scip::ObjConshdlr::scip_sepafreq_, scip::ObjConshdlr::scip_sepapriority_, scip::ObjConshdlr::scip_timingmask_, and SCIPincludeConshdlr(). Referenced by SCIP_DECL_CONSHDLRCOPY().
returns the conshdlr object of the given name, or 0 if not existing
Definition at line 627 of file objconshdlr.cpp. References NULL, SCIPconshdlrGetData(), and SCIPfindConshdlr().
returns the conshdlr object for the given constraint handler
Definition at line 646 of file objconshdlr.cpp. References NULL, and SCIPconshdlrGetData(). |