cheftim / LDE-RA-GRP

LDE Reduction Algorithms-GRP
0 stars 0 forks source link

Case 3b Sub sub cases #51

Open cheftim opened 1 month ago

cheftim commented 1 month ago

Right 2 columns or bottom rows look like

[ 0 0 0 0 2 2] or [ 2 2 2 2 0 0 ]

M'352 -> M799 and more (see overleaf) M'897 -> M106 and more (see overleaf)

Take M352 back to the origin

Solve 3c and 6c

cheftim commented 1 month ago
M352 to M799
[1,3,1,3,0,0] [1,1,1,1,0,0]
[3,1,3,1,0,0] [1,1,3,3,0,0]
[1,3,3,1,2,2] [1,3,1,3,0,0]
[3,1,1,3,2,2] [1,3,3,1,0,0]
[0,0,2,2,0,0] [0,0,0,0,2,2]
[0,0,2,2,0,0] [0,0,0,0,2,2]

and

M879 to M106
[1,1,3,3,0,0] [1,1,1,1,2,2]
[3,3,1,1,0,0] [1,1,3,3,2,2]
[1,3,3,1,2,2] [1,3,1,3,2,2]
[3,1,1,3,2,2] [1,3,3,1,2,2]
[0,2,0,2,2,2] [0,0,0,0,0,0]
[0,2,0,2,2,2] [0,0,0,0,0,0]