| Package | Description |
|---|---|
| application | |
| twophase |
| Modifier and Type | Method and Description |
|---|---|
private static void |
CubeSolver.handleSolution(ICube cube,
List<Move> moves)
Handle cube solution given the required moves
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
TwoPhase.createMovesList(List<Move> moves,
int depth)
Creates the list of moves that was found for solving the cube
|
static int |
TwoPhase.findSolution(String cube,
int maxDepth,
long timeOut,
List<Move> moves)
Finds list of moves for solving received cube with no more than @maxDepth moves.
|
static int |
TwoPhase.findSolution(String cube,
int maxDepth,
long timeOut,
List<Move> moves,
String pattern)
Finds list of moves for solving received cube with no more than @maxDepth moves.
|