olepoeschl / NQueensFAF

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

Refactor SolverState logic #94

Closed olepoeschl closed 3 months ago

olepoeschl commented 3 months ago

Just make both Solvers provide a method that writes the solver's progress state to / reads it from a file.

It might also be useful to write a class serving as a tool to just read and parse the data of such a file.

olepoeschl commented 3 months ago

Also, SolverState is a bad name considering the new SolverExecutionState class.

olepoeschl commented 3 months ago

Related to #100