joewledger / gaia

2 stars 0 forks source link

Create code for determining the smallest possible federation #24

Open joewledger opened 5 years ago

joewledger commented 5 years ago

Given:

When:

Then:

Notes:

gretchenwright commented 5 years ago

The problem of finding the minimal spanning tree for a provided set of nodes in a graph is the Steiner tree problem. There is a thread in Stack Overflow about approximation algorithms, which includes references to several papers.

https://stackoverflow.com/questions/7685291/construct-a-minimum-spanning-tree-covering-a-specific-subset-of-the-vertices