mapf icon indicating copy to clipboard operation
mapf copied to clipboard

A MAPF framework in C#, with implementations for MA-CBS, ICBS, CBSH, ID, A*, A*+OD, and EPEA*

Results 4 mapf issues
Sort by recently updated
recently updated
newest added

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...