Remove condition groupDiff<4 on DUDD to match v3.52
This commit is contained in:
@@ -266,7 +266,7 @@ sealed class BaseSolver(
|
|||||||
// Main Criterion 3 : If different groups, make a directed Draw-up/Draw-down
|
// Main Criterion 3 : If different groups, make a directed Draw-up/Draw-down
|
||||||
// Modifs V3.44.05 (ideas from Tuomo Salo)
|
// Modifs V3.44.05 (ideas from Tuomo Salo)
|
||||||
|
|
||||||
if (Math.abs(p1.group - p2.group) < 4 && (p1.group != p2.group)) {
|
if (p1.group != p2.group) {
|
||||||
// 5 scenarii
|
// 5 scenarii
|
||||||
// scenario = 0 : Both players have already been drawn in the same sense
|
// scenario = 0 : Both players have already been drawn in the same sense
|
||||||
// scenario = 1 : One of the players has already been drawn in the same sense
|
// scenario = 1 : One of the players has already been drawn in the same sense
|
||||||
|
Reference in New Issue
Block a user