1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
graphhopper-jsprit/docs/Other-Projects.md
2018-04-19 10:24:49 +10:00

2.1 KiB

VRP

Hipster4j

Hipster is an easy to use yet powerful and flexible type-safe library for heuristic search, written in pure Java. It relies on a flexible model with generic operators to define search problems. So you can also model and solve vehicle routing problems.

Open-VRP

Open-VRP is a framework to model and solve various vehicle routing problems.

OptaPlanner

OptaPlanner is a lightweight, embeddable planning engine written in Java™. It can be used to solve the capacitated vehicle routing problem (with time windows).

OR-Tools

Google Optimization Tools (OR-Tools) is a fast and portable software suite for solving combinatorial optimization problems, including the VRP. Open-source, written in C++ and available through SWIG for Python, Java, and .NET (using Mono on non-Windows platforms). You can compile OR-Tools on Linux, Mac OS X, and Windows (with Visual Studio).

OscaR

OscaR, an Open Source Toolbox for Optimising Logistics and Supply Chain Systems.

VROOM

VROOM is an optimization engine written in C++14 that aim at providing good solutions to various real-life vehicle routing problems within a small computing time. It is free software, distributed under the term of the GNU General Public License V3.

VRPH library

An open source library by Chris Groer for solving the capacitated vehicle routing problem written in C++. Now hosted by coin-or

Territory Design

OpenDoorLogistics

Open Door Logistics Studio is an easy-to-use standalone open source application for performing geographic analysis of your customer base and sales territory design, mapping and management.

Other implementations

If you know another promising open source implementation, report it.