An open API service indexing awesome lists of open source software.

https://github.com/anders-wind/graph_mapper

Mapping out all small sized graphs, problems and their solutions
https://github.com/anders-wind/graph_mapper

Last synced: over 1 year ago
JSON representation

Mapping out all small sized graphs, problems and their solutions

Awesome Lists containing this project

README

          

# graph_mapper

This is the graph_mapper project. The intend is to solve different problems on all graphs up to a limited size (most likely N=9) and store their dataset.

See data/ folder for the currently existing results.

## Problems

- [x] minimum vertext cover
- [x] maximum independent set
- [x] maximum clique
- [ ] clique cover
- [ ] k-coloring (minimum)
- [ ] longest path (and hamiltonian path)
- [ ] longest cycle (and hamiltonian cycle)
- [ ] Feedback node set