cargo build --release
./target/release/cvrp-genetic data-sets/F-n45-k4.json 100 | ./parse_results.py
- Rust and Cargo: install stable toolchain via https://github.com/rust-lang/rustup.rs
- Python3: install dependecies using
pip3 install -r requirements.txt
command