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