Scippy

    SCIP

    Solving Constraint Integer Programs

    event_bestsol.h File Reference

    Detailed Description

    eventhdlr for best solution found

    Author
    Stefan Heinz
    Michael Winkler

    Definition in file event_bestsol.h.

    #include "scip/scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeEventHdlrBestsol (SCIP *scip)
     

    Function Documentation

    ◆ SCIPincludeEventHdlrBestsol()

    SCIP_RETCODE SCIPincludeEventHdlrBestsol ( SCIP scip)

    includes event handler for best solution found

    Parameters
    scipSCIP data structure

    Definition at line 109 of file event_bestsol.c.

    References EVENTHDLR_DESC, EVENTHDLR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeEventhdlrBasic(), SCIPsetEventhdlrCopy(), SCIPsetEventhdlrExit(), and SCIPsetEventhdlrInit().

    Referenced by runShell(), and SCIP_DECL_EVENTCOPY().