Scippy

SCIP

Solving Constraint Integer Programs

TM_all_shortestpath Struct Reference

Detailed Description

All shortest paths data NOTE: DEPRECATED

Definition at line 117 of file heur_tm.c.

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().