|
2 | 2 |
|
3 | 3 | ### VRP
|
4 | 4 |
|
5 |
| -#### [VRPH library](https://sites.google.com/site/vrphlibrary/) |
6 |
| -An open source library by Chris Groer for solving the capacitated vehicle routing problem written in C++. |
7 |
| -Now hosted by [coin-or](https://projects.coin-or.org/VRPH) |
8 |
| - |
9 |
| -#### [OptaPlanner](https://www.optaplanner.org/) |
10 |
| -OptaPlanner is a lightweight, embeddable planning engine written in Java™. It can be used to solve the capacitated vehicle routing problem (with time windows). |
| 5 | +#### [Hipster4j](http://www.hipster4j.org/) |
| 6 | +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. |
11 | 7 |
|
12 | 8 | #### [Open-VRP](https://github.com/mck-/Open-VRP)
|
13 | 9 | Open-VRP is a framework to model and solve various vehicle routing problems.
|
14 | 10 |
|
15 |
| -#### [VROOM](https://github.com/jcoupey/vroom) |
16 |
| -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. |
| 11 | +#### [OptaPlanner](https://www.optaplanner.org/) |
| 12 | +OptaPlanner is a lightweight, embeddable planning engine written in Java™. It can be used to solve the capacitated vehicle routing problem (with time windows). |
17 | 13 |
|
18 |
| -#### [Hipster4j](http://www.hipster4j.org/) |
19 |
| -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. |
| 14 | +#### [OR-Tools](https://developers.google.com/optimization/) |
| 15 | +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). |
20 | 16 |
|
21 | 17 | #### [OscaR](https://bitbucket.org/oscarlib/oscar/wiki/Home)
|
22 | 18 | OscaR, an Open Source Toolbox for Optimising Logistics and Supply Chain Systems.
|
23 | 19 |
|
24 |
| -#### [OR-Tools](https://developers.google.com/optimization/) |
25 |
| -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). |
| 20 | +#### [VROOM](https://github.com/jcoupey/vroom) |
| 21 | +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. |
| 22 | + |
| 23 | +#### [VRPH library](https://sites.google.com/site/vrphlibrary/) |
| 24 | +An open source library by Chris Groer for solving the capacitated vehicle routing problem written in C++. |
| 25 | +Now hosted by [coin-or](https://projects.coin-or.org/VRPH) |
26 | 26 |
|
27 | 27 | ### Territory Design
|
28 | 28 |
|
|
0 commit comments