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
The open source Solver AI for Java, Python and Kotlin to optimize scheduling and routing. Solve the vehicle routing problem, employee rostering, task assignment, maintenance scheduling and other planning problems.
Get started with Timefold quickstarts here. Optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling and other planning problems.
This project presents an approach to solving the Vehicle Routing Problem (VRP) using various metaheuristics. It explores the creation of efficient delivery routes to serve customers while respecting specific constraints, implementing algorithms such as Tabu Search, Simulated Annealing, and Gradient Descent.