Fix typo in cstsp.cs

This commit is contained in:
Corentin Le Molgat
2018-09-25 17:11:09 +02:00
parent e07a02ba80
commit a2978f293d

View File

@@ -107,7 +107,7 @@ class Tsp
size = Convert.ToInt32(args[0]);
}
int forbidden = 0;
if (args.Length > 0) {
if (args.Length > 1) {
forbidden = Convert.ToInt32(args[1]);
}
int seed = 0;