olepoeschl / NQueensFAF

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

Get rid of Utils class #111

Closed olepoeschl closed 3 months ago

olepoeschl commented 3 months ago

ConstellationsGenerator, CpuSolver and GpuSolver all depend on methods from the Utils class, which can not be separated, because there is a cross-dependency within those methods. Therefore, the Utils class cannot be deleted. Instead, it was renamed to Constellationutils.