mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
remove interface InsertionStrategyBuilder
This commit is contained in:
parent
1b1dea71e9
commit
ce4c3acc39
2 changed files with 2 additions and 9 deletions
|
|
@ -9,7 +9,7 @@ import basics.algo.InsertionListener;
|
|||
import basics.algo.VehicleRoutingAlgorithmListeners.PrioritizedVRAListener;
|
||||
import basics.route.VehicleFleetManager;
|
||||
|
||||
public class BestInsertionBuilder implements InsertionStrategyBuilder{
|
||||
public class BestInsertionBuilder {
|
||||
|
||||
private VehicleRoutingProblem vrp;
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ public class BestInsertionBuilder implements InsertionStrategyBuilder{
|
|||
this.actInsertionCostsCalculator = activityInsertionCostsCalculator;
|
||||
};
|
||||
|
||||
@Override
|
||||
|
||||
public InsertionStrategy build() {
|
||||
List<InsertionListener> iListeners = new ArrayList<InsertionListener>();
|
||||
List<PrioritizedVRAListener> algorithmListeners = new ArrayList<PrioritizedVRAListener>();
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
package algorithms;
|
||||
|
||||
public interface InsertionStrategyBuilder {
|
||||
|
||||
public InsertionStrategy build();
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue