Scippy

    SCIP

    Solving Constraint Integer Programs

    NodeData Struct Reference

    Detailed Description

    node data structure

    Definition at line 55 of file gastrans.c.

    Data Fields

    const char * name
     
    SCIP_Real supplylower
     
    SCIP_Real supplyupper
     
    SCIP_Real pressurelower
     
    SCIP_Real pressureupper
     
    SCIP_Real cost
     

    Field Documentation

    ◆ name

    const char* NodeData::name

    Definition at line 56 of file gastrans.c.

    ◆ supplylower

    SCIP_Real NodeData::supplylower

    Definition at line 57 of file gastrans.c.

    ◆ supplyupper

    SCIP_Real NodeData::supplyupper

    Definition at line 58 of file gastrans.c.

    ◆ pressurelower

    SCIP_Real NodeData::pressurelower

    Definition at line 59 of file gastrans.c.

    ◆ pressureupper

    SCIP_Real NodeData::pressureupper

    Definition at line 60 of file gastrans.c.

    ◆ cost

    SCIP_Real NodeData::cost

    Definition at line 61 of file gastrans.c.