/AA

Advanced Algorithms Project

Primary LanguagePython

AA Assignment 1

Combinatorial Optiomization Problems using Exhaustive Search and a Greedy Heuristic Search.

To use with current graphs:

make all
make plots
make tables

For also generate graphs:

make graphs
make all
make plots
make tables

Can also run algorithms independently:

make greedysearch

or

make exsearch