Atlantis CBLS solver
The project is built using cmake, but a Makefile is used to simplify the execution of cmake.
This project is tested with gcc version 13.
maketo build
cmake --build build --config Release --target queensThe project should now be importable as a cmake project.
C++ tools: https://github.com/lefticus/cppbestpractices/blob/master/02-Use_the_Tools_Available.md