## Running the experiments

In order to run the experiments, execute the bash script run_all.sh. This
script will first generate the data (it will populate instances/maxorient/pdag/
and so on) and afterwards run the four algorithms for extensions and two
algorithms for maxorient on these instances. The measured times are stored in
csv files in the results directory.

## Producing the plots
The raw data produced by running the experiments contains the measurements for
all ten graph instances per parameter choice. The script 'combine_runs.jl'
averages the corresponding runs. Afterward, the plots may be produced with the
R script 'plot.r'.
