Scippy

    SCIP

    Solving Constraint Integer Programs

    pricer_rpa.h File Reference

    Detailed Description

    Ringpacking variable pricer.

    Author
    Benjamin Mueller

    This file implements the variable pricer which check if variables exist with negative reduced cost. See for more details How to add variable pricers.

    Definition in file pricer_rpa.h.

    #include "scip/scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludePricerRpa (SCIP *scip)
     
    SCIP_RETCODE SCIPpricerRpaActivate (SCIP *scip)
     

    Function Documentation

    ◆ SCIPincludePricerRpa()

    ◆ SCIPpricerRpaActivate()

    SCIP_RETCODE SCIPpricerRpaActivate ( SCIP scip)

    added problem specific data to pricer and activates pricer

    Parameters
    scipSCIP data structure

    Definition at line 969 of file pricer_rpa.c.

    References NULL, PRICER_NAME, SCIP_CALL, SCIP_OKAY, SCIPactivatePricer(), and SCIPfindPricer().

    Referenced by SCIPprobdataCreate().