Vehicle Routing Open-source Optimization Machine
-
Updated
Mar 2, 2023 - C++
Vehicle Routing Open-source Optimization Machine
A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.
Web application for solving the Vehicle Routing Problem using OptaPlanner
A python framework for solving the VRP and its variants with column generation.
A collection of NVIDIA cuOpt samples and other resources
Amazing Collection Vehicle Routing Problem
A Fast Iterated-Local-Search Localized Optimization algorithm for the CVRP.
Capacitated vehicle routing problem implemented in python using DEAP package. Non dominated sorting Genetic algorithm is used to solve Multiobjective problem of minimizing Total distance travelled by all vehicles and minimizing total number of vehicles at same time.
Dynamic Attention Encoder-Decoder model to learn and design heuristics to solve capacitated vehicle routing problems
Capacitated Vehicle Routing Problem solved with Ant Colony Optimization
Python library for reading vehicle routing problem instances.
A Web application for automatic smart route generation for day-to-day garbage collection which minimizes the fuel consumption of garbage trucks by providing systematic routes on the basis of real time percentage level of garbage in the bins, capacity of trucks, road feasibility
This repository contains algorithms in C++ to solve the Capacitated Vehicle Routing Problem (cvrp).
Open-source, state-of-the-art VRP solver.
A branch-and-cut algorithm for the capacitated vehicle routing problem (CVRP)
A set of reusable components for fast prototyping CVRP heuristic solution approaches.
CSCI 4560 Term Project - Solving the CVRP using evolutionary approaches, specifically genetic algorithms, to optimize problem sets into its best known solution.
Add a description, image, and links to the cvrp topic page so that developers can more easily learn about it.
To associate your repository with the cvrp topic, visit your repo's landing page and select "manage topics."