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

Este commit está contenido en:
Arthur Bit-Monnot 2020-03-27 22:53:13 +01:00
padre 60b74477ca
commit d26f6fba05

Ver fichero

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