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

This commit is contained in:
Arthur Bit-Monnot 2020-03-27 22:53:13 +01:00
parent 60b74477ca
commit d26f6fba05

View file

@ -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);