jar

io.github.zabuzard.maglev : maglev

Maven & Gradle

Feb 13, 2021
2 stars

Maglev · Maglev is a library that provides fast and generic solutions for shortest path problems (SPP)

Table Of Contents

Latest Version

Download io.github.zabuzard.maglev : maglev JAR file - Latest Versions:

All Versions

Download io.github.zabuzard.maglev : maglev JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window maglev-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.zabuzard.maglev.internal.algorithms.metrics

├─ io.github.zabuzard.maglev.internal.algorithms.metrics.GreedyFarthestLandmarkProvider.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.metrics.LandmarkMetric.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.metrics.RandomLandmarkProvider.class - [JAR]

io.github.zabuzard.maglev.internal.collections

├─ io.github.zabuzard.maglev.internal.collections.NestedMap.class - [JAR]

├─ io.github.zabuzard.maglev.internal.collections.ReverseIterator.class - [JAR]

├─ io.github.zabuzard.maglev.internal.collections.Triple.class - [JAR]

io.github.zabuzard.maglev.external.graph.simple

├─ io.github.zabuzard.maglev.external.graph.simple.AbstractGraph.class - [JAR]

├─ io.github.zabuzard.maglev.external.graph.simple.ReversedConsumer.class - [JAR]

├─ io.github.zabuzard.maglev.external.graph.simple.ReversedProvider.class - [JAR]

├─ io.github.zabuzard.maglev.external.graph.simple.SimpleEdge.class - [JAR]

├─ io.github.zabuzard.maglev.external.graph.simple.SimpleGraph.class - [JAR]

io.github.zabuzard.maglev.external.algorithms

├─ io.github.zabuzard.maglev.external.algorithms.DijkstraModule.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.EdgeCost.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.HasPathCost.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.LandmarkProvider.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.Metric.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.Path.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.PathTree.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.ReverselyIterable.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.ShortestPathComputation.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.ShortestPathComputationBuilder.class - [JAR]

├─ io.github.zabuzard.maglev.external.algorithms.TentativeDistance.class - [JAR]

io.github.zabuzard.maglev.internal.algorithms.shortestpath

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.AStarModule.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.AbortAfterIfModule.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.AbortAfterRangeModule.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.AbortBeforeIfModule.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.AbstractShortestPathComputation.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.Dijkstra.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.EdgePath.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.EmptyPath.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.IgnoreEdgeIfModule.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.ModuleDijkstra.class - [JAR]

├─ io.github.zabuzard.maglev.internal.algorithms.shortestpath.OnDemandPathTree.class - [JAR]

io.github.zabuzard.maglev.external.graph

├─ io.github.zabuzard.maglev.external.graph.Edge.class - [JAR]

├─ io.github.zabuzard.maglev.external.graph.Graph.class - [JAR]