An open API service indexing awesome lists of open source software.

https://github.com/xuanyan0x7c7/insertionfinder


https://github.com/xuanyan0x7c7/insertionfinder

cubing finder insertion

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# insertionfinder

```
General options:
--version print version string
-h [ --help ] produce help message

Commands:
-s [ --solve ] find insertions!
-i [ --improve ] find improvements!
-v [ --verify ] verify cube state
-g [ --generate ] generate algorithm files

Configurations:
-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
```