1
0
Fork 0

We don't have a systemsolvable at the lowest level

pull/715/head
Nils Adermann 2012-05-15 21:46:52 +02:00
parent 286593cf99
commit 71ee5c8f4c
1 changed files with 0 additions and 3 deletions

View File

@ -118,8 +118,6 @@ class Solver
// aka solver_makeruledecisions // aka solver_makeruledecisions
private function makeAssertionRuleDecisions() private function makeAssertionRuleDecisions()
{ {
// do we need to decide a SYSTEMSOLVABLE at level 1?
$decisionStart = count($this->decisionQueue); $decisionStart = count($this->decisionQueue);
for ($ruleIndex = 0; $ruleIndex < count($this->rules); $ruleIndex++) { for ($ruleIndex = 0; $ruleIndex < count($this->rules); $ruleIndex++) {
@ -150,7 +148,6 @@ class Solver
} }
$conflict = $this->findDecisionRule($literal->getPackage()); $conflict = $this->findDecisionRule($literal->getPackage());
/** TODO: handle conflict with systemsolvable? */
if ($conflict && RuleSet::TYPE_PACKAGE === $conflict->getType()) { if ($conflict && RuleSet::TYPE_PACKAGE === $conflict->getType()) {