Skip to content

Network flow simplex algorithm written in OCaml because why not?

Notifications You must be signed in to change notification settings

kansuke231/NetworkFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages