1
0
Fork 0

Solver: on analyze, when reaching last decision > l1 skip other multi rule literals

pull/9309/head
Nils Adermann 2020-10-21 13:36:31 +02:00
parent 853305063d
commit 7f41698157
1 changed files with 23 additions and 23 deletions

View File

@ -465,8 +465,7 @@ class Solver
// only level 1 marks left
$l1num++;
$l1retry = true;
}
} else {
$decision = $this->decisions->atOffset($decisionId);
$rule = $decision[Decisions::DECISION_REASON];
@ -496,6 +495,7 @@ class Solver
$l1retry = true;
}
}
}
$decision = $this->decisions->atOffset($decisionId);
$rule = $decision[Decisions::DECISION_REASON];