issues
search
olepoeschl
/
NQueensFAF
Highly optimized Java / GPU solver for the N-Queens Problem.
MIT License
7
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Readme for version 3.0.0
#146
olepoeschl
closed
3 days ago
0
Repair github nightly-build action (adapt new project structure)
#145
olepoeschl
closed
3 days ago
0
Gui: Use 24 as the default workgroupsize for Intel GPUs, also in GPU Weight Calculation
#144
olepoeschl
opened
1 week ago
0
Restoring an already solved solver: show info message instead of error
#143
olepoeschl
opened
1 week ago
0
HistoryFrame: CopyConfig-Button is buggy
#142
olepoeschl
opened
1 week ago
0
Minor bugfixes
#141
olepoeschl
closed
1 week ago
0
Feature/solver get progress state
#140
olepoeschl
closed
2 weeks ago
0
Bump com.formdev:flatlaf from 3.5.1 to 3.5.2
#139
dependabot[bot]
closed
2 weeks ago
0
Bump com.esotericsoftware:kryo from 5.6.1 to 5.6.2
#138
dependabot[bot]
closed
2 weeks ago
0
Bump com.esotericsoftware:kryo from 5.6.0 to 5.6.1
#137
dependabot[bot]
closed
1 month ago
0
Bump com.formdev:flatlaf from 3.5 to 3.5.1
#136
dependabot[bot]
closed
1 month ago
0
Gui: Also restore auto save interval when restoring a solver
#135
olepoeschl
closed
2 weeks ago
0
Added SimpleSolver to Gui, Cpu and Gpu only N>=5
#134
olepoeschl
closed
1 month ago
0
Gui: Plugin-like architecture for adding Solver-Implementations
#133
olepoeschl
closed
2 weeks ago
0
Better MultiGPU handling to reduce GpuSolver Overhead
#132
olepoeschl
opened
1 month ago
0
Gui: Feature for saving & loading Solver Extension Configurations
#131
olepoeschl
closed
2 weeks ago
0
CpuSolver and GpuSolver should throw exception for N<6
#130
olepoeschl
closed
1 month ago
0
Feature/demo gui
#129
olepoeschl
closed
1 month ago
1
Parallel constellation generation
#128
olepoeschl
opened
2 months ago
0
Better exception messages
#127
olepoeschl
closed
2 months ago
1
Method for injecting a Solver's progress
#126
olepoeschl
closed
2 months ago
1
Setup CI to check build and code style
#125
olepoeschl
opened
2 months ago
0
Rename branch "main" to "master"
#124
olepoeschl
closed
1 month ago
0
Add an abstraction for saving and restoring a Solver's progress
#123
olepoeschl
closed
2 months ago
1
Rename SolverExecutionState to ExecutionState
#122
olepoeschl
closed
1 month ago
0
Get constellations from Solver
#121
olepoeschl
closed
1 week ago
2
Replaced AbstractSolver bgThread with java Timer
#120
olepoeschl
closed
2 months ago
0
Use java Timer instead of Thread for the AbstractSolver progress updates
#119
olepoeschl
closed
2 months ago
0
Add impl documentation
#118
olepoeschl
opened
3 months ago
0
Implement Nullness handling with JSpecify
#117
olepoeschl
opened
3 months ago
0
Add core package documentation
#116
olepoeschl
closed
2 months ago
0
Javadoc for SolverExecutionState isBusy() and isIdle()
#115
olepoeschl
closed
3 months ago
0
New cli for GpuSolver
#114
olepoeschl
closed
3 months ago
0
Complete Javadoc in SolverExecutionState
#113
olepoeschl
closed
3 months ago
0
Renamed Utils to ConstellationUtils
#112
olepoeschl
closed
3 months ago
0
Get rid of Utils class
#111
olepoeschl
closed
3 months ago
1
Refactored to Multi-Module Maven project and added pretty examples
#110
olepoeschl
closed
3 months ago
0
Make it a maven multi-module project
#109
olepoeschl
closed
3 months ago
0
AbstractSolverConfiguration as an alternative way of configuring the callbacks and e.g. N and the update interval
#108
olepoeschl
closed
3 months ago
1
GpuSolver configure benchmark so that the higher the better is the GPU
#107
olepoeschl
closed
3 months ago
0
Cleanup the Demo class
#105
olepoeschl
closed
3 months ago
0
Bugfix in CpuCommand and GpuCommand: using start() instead of solve()
#104
olepoeschl
closed
3 months ago
0
Rewrite cli GpuSelection logic
#103
olepoeschl
closed
3 months ago
0
#101, #99, #94
#102
olepoeschl
closed
3 months ago
0
save() and load() methods in Solver interface
#101
olepoeschl
closed
3 months ago
0
Consider sqlite instead of kryo for persistence
#100
olepoeschl
opened
3 months ago
0
AbstractSolver should provide a default implementation for getDuration()
#99
olepoeschl
closed
3 months ago
1
More Javadoc + Virtual Threads
#98
olepoeschl
closed
3 months ago
0
Use Virtual Threads for threads that do not perform heavy computation
#97
olepoeschl
closed
3 months ago
0
SimpleSolver extends AbstractSolver
#96
olepoeschl
closed
3 months ago
0
Next