Solutions to 8-puzzle-1 (#9)

User Algorithm Version Cost Fastest time
ivar A* + OD 0.1.2 31 221.507549ms View
ivar A* + OD + ID with exhaustive matching 1.0.0 31 541.685ms View
ivar A* + OD + ID with heuristic matching 1.0.0 31 654.4252ms View
jonathan prematch M* + OD 0.0.1 31 873.543501ms View
jaap EPEA* (exhaustive matching with sorting and ID) with ID 1.0.1 31 2.0539875s View
jesse BCP-MAPFM 1 31 2.483024476s View
jesse BCP-MAPFM 1 31 2.484322613s View
noah Friendly old solver I lost track 31 7.3484379s View
jonathan A* Multi agent 0.0.1 31 8.559983015s View
jonathan A* Multi agent 0.0.1 31 10.964660645s View