arc data structure
Definition at line 56 of file gastrans.c.
Data Fields | |
| int | node1 |
| int | node2 |
| SCIP_Real | diameter |
| SCIP_Real | length |
| SCIP_Bool | active |
| int ArcData::node1 |
Definition at line 57 of file gastrans.c.
Referenced by setupProblem().
| int ArcData::node2 |
Definition at line 58 of file gastrans.c.
| SCIP_Real ArcData::diameter |
Definition at line 59 of file gastrans.c.
| SCIP_Real ArcData::length |
Definition at line 60 of file gastrans.c.
Referenced by setupProblem().
| SCIP_Bool ArcData::active |
Definition at line 61 of file gastrans.c.