menu
graphview package
documentation
GraphView.dart
BuchheimWalkerAlgorithm
getPrelim method
getPrelim method
dark_mode
light_mode
getPrelim
method
double
getPrelim
(
Node
?
v
)
Implementation
double getPrelim(Node? v) { return getNodeData(v)?.prelim ?? 0; }
graphview package
documentation
GraphView
BuchheimWalkerAlgorithm
getPrelim method
BuchheimWalkerAlgorithm class