Skip to content

Two algorithms in Java for building Steiner trees: one that accepts a list of unconnected points in the Euclidean plane and efficiently connects them with a tree, and one that accepts an undirected graph with weighted edges and a list of some of the graph's vertices, that it may efficiently connect those vertices with a tree-shaped subgraph.

License

BSL-1.0 and 3 other licenses found

Licenses found

BSL-1.0
LICENSE.txt
Unknown
COPYING.txt
Apache-2.0
jheaps_license_apache.txt
LGPL-2.1
trove_license_lgpl.txt
Notifications You must be signed in to change notification settings

mjwach/two-steiner-tree-algorithms-in-java

Error
Looks like something went wrong!

About

Two algorithms in Java for building Steiner trees: one that accepts a list of unconnected points in the Euclidean plane and efficiently connects them with a tree, and one that accepts an undirected graph with weighted edges and a list of some of the graph's vertices, that it may efficiently connect those vertices with a tree-shaped subgraph.

Topics

Resources

License

BSL-1.0 and 3 other licenses found

Licenses found

BSL-1.0
LICENSE.txt
Unknown
COPYING.txt
Apache-2.0
jheaps_license_apache.txt
LGPL-2.1
trove_license_lgpl.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages