Skip to content
Snippets Groups Projects
Commit 569b3f42 authored by Johannes Mey's avatar Johannes Mey
Browse files

more timeout fixes

parent 11d5917f
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ public abstract class AbstractILPSolver implements BenchmarkableSolver {
this.lastSolutionCreation = 0;
this.lastObjective = 0;
this.timedOut = false;
setTimeout(this.timeoutValueOriginal, this.timeoutUnitOriginal);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment