This is a rust graph implementation of https://github.com/DanielWochnik/CombOptWS2018.
Build this project:
cargo build # debug build
cargo build --release # release build
Run project:
cargo run {undirected|directed} path_to_file
cargo run --release {undirected|directed} path_to_file
Test files can be found at the original repository.