Scippy

    SCIP

    Solving Constraint Integer Programs

    relax_lp.h File Reference

    Detailed Description

    lp relaxator

    Author
    Benjamin Mueller

    Definition in file relax_lp.h.

    #include "scip/scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeRelaxLp (SCIP *scip)
     

    Function Documentation

    ◆ SCIPincludeRelaxLp()

    SCIP_RETCODE SCIPincludeRelaxLp ( SCIP scip)

    creates the lp relaxator and includes it in SCIP

    Parameters
    scipSCIP data structure

    Definition at line 175 of file relax_lp.c.

    References NULL, RELAX_DESC, RELAX_FREQ, RELAX_NAME, RELAX_PRIORITY, SCIP_CALL, SCIP_OKAY, and SCIPincludeRelaxBasic().

    Referenced by runShell().