ArcData Struct Reference
Detailed Description
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 |
Field Documentation
◆ node1
| int ArcData::node1 |
Definition at line 66 of file gastrans.c.
Referenced by setupProblem().
◆ node2
| int ArcData::node2 |
Definition at line 67 of file gastrans.c.
◆ diameter
| SCIP_Real ArcData::diameter |
Definition at line 68 of file gastrans.c.
◆ length
| SCIP_Real ArcData::length |
Definition at line 69 of file gastrans.c.
Referenced by setupProblem().
◆ active
| SCIP_Bool ArcData::active |
Definition at line 70 of file gastrans.c.
Referenced by setupProblem().
