Scippy

    SCIP

    Solving Constraint Integer Programs

    event_bestsol.h File Reference

    Detailed Description

    eventhdlr to print the best solution value

    Author
    Alexander Hoen
    Gioni Mexi
    Dominik Kamp

    Definition in file event_bestsol.h.

    #include "scip/scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPcreateEventHdlrBestsol (SCIP *scip)
     

    Function Documentation

    ◆ SCIPcreateEventHdlrBestsol()

    SCIP_RETCODE SCIPcreateEventHdlrBestsol ( SCIP scip)

    creates event handler for best solution found

    Parameters
    scipSCIP data structure

    Definition at line 130 of file event_bestsol.c.

    References EVENTHDLR_DESC, EVENTHDLR_NAME, NULL, SCIP_CALL, SCIP_OKAY, and SCIPincludeEventhdlr().

    Referenced by fromCommandLine().