FIX: best cost of example instance was wrong (left over from a different example)
Este commit está contenido en:
padre
60b74477ca
commit
d26f6fba05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
|
@ -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);
|
||||
|
|
Cargando…
Referenciar en una nueva incidencia