MultiConflictRules cannot be disabled, so no need to check
parent
79066931e6
commit
28afc4de32
|
@ -128,7 +128,6 @@ class RuleWatchGraph
|
||||||
$decisions->decide($otherWatch, $level, $node->getRule());
|
$decisions->decide($otherWatch, $level, $node->getRule());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// check isDisabled?
|
|
||||||
foreach ($node->getRule()->getLiterals() as $otherLiteral) {
|
foreach ($node->getRule()->getLiterals() as $otherLiteral) {
|
||||||
if ($literal !== $otherLiteral && !$decisions->satisfy($otherLiteral)) {
|
if ($literal !== $otherLiteral && !$decisions->satisfy($otherLiteral)) {
|
||||||
if ($decisions->conflict($otherLiteral)) {
|
if ($decisions->conflict($otherLiteral)) {
|
||||||
|
|
Loading…
Reference in New Issue