@@ -27,7 +27,7 @@ function mapped_entry_to_compact(::Turn)
2727end
2828
2929function source_entry_to_configs (:: Turn )
30- return Dict (Pair{Int64, Vector{BitVector}}[0 => [[0 , 1 , 0 , 1 , 0 ]], 2 => [[0 , 0 , 1 , 0 , 1 ], [0 , 1 , 0 , 0 , 1 ]], 3 => [[1 , 0 , 1 , 0 , 1 ]], 1 => [[1 , 0 , 1 , 0 , 0 ], [1 , 0 , 0 , 1 , 0 ]]])
30+ return Dict (Pair{Int64, Vector{BitVector}}[0 => [[0 , 1 , 0 , 1 , 0 ]], 2 => [[0 , 1 , 0 , 0 , 1 ], [0 , 0 , 1 , 0 , 1 ]], 3 => [[1 , 0 , 1 , 0 , 1 ]], 1 => [[1 , 0 , 1 , 0 , 0 ], [1 , 0 , 0 , 1 , 0 ]]])
3131end
3232
3333mis_overhead (:: Turn ) = - 1
@@ -38,7 +38,7 @@ function mapped_entry_to_compact(::WTurn)
3838end
3939
4040function source_entry_to_configs (:: WTurn )
41- return Dict (Pair{Int64, Vector{BitVector}}[0 => [[1 , 0 , 1 , 0 , 0 ]], 2 => [[0 , 0 , 0 , 1 , 1 ], [1 , 0 , 0 , 0 , 1 ]], 3 => [[0 , 1 , 0 , 1 , 1 ]], 1 => [[0 , 1 , 1 , 0 , 0 ], [0 , 1 , 0 , 1 , 0 ]]])
41+ return Dict (Pair{Int64, Vector{BitVector}}[0 => [[1 , 0 , 1 , 0 , 0 ]], 2 => [[0 , 0 , 0 , 1 , 1 ], [1 , 0 , 0 , 0 , 1 ]], 3 => [[0 , 1 , 0 , 1 , 1 ]], 1 => [[0 , 1 , 0 , 1 , 0 ], [0 , 1 , 1 , 0 , 0 ]]])
4242end
4343
4444mis_overhead (:: WTurn ) = - 1
@@ -60,7 +60,7 @@ function mapped_entry_to_compact(::BranchFix)
6060end
6161
6262function source_entry_to_configs (:: BranchFix )
63- return Dict (Pair{Int64, Vector{BitVector}}[0 => [[0 , 0 , 1 , 0 , 1 , 0 ], [0 , 1 , 0 , 0 , 1 , 0 ], [0 , 1 , 0 , 1 , 0 , 0 ]], 2 => [[0 , 1 , 0 , 1 , 0 , 1 ]], 3 => [[1 , 0 , 1 , 0 , 0 , 1 ], [1 , 0 , 0 , 1 , 0 , 1 ]], 1 => [[1 , 0 , 1 , 0 , 1 , 0 ]]])
63+ return Dict (Pair{Int64, Vector{BitVector}}[0 => [[0 , 1 , 0 , 1 , 0 , 0 ], [0 , 1 , 0 , 0 , 1 , 0 ], [0 , 0 , 1 , 0 , 1 , 0 ]], 2 => [[0 , 1 , 0 , 1 , 0 , 1 ]], 3 => [[1 , 0 , 0 , 1 , 0 , 1 ], [1 , 0 , 1 , 0 , 0 , 1 ]], 1 => [[1 , 0 , 1 , 0 , 1 , 0 ]]])
6464end
6565
6666mis_overhead (:: BranchFix ) = - 1
0 commit comments