This repository contains graphs algorithms realted to the topic of flows and mininimal cut in graph.
Tip
It is recommended to use Linux for this repository.
Important
All commands should be executed in project's root directory.
To properly setup this repository you need to create virtual environment with following command:
python3 -m venv envOnce done you do need to activate your environment:
source ./env/bin/activateand then install setuptools python package:
pip install setuptoolsLast step is to install lockal packages:
python3 -m pip install -e .