Skip to content

A small library for the lecture "Combinatorial Optimization" at Baden-Wuerttemberg Cooperative State University Stuttgart.

Notifications You must be signed in to change notification settings

VuQuangPhuc/GraphLib-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small library for the lecture "Combinatorial Optimization" at Baden-Wuerttemberg Cooperative State University Stuttgart.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published