This program makes statistics on organizational structures. It chooses a random principal and random sets of agents and computes some statistics on them.
It is an Objective Caml program, hence it needs an Objective Caml compiler.
The program is based on the algorithm described in the (submitted) paper "Divide and Conquer: The engineering of delegation".
This program has been developed under MacOSX, and it has been tested under Linux, MacOSX and Solaris, but it should run also under Microsoft Windows (if you will be able to, please tell me so that I can complete this file).
Download the archive fleosstat.zip.
Open a terminal (xterm, konsole, aterm, ...).
Enter the directory in which you have saved the file fosorstat.tar.gz (something like cd ~/Documents/).
Extract the archive fleosstat.zip (something like unzip fleosstat.zip).
Enter the directory in which you have extracted the archive fleosstat.zip (something like cd ~/Documents/fleosstat/).
Read the README file and follow the instructions in it.
Copyright 2019 Gennaro Amendola