Skip to content

1.3.0

Compare
Choose a tag to compare
@olepoeschl olepoeschl released this 16 Aug 09:24

New features:

  • added SymSolver for getting the number of unique solutions.
    That was honestly so genius: it places multiple queens that are 90 or respective 180 degrees symmetric and calculates the result in the end dependent on the number of total solutions (unqique or not) for a board size. And it's really really fast.
  • the number of preset queens for the GpuSolver can now be set
  • fixed some bugs, for example one that caused the GpuSolver to not free the GPU's memory after a run