vrp-cli 1.25.0

A command line interface for VRP solver
Documentation
1
2
3
4
5
6
7
8
use crate::cli::*;

#[test]
fn can_get_app_name() {
    let app = get_app();

    assert_eq!(app.get_name(), "Vehicle Routing Problem Solver");
}