olepoeschl / NQueensFAF

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

AbstractSolver should provide a default implementation for getDuration() #99

Closed olepoeschl closed 3 months ago

olepoeschl commented 3 months ago

It should not. It is to the concrete AbstractSolver implementation to measure the duration spent computing. This way, the programmer has freedom in the way the duration is measured.