arc data structure
Definition at line 65 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 66 of file gastrans.c.
Referenced by setupProblem().
| int ArcData::node2 |
Definition at line 67 of file gastrans.c.
Referenced by setupProblem().
| SCIP_Real ArcData::diameter |
Definition at line 68 of file gastrans.c.
| SCIP_Real ArcData::length |
Definition at line 69 of file gastrans.c.
Referenced by setupProblem().
| SCIP_Bool ArcData::active |
Definition at line 70 of file gastrans.c.
Referenced by setupProblem().