About Anaconda Help Download Anaconda

Fastpath is a fast and lightweight tool for finding the shortest path in a weighted graph

copied from cf-staging / fastpath

Installers

  • linux-64 v1.9
  • osx-64 v1.9

conda install

To install this package run one of the following:
conda install conda-forge::fastpath

Description

Fastpath is a fast and lightweight tool for finding the shortest path in a weighted graph. As input it only needs the starting node, the ending node, and the weights of each node to node edge. For versatility it uses the Bellman-Ford algorithm, which allows for negative weights. Future version will incorporate the Dijkstra algorithm to speed up runtimes on graphs that do not contain negative edges.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy