olepoeschl / NQueensFAF

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

save() and load() methods in Solver interface #101

Closed olepoeschl closed 1 month ago

olepoeschl commented 1 month ago

With default implementation of throwing an UnsupportedOperationExveption, so that the method is not forced to be implemented