Available interfaces

VRPSolver is available via several interfaces, allowing users to interact with the solver in different programming environments.

Julia

VRPSolver has an interface implemented in Julia/JuMP available here.

Documentation for this Julia interface of VRPSolver is available here.

Python

VRPSolver can be used in Python through the following interface : VRPSolverEasy.

This interface has less features than the Julia interface, but it is easier to use and install.

Documentation for this Python interface of VRPSolver is available here.

C++

VRPSolver has a C++ interface, which is available via BaPCod.

This interface has more features than the Julia interface, but it is more complex to use.

Documentation for this C++ interface of VRPSolver is available here.