Package | Description |
---|---|
com.graphhopper.routing.ch | |
com.graphhopper.storage |
Modifier and Type | Method and Description |
---|---|
static NodeOrderingProvider |
NodeOrderingProvider.fromArray(int... nodes) |
static NodeOrderingProvider |
NodeOrderingProvider.identity(int nodes) |
Modifier and Type | Method and Description |
---|---|
PrepareContractionHierarchies |
PrepareContractionHierarchies.useFixedNodeOrdering(NodeOrderingProvider nodeOrderingProvider)
Instead of heuristically determining a node ordering for the graph contraction it is also possible
to use a fixed ordering.
|
Modifier and Type | Method and Description |
---|---|
NodeOrderingProvider |
CHStorage.getNodeOrderingProvider() |
Copyright © 2012–2022. All rights reserved.