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.
Referenced by setupProblem().
◆ supplylower
SCIP_Real NodeData::supplylower |
Definition at line 57 of file gastrans.c.
Referenced by setupProblem().
◆ supplyupper
SCIP_Real NodeData::supplyupper |
Definition at line 58 of file gastrans.c.
Referenced by setupProblem().
◆ pressurelower
SCIP_Real NodeData::pressurelower |
Definition at line 59 of file gastrans.c.
Referenced by setupProblem().
◆ pressureupper
SCIP_Real NodeData::pressureupper |
Definition at line 60 of file gastrans.c.
Referenced by setupProblem().
◆ cost
SCIP_Real NodeData::cost |
Definition at line 61 of file gastrans.c.
Referenced by setupProblem().