event_softtimelimit.h File Reference
Detailed Description
eventhdlr for soft time limit
Definition in file event_softtimelimit.h.
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeEventHdlrSofttimelimit (SCIP *scip) |
Function Documentation
◆ SCIPincludeEventHdlrSofttimelimit()
SCIP_RETCODE SCIPincludeEventHdlrSofttimelimit | ( | SCIP * | scip | ) |
includes event handler for soft time limit
includes event handler for best solution found
- Parameters
-
scip SCIP data structure
Definition at line 182 of file event_softtimelimit.c.
References EVENTHDLR_DESC, EVENTHDLR_NAME, FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIP_REAL_MAX, SCIPaddRealParam(), SCIPallocBlockMemory, SCIPincludeEventhdlrBasic(), SCIPsetEventhdlrCopy(), SCIPsetEventhdlrExit(), SCIPsetEventhdlrFree(), and SCIPsetEventhdlrInit().
Referenced by SCIP_DECL_EVENTCOPY(), and SCIPincludeDefaultPlugins().