Title here
Summary here
There are two ways to use VRPSolver via a Julia interface:
Docker: The primary interface is implemented in Julia and is based on JuMP. It is available as a Docker container, which includes the solver and its dependencies, making it easy to run on any system that supports Docker. We detail the installation and usage of this interface in the next pages.
BaPCodVRPSolver.jl: This interface is available for Julia versions 1.5.4 and below. It is a standalone package that allows you to use VRPSolver without Docker. All the instructions for installing and using this interface can be found in the associated Github repository.