https://github.com/xuanyan0x7c7/insertionfinder
https://github.com/xuanyan0x7c7/insertionfinder
cubing finder insertion
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xuanyan0x7c7/insertionfinder
- Owner: xuanyan0x7c7
- License: mit
- Created: 2017-06-20T02:29:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T19:12:06.000Z (about 3 years ago)
- Last Synced: 2025-03-24T17:01:46.526Z (7 months ago)
- Topics: cubing, finder, insertion
- Language: C++
- Homepage: https://333.fm
- Size: 748 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# insertionfinder
```
General options:
--version print version string
-h [ --help ] produce help messageCommands:
-s [ --solve ] find insertions!
-i [ --improve ] find improvements!
-v [ --verify ] verify cube state
-g [ --generate ] generate algorithm filesConfigurations:
-a [ --algfile ] arg algorithm file
--algs-dir arg (=/usr/local/share/insertionfinder//algorithms)
algorithms directory
--all-algs all algorithms
--all-extra-algs all extra algorithms
-f [ --file ] arg input file
-o [ --optimal ] search for optimal solutions
--target arg search target
--enable-replacement enable replacement
--greedy-threshold arg (=2) suboptimal moves tolerance
--replacement-threshold arg (=0) tolerance to insert an algorithm
remains number of insertions
--parity arg (=1.5) count parity as 1/1.5 cycles
-j [ --jobs ] [=arg(=8)] (=1) multiple threads
--symmetrics-only generate only symmetric algorithms
--expand-insertions show expanded insertions
--json use JSON output
--verbose verbose
```