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 |
const char* NodeData::name |
Definition at line 47 of file gastrans.c.
Referenced by setupProblem().
SCIP_Real NodeData::supplylower |
Definition at line 48 of file gastrans.c.
Referenced by setupProblem().
SCIP_Real NodeData::supplyupper |
Definition at line 49 of file gastrans.c.
Referenced by setupProblem().
SCIP_Real NodeData::pressurelower |
Definition at line 50 of file gastrans.c.
Referenced by setupProblem().
SCIP_Real NodeData::pressureupper |
Definition at line 51 of file gastrans.c.
Referenced by setupProblem().
SCIP_Real NodeData::cost |
Definition at line 52 of file gastrans.c.
Referenced by setupProblem().