Uses of Interface
com.jgalgo.ShortestPathWithHeuristic.Builder
-
-
Uses of ShortestPathWithHeuristic.Builder in com.jgalgo
Methods in com.jgalgo that return ShortestPathWithHeuristic.Builder Modifier and Type Method Description static ShortestPathWithHeuristic.Builder
ShortestPathWithHeuristic. newBuilder()
Create a new heuristic shortest path algorithm builder.
-