Detailed Descriptioneventhdlr for soft time limit Definition in file event_softtimelimit.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 27 of file event_softtimelimit.c. Referenced by SCIP_DECL_EVENTCOPY(), SCIP_DECL_EVENTEXEC(), SCIP_DECL_EVENTEXIT(), SCIP_DECL_EVENTFREE(), SCIP_DECL_EVENTINIT(), and SCIPincludeEventHdlrSofttimelimit().
Definition at line 28 of file event_softtimelimit.c. Referenced by SCIPincludeEventHdlrSofttimelimit(). Function Documentation
copy method for event handler plugins (called when SCIP copies plugins) Definition at line 47 of file event_softtimelimit.c. References EVENTHDLR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPeventhdlrGetName(), and SCIPincludeEventHdlrSofttimelimit().
destructor of event handler to free user data (called when SCIP is exiting) Definition at line 63 of file event_softtimelimit.c. References EVENTHDLR_NAME, NULL, SCIP_OKAY, SCIPeventhdlrGetData(), SCIPeventhdlrGetName(), SCIPeventhdlrSetData(), and SCIPfreeMemory.
initialization method of event handler (called after problem was transformed) Definition at line 84 of file event_softtimelimit.c. References EVENTHDLR_NAME, NULL, SCIP_CALL, SCIP_EVENTTYPE_BESTSOLFOUND, SCIP_OKAY, SCIPcatchEvent(), SCIPeventhdlrGetData(), SCIPeventhdlrGetName(), and SCIPisNegative().
deinitialization method of event handler (called before transformed problem is freed) Definition at line 106 of file event_softtimelimit.c. References EVENTHDLR_NAME, NULL, SCIP_CALL, SCIP_EVENTTYPE_BESTSOLFOUND, SCIP_OKAY, SCIPdropEvent(), SCIPeventhdlrGetData(), and SCIPeventhdlrGetName().
execution method of event handler Definition at line 129 of file event_softtimelimit.c. References EVENTHDLR_NAME, NULL, SCIP_CALL, SCIP_EVENTTYPE_BESTSOLFOUND, SCIP_OKAY, SCIPdebugMessage, SCIPdropEvent(), SCIPeventGetType(), SCIPeventhdlrGetData(), SCIPeventhdlrGetName(), SCIPinfoMessage(), and SCIPsetRealParam().
includes event handler for best solution found
Definition at line 158 of file event_softtimelimit.c. References EVENTHDLR_DESC, EVENTHDLR_NAME, FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIP_REAL_MAX, SCIPaddRealParam(), SCIPallocMemory, SCIPincludeEventhdlrBasic(), SCIPsetEventhdlrCopy(), SCIPsetEventhdlrExit(), SCIPsetEventhdlrFree(), and SCIPsetEventhdlrInit(). Referenced by SCIP_DECL_EVENTCOPY(), and SCIPincludeDefaultPlugins(). |