ArcData Struct Reference
Detailed Description
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 |
Field Documentation
◆ node1
int ArcData::node1 |
Definition at line 57 of file gastrans.c.
Referenced by setupProblem().
◆ node2
int ArcData::node2 |
Definition at line 58 of file gastrans.c.
◆ diameter
SCIP_Real ArcData::diameter |
Definition at line 59 of file gastrans.c.
◆ length
SCIP_Real ArcData::length |
Definition at line 60 of file gastrans.c.
Referenced by setupProblem().
◆ active
SCIP_Bool ArcData::active |
Definition at line 61 of file gastrans.c.
Referenced by setupProblem().