eventhdlr for soft time limit
Definition in file event_softtimelimit.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeEventHdlrSofttimelimit (SCIP *scip) |
SCIP_RETCODE SCIPincludeEventHdlrSofttimelimit | ( | SCIP * | scip | ) |
includes event handler for soft time limit
includes event handler for best solution found
scip | SCIP data structure |
Definition at line 166 of file event_softtimelimit.c.
References EVENTHDLR_DESC, EVENTHDLR_NAME, FALSE, SCIP_CALL, SCIP_OKAY, SCIP_REAL_MAX, SCIPaddRealParam(), SCIPallocBlockMemory, SCIPincludeEventhdlrBasic(), SCIPsetEventhdlrCopy(), SCIPsetEventhdlrExit(), SCIPsetEventhdlrFree(), and SCIPsetEventhdlrInit().
Referenced by SCIP_DECL_EVENTCOPY(), and SCIPincludeDefaultPlugins().