To do
Install dependencies:
python -m pip install -r requirements.txtFrom src directory:
cd srcThe following program creates a CDF with the transmission number of each approach.
> python3 script_test_approaches.pyThere is a global variable "MULTIPATH" that defines whether the versions are to be executed in single path or multi path.
The following program creates a CDF of the probability that all street lights receive the message sent by a street light origin. Also, for the metrics of Minimum Vertex Cut and Edge Cut, that are useful metrics to give an idea of the reliability of each approach.
> python3 script_test_domains_metrics.py