The Vehicle Routing Problem (VRP) is a combinatorial optimization problem that seeks to find the best set of routes for a fleet of vehicles to service a set of customers. The problem can be specified in the VRP format and all solvers will return a solution in the same format. Example VRP problems can be found in the CVRPLib.