75 stable releases

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

#73 in Science

Download history 4/week @ 2024-02-19 45/week @ 2024-02-26 2/week @ 2024-03-11 231/week @ 2024-04-01 1/week @ 2024-04-15 145/week @ 2024-04-22

377 downloads per month

Apache-2.0

1MB
23K 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–16MB
~211K SLoC