olepoeschl / NQueensFAF

Highly optimized Java / GPU solver for the N-Queens Problem.
MIT License
7 stars 0 forks source link

Make it a maven multi-module project #109

Closed olepoeschl closed 1 month ago

olepoeschl commented 1 month ago

With modules nqueensfaf-core (abstract stuff), nqueensfaf-impl (SimpleSolver, CpuSolver, GpuSolver), nqueensfaf-examples (usage of CpuSolver, GpuSolver)