FIX: best cost of example instance was wrong (left over from a different example)
This commit is contained in:
parent
60b74477ca
commit
d26f6fba05
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class BestKnownResult {
|
||||||
static String[] instances;
|
static String[] instances;
|
||||||
static {
|
static {
|
||||||
bests = new HashMap<>();
|
bests = new HashMap<>();
|
||||||
bests.put("aaa1", 10);
|
bests.put("aaa1", 11);
|
||||||
bests.put("abz5", 1234);
|
bests.put("abz5", 1234);
|
||||||
bests.put("abz6", 943);
|
bests.put("abz6", 943);
|
||||||
bests.put("abz7", 656);
|
bests.put("abz7", 656);
|
||||||
|
|
Loading…
Reference in a new issue