thewca / tnoodle-lib

scrambling code portion of TNoodle
GNU General Public License v3.0
39 stars 15 forks source link

Add a flag to determine whether the solution should be inverted. #4

Closed cs0x7f closed 4 years ago

cs0x7f commented 4 years ago

The behavior of Search(FullCube fc) is different from previous one. By default, Search(FullCube fc) won't inverse the solution to generator. To generate scrambles, use Search(FullCube fc, int verbose) with verbose = Search.INVERSE_SOLUTION instead.

gregorbg commented 4 years ago

Travis regularly chokes on Maven. The only known fix is to re-trigger a build by closing and re-opening the PR. Please don't be surprised that I temporarily close your PR.

gregorbg commented 4 years ago

And again…

gregorbg commented 4 years ago

Either Travis or Maven are especially stubborn today. Running tests locally on my machine passed, so I'm overruling the CI here.

@cs0x7f Once more, 谢谢