1
0
Fork 0

fixed typo

pull/147/head
digitalkaoz 2011-12-06 21:13:04 +01:00
parent e3878c715f
commit 87831d8c1c
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ class Solver
break 2;
}
foreach ($this->learnedLiterals as $i => $learnedLiteral) {
foreach ($learnedLiterals as $i => $learnedLiteral) {
if ($i !== 0) {
unset($seen[$literal->getPackageId()]);
}