jsprit icon indicating copy to clipboard operation
jsprit copied to clipboard

jsprit is a java based, open source toolkit for solving rich vehicle routing problems

Results 72 jsprit issues
Sort by recently updated
recently updated
newest added

Hello, I've implemented a Softbounds feature quite deeply. Does it make sense, or is a softConstraint enough ?

## Issue When creating a shipment with a delivery timewindow set to a specific time, the assigned vehicle will arrive early at the corresponding pickup and delivery activities: ``` /*...

MaxTimeInVehicleConstraint got crashed in fulfilled(...) method if there is any unassigned drivers in solution. This will cause whole solution got error when we can still have solution with one drive....

VRPTWPD it is taking around 20 minutes to **create initial solution** for 250 shipments. Is there any way I can do it faster ? I am using default VRA settings....

I have a `HardActivityConstraint` for returning `NOT_FULFILLED` when the new activity is a pickup at the depot following any activity that wasn't at the depot yet there are pending non-depot...

while running the VehicleRoutingProblemTest.java Any file which is missing which has to be imported externally?

Will be availabe with #481 soon.

Seems break location is never considered for break activity by BreakInsertionCalculator

refer: https://discuss.graphhopper.com/t/new-feature-disallow-vehicles/2514 We need this feature to restrict some vehicles at some nodes. Wondering if this feature will be part of Jsprit anytime. We are also open to contribute to...