1
0
Fork 0

resetToOffset method was moved to the Decisions class a while ago

pull/1020/head
Nils Adermann 2012-08-21 16:13:24 +02:00
parent 242df060c7
commit 27d8904abe
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class Solver
}
$this->problems[] = $problem;
$this->resetToOffset($decisionStart);
$this->decisions->resetToOffset($decisionStart);
$ruleIndex = -1;
}
}