public class BridgePathFinder extends Object
EdgeBasedNodeContractor| Modifier and Type | Class and Description |
|---|---|
static class |
BridgePathFinder.BridePathEntry |
| Constructor and Description |
|---|
BridgePathFinder(CHPreparationGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
com.carrotsearch.hppc.IntObjectMap<BridgePathFinder.BridePathEntry> |
find(int startInEdgeKey,
int startNode,
int centerNode)
Finds all bridge paths starting at a given node and starting edge key.
|
public BridgePathFinder(CHPreparationGraph graph)
public com.carrotsearch.hppc.IntObjectMap<BridgePathFinder.BridePathEntry> find(int startInEdgeKey, int startNode, int centerNode)
Copyright © 2012–2022. All rights reserved.