diff --git a/LICENSE b/LICENSE index 7fc4a65..73fb4a4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, Jan S. Rellermeyer +Copyright (c) 2016, the 99 TSP project. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index b17219e..98a541d 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# 99tsp \ No newline at end of file +# The 99 Traveling Salespeople Project + +TODO: add a description + +## Languages + +TODO: list of available languages + +## Algorithms + +Greedy (greedy) +Linear Programming (lp) +Simulated Annealing (sa) +Genetic (gen) +Neural Network (neural) + +TODO: extend the list of used algorithms