mapf
mapf copied to clipboard
A MAPF framework in C#, with implementations for MA-CBS, ICBS, CBSH, ID, A*, A*+OD, and EPEA*
protected static readonly string[] mazeMapPaths = new string[3] { Path.Combine("..", "..", "..", "maps", "maze512-1-6.map"), Path.Combine("..", "..", "..", "maps", "maze512-1-2.map"), Path.Combine("..", "..", "..", "maps", "maze512-1-9.map") }; protected static readonly string[] scenDirs...
Imported from Bitbucket (original creation time 2016-02-03): For the record, the code in this repository is currently copyrighted to Eli Boyarski. Use for academic work is allowed. Modifications should be...
无法进行调试
无法调试程序