Skip to content

Commit 65ee7fa

Browse files
committed
example output
1 parent 35d3709 commit 65ee7fa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,27 @@ twophase.initialize(function () {
4747
});
4848
});
4949
```
50+
Example output:
51+
```
52+
Initiating algorithm...
53+
Generating/loading tables...
54+
Loading twistMove...
55+
Loading flipMove...
56+
Loading FRtoBR_Move...
57+
Loading URFtoDLF_Move...
58+
Loading URtoDF_Move...
59+
Loading URtoUL_Move...
60+
Loading UBtoDF_Move...
61+
Loading MergeURtoULandUBtoDF...
62+
Loading Slice_URFtoDLF_Parity_Prun...
63+
Loading Slice_URtoDF_Parity_Prun...
64+
Loading Slice_Twist_Prun...
65+
Loading Slice_Flip_Prun...
66+
All tables generated/loaded
67+
Ready
68+
ULRRULBBDBFBRRFUULULLRFURRFDBRBDBRLDFFLDLDDDFUULUBFFDB
69+
Solution: F' U F D' F' R B' L B2 D F' U F2 R2 D B2 R2 L2 U'
70+
```
5071

5172
API
5273
---

0 commit comments

Comments
 (0)