mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
change visibility to public
This commit is contained in:
parent
695d7f3a07
commit
1b1dea71e9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ package algorithms;
|
|||
|
||||
import basics.VehicleRoutingProblem;
|
||||
|
||||
interface InsertionStrategyFactory {
|
||||
public interface InsertionStrategyFactory {
|
||||
|
||||
public InsertionStrategy createStrategy(VehicleRoutingProblem vrp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue