Skip to content

Commit

Permalink
added some content to the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
rjan committed May 2, 2016
1 parent 2f1c68f commit d0adfe5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# 99tsp
# 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

0 comments on commit d0adfe5

Please sign in to comment.