Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 468 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 468 Bytes

Welcome

This is a rust graph implementation of https://github.com/DanielWochnik/CombOptWS2018.

How to use

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

Test files can be found at the original repository.