Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    eventhdlr for soft time limit

    Author
    Gerald Gamrath

    Definition in file event_softtimelimit.h.

    #include "scip/def.h"
    #include "scip/type_retcode.h"
    #include "scip/type_scip.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
    scipSCIP 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().