Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

NetworkFlow

Network flow simplex algorithm written in OCaml because why not?

How to run

Make sure you have installed OCaml first. After installing OCaml, you should be able to compile the code as follows:

ocamlopt -o network_flow  network_flow.ml

And then execute the output:

./network_flow

About

Network flow simplex algorithm written in OCaml because why not?

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages