Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 376 Bytes

naiveMAPF

Coverity Scan Build Status

naive implementations of Multi-Agent Path Finding algorithms 算法列表:

  1. AStar.hpp: 支持约束(constraint)的A*搜索
  2. CBS.hpp: 基于冲突的搜索(Conflict-Based Searching)