DougCube

Results 20 issues of DougCube

I created a definiton file for the "Corner Helicopter 2x2" (CH2) puzzle. I'm trying to create a multi-phase solver for it. But I was suprised with extremely poor runitmes. As...

I am interested in using the code inside another C++ program and was wondering if there is a documented API on how to do this. I'm hoping that someone else...

At least with using `--alloptimal` option, I have noticed that the output varies from run to run (with identical inputs). It does not appear to be deterministic. I'm guessing this...

This is probably a huge ask, but for my use case, I would very much like a mode of operation where for the "same puzzle" (same set of pieces and...

I modified a working definition file's solved state to have some identical pieces but get this error: > _11: ! values are not contiguous_ Why must values be contintiguous here?...

I am getting error message "_I/O error in reading pruning table_" but it is still providing good solutions afterwards. Should I be concerned by this message? What is the implication...

### Steps to reproduce the issue alg is `(R U)^105` https://alpha.twizzle.net/edit/?alg=%28U+R%29105 There is no way to click in the Moves Box and have it show the end state, but "Skip...

enhancement
📦 cubing/twisty
twisty-alg-editor-indexing

### Steps to reproduce the issue When I go to a point in the solution _after_ the caret NISS, it should have applied the premove to the scramble already. Also,...

📦 cubing/twisty
twisty-alg-editor-indexing

### Steps to reproduce the issue These long inversions don't work properly. There seems to be a lot wrong with the move indexing. Using the playback buttons helps it reset...

📦 cubing/twisty
twisty-alg-editor-indexing

### Goal I'd like for there to be a way to add insertions (for showing FMC solutions). ### Possible solution Have some special marker or reserved character to indicate insertion...

enhancement