Experiments on Test Set Selection (TSP = Test Selection Problem) for paper Generic and Industrial Scale Many-Criteria Test Selection. Due to confidentiality, the system data required to reproduce the results is not available. All experimental results can be found here.
install Julia 1.5.3 and Gurobi 9.1 (with License) locally (see install.sh
).
execute bash script through ./experiment_script.sh
In case of problems with out of memory errors, activate swap via e.g. swap file (seems easiest):
Take a coffee... or two, the experiments take a couple of days to run.
an example has been added as the example.jl
file (executed through example_script.sh
after install.sh
). The code is documentend to clarify the use and how to adjust it.