It may be an idea to add an extra option to Sukaku explainer to have the technique displayed for ED, EP and ER
Tarek
tarek wrote:I’m guessing that these 5.0-5.3 unique loop will be rare!
Pat wrote:
5.2 non-Jellyfish
would be even rarer than 5.1
we may need help from 999_Springs
to construct one
ERtN = Most difficult technique name
EPtN = Pearl technique name
EDtN = Diamond technique name
* <li>3.0: Naked pair//3.0 ---> 3.1 ---> 3.0
* <li>3.1: Direct Hidden Triplet//2.5 ---> 3.0 ---> 3.1
%R Explainer rating (most difficult) Technique name
%P Pearl rating Technique name
%D Diamond rating Technique name
%S Explainer rating Technique name (short)
%T Pearl rating Technique name (short)
%U Diamond rating Technique name (short)
999_Springs wrote:nobody realistically uses SE at the low levels for a difficulty guide on human solving
except nick the guy who created it
and MAYBE pat
it might be better to work with modifying skfr instead of se?
it's 100x-1000x faster at the top end
5.2 non-Jellyfish1..2..953...51.28..523..14.2.5.38761.617.2538...15642967..2381531.8.5672528671394
After improving the current explainer (Backward compatible) I think the next step would be in the direction of Re-rating & Resolution rule revision/addition. The task is not easy as it would require knowledge of how SE works which is a task by itself.StrmCkr wrote:Any plans to add the missing techniques to this?
.
.
.
Or would that just fup too much and cause everything to be re rated.
UL Type1 Type2 Type3+HP Type3+NP/HT Type3+NT/HQ Type3+NQ Type4
4 4.5 4.5 4.5 4.6 4.7 4.8 4.5
6 4.6 4.6 4.6 4.7 4.8 4.9 4.5
8 4.7 4.7 4.7 4.8 4.9 5.0 4.5
10 5.0 5.0 5.0 5.1 5.2 5.3 5.0
12 5.0 5.0 5.0 5.1 5.2 5.3 5.0
Patterns game puzzle
1............5............9......7...2..............8....4..........6.....3.........4.......3..6.....3..6.......5............91..............7...2..............8........8..2.............7....34.6.....3..6.....34.6...........91............5......3.56...........91......8...34.6.......5.7...2...........56.........78.1..4.......3.56......4..7...2.....8...34.6...1..........34.6..9.2..56.........78....4....9....56......4..7..12..............8.....5.7.....4.6..9.2..56.....3......1..4....9........91...........4......2..............8.......7....3..........5.........6.........7.........8...3..6...........9..3..6.......5....1...........4......2........2.........3..6.......5....1...........4.......3..6..........8.........9......7..
+----------------+----------------+----------------+
| 1 5 9 | 7 2 8 | 4 6 3 |
| 4 36 36 | 5 9 1 | 7 2 8 |
| 8 2 7 | 346 36 346 | 9 1 5 |
+----------------+----------------+----------------+
| 356 9 18 | 346 57 2 | 56 78 14 |
| 356 47 28 | 346 1 3469 | 256 78 49 |
| 56 47 12 | 8 57 469 | 256 3 149 |
+----------------+----------------+----------------+
| 9 1 4 | 2 8 7 | 3 5 6 |
| 7 8 36 | 9 36 5 | 1 4 2 |
| 2 36 5 | 1 4 36 | 8 9 7 |
+----------------+----------------+----------------+
Unique loop 8 Type 1
public double getDifficulty() {
double result = 4.5;
if (loop.size() >= 10)
result += 0.3;
if (loop.size() >= 8)
result += 0.2;
else if (loop.size() >= 6)
result += 0.1;
return result; // 5.5 - 5.8
}
public double getDifficulty() {
double result = 4.5 + (loop.size() / 2 - 2) * 0.1
return result; // 4.5 for UR(UL4) - 4.9 for UL12
}
public double getDifficulty() {
double toAdd = (hiddenIndexes.length - 1) * 0.1; // Pair=0.1, Quad=0.3
return super.getDifficulty() + toAdd;
}
public double getDifficulty() {
double toAdd = (hiddenIndexes.length) * 0.1; // Pair=0.1, Quad=0.3
return super.getDifficulty() + toAdd;
}
UL Type1 Type2 Type3+NP/HP Type3+NT/HT Type3+NQ/HQ Type4
4 4.5 4.5 4.6 4.7 4.8 4.5
6 4.6 4.6 4.7 4.8 4.9 4.6
8 4.7 4.7 4.8 4.9 5.0 4.7
10 4.8 4.8 4.9 5.0 5.1 4.8
12 4.9 4.9 5.0 5.1 5.2 4.9
14 5.0 5.0 5.1 5.2 5.3 5.0
+----------------+----------------+----------------+
| 28 78 27 | 9 13 13 | 4 5 6 |
| 6 49 49 | 5 2 7 | 13 8 13 |
| 3 1 5 | 4 8 6 | 2 9 7 |
+----------------+----------------+----------------+
| 29 5 29 | 7 6 13 | 8 13 4 |
| 14 3 14 | 8 9 2 | 7 6 5 |
| 7 6 8 | 13 4 5 | 9 2 13 |
+----------------+----------------+----------------+
| 5 2 6 | 13 7 8 | 13 4 9 |
| 148 48 134 | 6 13 9 | 5 7 2 |
| 19 79 1379 | 2 5 4 | 6 13 8 |
+----------------+----------------+----------------+
Unique Loop 14 type 4: Cells E1,F1,F4,D6,D7,G7,G2,I2,I6,H4,H9,C9,C8,E8 on 3, 1
==> C9 nor C8 contains the value 1.