massive state space solver improvement: supercomp took ~10s, now ~40ms
achieved by imposing a 15 block limit on each board and changing the internal representation from std::string to 4x uint64_t
This commit is contained in:
10
README.md
10
README.md
@ -5,4 +5,12 @@ The graph layout is calculated iteratively using a mass-spring-system with addit
|
||||
|
||||

|
||||
|
||||
Build and run on NixOS: `nix run git+https://gitea.local.chriphost.de/christoph/cpp-masssprings`.
|
||||
## Running
|
||||
|
||||
Requirements:
|
||||
|
||||
- Directory `fonts`
|
||||
- Directory `shader`
|
||||
- Preset file `default.puzzle` (optional)
|
||||
|
||||
Run `nix run git+https://gitea.local.chriphost.de/christoph/cpp-masssprings` from the working directory containing the listed requirements.
|
||||
Reference in New Issue
Block a user