Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 466 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 466 Bytes

Maximum flow problem - Harsh Dua, Francesco Nieri

To use the generate_model.py, run it with python3 using

python generate_model.py inst-n-p.txt

where the inst-n-p.txt file is in the same directory. This will generate a model-n-p.lp and a model-n-p.sol in the same directory

To use the chemin_augmentant.py, run it with python3 using

python chemin_augmentant.py inst-n-p.txt

This will generate a model-n-p.path file in the same directory