1
0
Fork 0

FIX: best cost of example instance was wrong (left over from a different example)

Dieser Commit ist enthalten in:
Arthur Bit-Monnot 2020-03-27 22:53:13 +01:00
Ursprung 60b74477ca
Commit d26f6fba05

Datei anzeigen

@ -20,7 +20,7 @@ public class BestKnownResult {
static String[] instances;
static {
bests = new HashMap<>();
bests.put("aaa1", 10);
bests.put("aaa1", 11);
bests.put("abz5", 1234);
bests.put("abz6", 943);
bests.put("abz7", 656);