JOpt.SDK is an automated vehicle routing and dispatching component for both Java/J2SE and .NET. It can solve Travelling Salesman Problems (TSP) and Capacitated Vehicle Routing Problems with Time Windows (CVRP,VRPTW). It offers route and transport optimisation with respect to various constraints such as time windows, load capacities, and prescribed itinerary. The component is based on genetic algorithms, and automatically determines an optimized allocation of vehicels to an arbitrary set of orders.
| Tags | Software Development Libraries Java Libraries Scientific/Engineering Geographical Office/Business Scheduling Mathematics |
|---|---|
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: This release adds support for Daily Breaks, adds an 'unload all' node property where the whole current load is unloaded, adds importance to PND construction algorithm, and adds an explanation component to strict mode to see why specific nodes have been sorted out.


Changes: Performance of the construction algorithm generally improved by 50% and performance of the improvement algorithm by 10%. Another planning mode tailored for human PND transportation problems with fixed timewindows was added. A progress callback to assorted construction algorithms was added.


Changes: Performance of the construction algorithm was generally improved by 50% and performance of the improvement algorithm by 10%. Another planning mode tailored for human PND transportation problems with fixed timewindows was added. A progress callback was added to assorted construction algorithms.


Changes: This release adds a property to also accept EARLY arrivals in strict mode. It fixes a problem with the Strict Single Depot mode.


Changes: This release adds a property to accept EARLY arrivals also in strict mode. It fixes a problem with the Strict Single Depot mode.