Skip to content
Snippets Groups Projects
Commit 0c4e491f authored by René Schöne's avatar René Schöne
Browse files

EMFeR: Store last solution.

parent f3d81d3d
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ public class EMFeRSolver implements BenchmarkableSolver {
}
lastSolvingTime = stopWatch.time(TimeUnit.MILLISECONDS);
lastSolution = bestSolution;
return bestSolution;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment