TM_all_shortestpath Struct Reference
Detailed Description
Data Fields | |
int ** | pathedge |
SCIP_Real ** | pathdist |
Field Documentation
◆ pathedge
int** TM_all_shortestpath::pathedge |
node predecessors for each terminal
Definition at line 120 of file heur_tm.c.
Referenced by buildTmAllSp(), computeDegConsTree(), computeSteinerTree(), tmAllspFree(), and tmAllspInit().
◆ pathdist
SCIP_Real** TM_all_shortestpath::pathdist |
node distances for each terminal
Definition at line 121 of file heur_tm.c.
Referenced by buildTmAllSp(), computeDegConsTree(), computeSteinerTree(), tmAllspFree(), and tmAllspInit().