kompose/vendor/github.com/gonum/graph
Tomas Kral 1f8a0e06c9
Upgrade OpenShift and its dependencies.
OpenShift version 1.4.0-alpha.0
2016-10-18 12:04:00 +02:00
..
concrete Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
encoding/dot Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
internal Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
path Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
topo Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
traverse Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
.gitignore Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
.travis.yml Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
doc.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
graph.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
README.md Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00

Gonum Graph Build Status Coverage Status

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. Discussions on API changes, added features, code review, or similar requests are preferred on 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.