mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
graph vis
This commit is contained in:
parent
6a1631fc9a
commit
006aa561cf
4 changed files with 425 additions and 54 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue