All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objconshdlr.cpp File Reference Detailed DescriptionC++ wrapper for constraint handlers. Definition in file objconshdlr.cpp. Go to the source code of this file.
Function Documentation
copy method for constraint handler plugins (called when SCIP copies plugins) Definition at line 53 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPconshdlrGetData(), SCIPincludeObjConshdlr(), and TRUE.
destructor of constraint handler to free user data (called when SCIP is exiting) Definition at line 78 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPconshdlrGetData(), and SCIPconshdlrSetData().
initialization method of constraint handler (called after problem was transformed) Definition at line 104 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
deinitialization method of constraint handler (called before transformed problem is freed) Definition at line 122 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
presolving initialization method of constraint handler (called when presolving is about to begin) Definition at line 139 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
presolving deinitialization method of constraint handler (called after presolving has been finished) Definition at line 156 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
solving process initialization method of constraint handler (called when branch and bound process is about to begin) Definition at line 173 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
solving process deinitialization method of constraint handler (called before branch and bound process data is freed) Definition at line 190 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
frees specific constraint data Definition at line 207 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
transforms constraint data into data belonging to the transformed problem Definition at line 224 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
LP initialization method of constraint handler Definition at line 241 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
separation method of constraint handler for LP solutions Definition at line 258 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
separation method of constraint handler for arbitrary primal solutions Definition at line 275 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint enforcing method of constraint handler for LP solutions Definition at line 292 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint enforcing method of constraint handler for pseudo solutions Definition at line 309 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
feasibility check method of constraint handler for primal solutions Definition at line 327 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
domain propagation method of constraint handler Definition at line 345 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
presolving method of constraint handler Definition at line 362 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
propagation conflict resolving method of constraint handler Definition at line 383 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
variable rounding lock method of constraint handler Definition at line 401 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint activation notification method of constraint handler Definition at line 418 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint deactivation notification method of constraint handler Definition at line 435 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint enabling notification method of constraint handler Definition at line 452 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint disabling notification method of constraint handler Definition at line 469 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
variable deletion method of constraint handler Definition at line 485 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint display method of constraint handler Definition at line 501 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint copying method of constraint handler Definition at line 517 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint parsing method of constraint handler Definition at line 534 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint method of constraint handler which returns the variables (if possible) Definition at line 551 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
constraint method of constraint handler which returns the number of variables (if possible) Definition at line 567 of file objconshdlr.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPconshdlrGetData().
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(). |