A minimalist FPMAS project set up that might be used as a GitHub template repository.
CMakeLists.txt
: Minimalist and generic CMakeListsmain.cpp
: C++ main file with required FPMAS set upinclude
: C++ header filesagents.h
: Agent example definition
src
: C++ source filesagents.cpp
: Agent example implemenation