Skip to content

Commit 11b649a

Browse files
author
Alastair Firth
committed
alphabetize other projects
1 parent 6b71677 commit 11b649a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/Other-Projects.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22

33
### VRP
44

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.
117

128
#### [Open-VRP](https://github.com/mck-/Open-VRP)
139
Open-VRP is a framework to model and solve various vehicle routing problems.
1410

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).
1713

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).
2016

2117
#### [OscaR](https://bitbucket.org/oscarlib/oscar/wiki/Home)
2218
OscaR, an Open Source Toolbox for Optimising Logistics and Supply Chain Systems.
2319

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)
2626

2727
### Territory Design
2828

0 commit comments

Comments
 (0)