Title here
Summary here
VRPSolver is available via several interfaces, allowing users to interact with the solver in different programming environments.
The primary interface of VRPSolver is implemented in Julia v1.4.2 and is based on JuMP v0.18. The interface is a Docker container that includes the solver and its dependencies, making it easy to run on any system that supports Docker.
There also exists two Julia interfaces without docker:
VRPSolver has a C++ interface, which is available via BaPCod.
The C++ interface is documented in the BaPCod documentation.
VRPSolver can be used in Python through the easy (but less generic) interface : VRPSolverEasy.