Skip to content

pwn1/abz26-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abz26-experiments

FDR experiments

Instructions for running the experiments with FDR are described below.

FDR4 installation

To install FDR4 on a Linux machine, we recommend following the instructions here

Dining philosophers

There are two versions of the assertions for checking the dining philosophers CSP model, one without partial order reduction in the subfolder Philosophers, and one with under Philosophers/order.

To run the experiments, switch to the respective folder and then execute the python3 program run.py. Results can be summarised with python3 ../../summarise.py phil --hide-context

Alpha algorithm

To run the Alpha Algorithm experiments with FDR, you can use runexptask.py from the subfolder AlphaAlgorithm_Timed_revision1/csp-gen/timed, i.e.

cd csp-gen/timed
python3 run.py

To summarise the results you can use the command python3 ../../../summarise.py D --hide-context

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages