Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

gonum/graph

Folders and files

NameName
Last commit message
Last commit date
Jul 31, 2017
Nov 19, 2016
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Jan 8, 2014
Nov 19, 2016
Jan 25, 2018
Apr 26, 2019
Oct 30, 2015
Nov 2, 2015
Oct 30, 2015

Repository files navigation

Gonum Graph Build Status Coverage Status GoDoc

This repository is no longer maintained. Development has moved to https://github.com/gonum/gonum.

This is a generalized graph package for the Go language. It aims to provide a clean, transparent API for common algorithms on arbitrary graphs such as finding the graph's strongly connected components, dominators, or searces.

The package is currently in testing, and the API is "semi-stable". The signatures of any functions like AStar are unlikely to change much, but the Graph, Node, and Edge interfaces may change a bit.

Issues

If you find any bugs, feel free to file an issue on the github issue tracker for gonum/gonum if the bug exists in that reposity; no code changes will be made to this repository. Other dicussions should be taken to the gonum-dev Google Group.

https://groups.google.com/forum/#!forum/gonum-dev

License

Please see github.com/gonum/license for general license information, contributors, authors, etc on the Gonum suite of packages.

About

Graph packages for the Go language [DEPRECATED]

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages