Skip to content

Commit

Permalink
TACAS release
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriele-costa committed Jan 4, 2018
1 parent 0c23e00 commit 8d26e97
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,14 @@ To replicate the experiments table presented in the paper follow the steps below
5. Run the shell script setting the number of experiments (between 1 and 20) to be executed. For example `./scp.sh 5` performs the first 5 experiments corresponding to the first 5 rows of the experiments table in the paper appendix (Table 4).

> **NOTE**: For each experiment, the output of the tool has following structure.
> `** SCP Test number 1 **`
> `Starting partial evaluation.`
> `Partial evaluation: Time=10 ms, States=24, Transitions=36`
> `Unification: Time=4 ms, States=9, Transitions=11`
> `Writing output.`
> `Completed.`
> ```
> ** SCP Test number 1 **
> Starting partial evaluation.
> Partial evaluation: Time=10 ms, States=24, Transitions=36
> Unification: Time=4 ms, States=9, Transitions=11
> Writing output.
> Completed.
> ```
> The output shown above refers to the first line of the SCP table (`** SCP Test number 1 **`).
> The total number of states and transitions processed by the partial evaluation algorithm is reported in the third line.
> These values must be compared with the second and third column of the table, respectively.
Expand Down

0 comments on commit 8d26e97

Please sign in to comment.