1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

graph vis

This commit is contained in:
Stefan Schroeder 2014-11-14 16:38:56 +01:00
parent 6a1631fc9a
commit 006aa561cf
4 changed files with 425 additions and 54 deletions

View file

@ -20,7 +20,7 @@ import jsprit.core.algorithm.recreate.InsertionData;
import jsprit.core.problem.job.Job;
import jsprit.core.problem.solution.route.VehicleRoute;
interface BeforeJobInsertionListener extends InsertionListener{
public interface BeforeJobInsertionListener extends InsertionListener{
public void informBeforeJobInsertion(Job job, InsertionData data, VehicleRoute route);