Adding hidden constraints makes is easier.
- Code: Select all
.2...............9......7..................8.1............5.......4..........6...
AAAAABBBBACCDAAAEBCCDDFFFEBCDDFFGGEBCDFFHGEEBCDFHHGEIBCDFHGGEIICDHHGIEEIHHHGGIIII ED=10.9/8.2/2.6 becomes: < SE 10
And without adding hidden constraints, but has higher SE rating:
- Code: Select all
........91.............6......4....................7......5...........8...3...... 111112222133411152334466652344667752346687552346887592346877599348879559888779999 ED=11.1/1.2/1.2 but should be < SE 10
This one seems somewhat the right rating:
- Code: Select all
..3..............9....5..........7...2.......1...........4...................6... 111112222133411152334466652344667752346687552346887592346877599348879559888779999 ED=11.2/8.0/2.6
Do you have a newer version of Jigsaw Explainer 1.2.1? It took very long to rate. Why does SukakuExplainer not support Jigsaw?
Possible performance improvements:
If you only want hint rating and not easiest methods first, you could group by rating and apply that as a single step. If rating is already high you could also apply everything that is below that rating. Now its only taking the easiest chain first.