Release v2.0

This commit is contained in:
Jan Potocki
2019-11-26 18:50:23 +01:00
parent 3e46de31d6
commit 436c66c8fa
3 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ void parseTSPLIB_EUC_2D(const char *filename, Graph **graph)
void banner()
{
cout << "PEA Projekt 2 Plus v2.0ALPHA" << endl;
cout << "PEA Projekt 2 Plus v2.0" << endl;
cout << "Jan Potocki 2017-2019" << endl;
cout << "(beerware)" << endl;
}