Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_PricerData Struct Reference

    Detailed Description

    variable pricer data

    Definition at line 84 of file pricer_coloring.c.

    Data Fields

    SCIP * scip
     
    int maxvarsround
     
    int oldmaxvarsround
     
    int nstablesetsfound
     
    SCIP_CONS ** constraints
     
    SCIP_Real scalefactor
     
    SCIP_Real * pi
     
    SCIP_Bool onlybest
     
    SCIP_Bool usegreedy
     
    SCIP_Bool usetclique
     
    int ** improvingstablesets
     
    int improvingstablesetssize
     
    int * nstablesetnodes
     
    int actindex
     
    SCIP_NODE * bbnode
     
    int noderounds
     
    int maxroundsroot
     
    int maxroundsnode
     
    int maxtcliquenodes
     
    SCIP_Real lowerbound
     

    Field Documentation

    ◆ actindex

    int SCIP_PricerData::actindex

    Definition at line 100 of file pricer_coloring.c.

    ◆ bbnode

    SCIP_NODE* SCIP_PricerData::bbnode

    Definition at line 101 of file pricer_coloring.c.

    ◆ constraints

    SCIP_CONS** SCIP_PricerData::constraints

    Definition at line 90 of file pricer_coloring.c.

    ◆ improvingstablesets

    int** SCIP_PricerData::improvingstablesets

    Definition at line 97 of file pricer_coloring.c.

    ◆ improvingstablesetssize

    int SCIP_PricerData::improvingstablesetssize

    Definition at line 98 of file pricer_coloring.c.

    ◆ lowerbound

    SCIP_Real SCIP_PricerData::lowerbound

    Definition at line 106 of file pricer_coloring.c.

    ◆ maxroundsnode

    int SCIP_PricerData::maxroundsnode

    Definition at line 104 of file pricer_coloring.c.

    ◆ maxroundsroot

    int SCIP_PricerData::maxroundsroot

    Definition at line 103 of file pricer_coloring.c.

    ◆ maxtcliquenodes

    int SCIP_PricerData::maxtcliquenodes

    Definition at line 105 of file pricer_coloring.c.

    ◆ maxvarsround

    int SCIP_PricerData::maxvarsround

    Definition at line 87 of file pricer_coloring.c.

    ◆ noderounds

    int SCIP_PricerData::noderounds

    Definition at line 102 of file pricer_coloring.c.

    ◆ nstablesetnodes

    int* SCIP_PricerData::nstablesetnodes

    Definition at line 99 of file pricer_coloring.c.

    ◆ nstablesetsfound

    int SCIP_PricerData::nstablesetsfound

    Definition at line 89 of file pricer_coloring.c.

    ◆ oldmaxvarsround

    int SCIP_PricerData::oldmaxvarsround

    Definition at line 88 of file pricer_coloring.c.

    ◆ onlybest

    SCIP_Bool SCIP_PricerData::onlybest

    Definition at line 93 of file pricer_coloring.c.

    ◆ pi

    SCIP_Real* SCIP_PricerData::pi

    Definition at line 92 of file pricer_coloring.c.

    ◆ scalefactor

    SCIP_Real SCIP_PricerData::scalefactor

    Definition at line 91 of file pricer_coloring.c.

    ◆ scip

    SCIP* SCIP_PricerData::scip

    Definition at line 86 of file pricer_coloring.c.

    ◆ usegreedy

    SCIP_Bool SCIP_PricerData::usegreedy

    Definition at line 95 of file pricer_coloring.c.

    ◆ usetclique

    SCIP_Bool SCIP_PricerData::usetclique

    Definition at line 96 of file pricer_coloring.c.