#vrp #optimization

bin+lib vrp-cli

A command line interface for VRP solver

74 stable releases

1.22.1 Aug 26, 2023
1.21.1 Jun 9, 2023
1.19.2 Mar 22, 2023
1.19.1 Dec 14, 2022
1.4.1 Jul 30, 2020

#107 in Science

Download history 64/week @ 2023-08-04 31/week @ 2023-08-11 411/week @ 2023-08-18 700/week @ 2023-08-25 23/week @ 2023-09-01 166/week @ 2023-09-08 126/week @ 2023-09-15 76/week @ 2023-09-22 29/week @ 2023-09-29 51/week @ 2023-10-06 99/week @ 2023-10-13 118/week @ 2023-10-20 114/week @ 2023-10-27 61/week @ 2023-11-03 23/week @ 2023-11-10 21/week @ 2023-11-17

236 downloads per month

Apache-2.0

1MB
22K SLoC

Description

The cli crate implements command line interface to Vehicle Routing Problem solver functionality.

Please check the repository for more details.


lib.rs:

A crate for solving Vehicle Routing Problem using default metaheuristic.

This crate provides ready-to-use functionality to solve rich Vehicle Routing Problem.

For more details check the following resources:

  • user guide describes how to use cli application built from this crate
  • vrp-core crate implements default metaheuristic

Dependencies

~5–15MB
~200K SLoC