mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
added skills to reservedIds
This commit is contained in:
parent
c7c42b54a0
commit
eca766cc52
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ public class StateFactory {
|
|||
public final static StateId PAST_MAXLOAD = new StateIdImpl("pastMaxload");
|
||||
|
||||
final static List<String> reservedIds = Arrays.asList("maxload","load","costs","loadAtBeginning","loadAtEnd","duration","latestOST","earliestOST"
|
||||
,"futureMaxload","pastMaxload");
|
||||
,"futureMaxload","pastMaxload","skills");
|
||||
|
||||
|
||||
public static States createStates(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue