Skip to content

Fix some problems that arise when modeling megaminx.#5

Open
rokicki wants to merge 26 commits into
cubing:mainfrom
rokicki:master
Open

Fix some problems that arise when modeling megaminx.#5
rokicki wants to merge 26 commits into
cubing:mainfrom
rokicki:master

Conversation

@rokicki
Copy link
Copy Markdown

@rokicki rokicki commented Aug 16, 2016

Fixed four separate issues that arise when trying to model the megaminx.
Corners now work. Edges will need further fixes (support for permutations
with more than 20 pieces).

rokicki added 26 commits August 15, 2016 19:25
(when orientation counts might exceed 2^31 options).  Also, the unpackVector
was assuming all values are >0, but that's not the case for orientations,
so added an offset of 1 on pack and subtracted that offset on unpack.
This was apparently broken when someone "wrapped" ksolve.
create executables called ksolve.  No need to use wine as this
program compiles trivially on Unix.
This needs to be configurable at runtime.
often more compact, but most importantly works correctly for puzzles
that have permutations with more than 20 elements.
ints.  If this works the next step is to change them from maps to
vectors where possible.
Also, substantially sped up index calculations.
@lgarron lgarron changed the base branch from master to main June 16, 2020 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant