Kuifje02 / vrpy

A python framework for solving the VRP and its variants with column generation.
MIT License
179 stars 43 forks source link

Example with minimize time span #92

Closed Kuifje02 closed 3 years ago

Kuifje02 commented 3 years ago

Add an example with VehicleRoutingProblem(minimize_global_span=True) in the docs.