resetToOffset method was moved to the Decisions class a while ago

main
Nils Adermann 12 years ago
parent 242df060c7
commit 27d8904abe

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

Loading…
Cancel
Save