1
0
Fork 0
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:
oblonski 2014-07-01 23:20:16 +02:00
parent c7c42b54a0
commit eca766cc52

View file

@ -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(){