You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional information can be retrieved from jobInsertionContext like this:
ActivityContext pickupContext = jobInsertionContext.getRelatedActivityContext(); //returns null if there is no related activity
int pickupInsertionIndex = pickupContext.getInsertionIndex();
double pickupArrivalTime = pickupContext.getArrivalTime();
double pickupEndTime = pickupContext.getEndTime();
for more information see https://groups.google.com/forum/#!topic/jsprit-mailing-list/pSBdEgRLfIU in the mailing list
The text was updated successfully, but these errors were encountered: