Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    benders relaxator

    Author
    Stephen J. Maher

    Definition in file relax_benders.h.

    #include "scip/scip.h"
    #include "scip/scip_export.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeRelaxBenders (SCIP *scip)
     
    SCIPSCIPgetMasterProblemRelaxBenders (SCIP *scip)
     

    Function Documentation

    ◆ SCIPincludeRelaxBenders()

    SCIP_RETCODE SCIPincludeRelaxBenders ( SCIP scip)

    ◆ SCIPgetMasterProblemRelaxBenders()

    SCIP * SCIPgetMasterProblemRelaxBenders ( SCIP scip)

    returns the master problem SCIP instance

    Parameters
    scipSCIP data structure

    Definition at line 983 of file relax_benders.c.

    References NULL, RELAX_NAME, SCIPfindRelax(), and SCIPrelaxGetData().

    Referenced by SCIP_DECL_DIALOGEXEC().