mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
change interface insertion ends listener
This commit is contained in:
parent
e4b5bbf5fa
commit
a3e3d45b81
6 changed files with 12 additions and 10 deletions
|
|
@ -376,7 +376,7 @@ public class AlgorithmEventsRecorder implements RuinListener, IterationStartsLis
|
|||
}
|
||||
|
||||
@Override
|
||||
public void informInsertionEnds(Collection<VehicleRoute> vehicleRoutes) {
|
||||
public void informInsertionEnds(Collection<VehicleRoute> vehicleRoutes, Collection<Job> badJobs) {
|
||||
if (!record()) return;
|
||||
fileSink.stepBegins(graph.getId(), 0, CLEAR_SOLUTION);
|
||||
removeRoutes(vehicleRoutes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue