NodeData Struct Reference
Detailed Description
node data structure
Definition at line 46 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 47 of file gastrans.c.
Referenced by setupProblem().
◆ supplylower
| SCIP_Real NodeData::supplylower |
Definition at line 48 of file gastrans.c.
Referenced by setupProblem().
◆ supplyupper
| SCIP_Real NodeData::supplyupper |
Definition at line 49 of file gastrans.c.
Referenced by setupProblem().
◆ pressurelower
| SCIP_Real NodeData::pressurelower |
Definition at line 50 of file gastrans.c.
Referenced by setupProblem().
◆ pressureupper
| SCIP_Real NodeData::pressureupper |
Definition at line 51 of file gastrans.c.
Referenced by setupProblem().
◆ cost
| SCIP_Real NodeData::cost |
Definition at line 52 of file gastrans.c.
Referenced by setupProblem().
