Skip to content

Commit

Permalink
Added new plots to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroBone committed Dec 18, 2021
1 parent 90003a5 commit 4bf34b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,19 @@ We can therefore conclude that the monadic decomposition method with the bound i

![smt2 file size and average mondec performance comparison](benchmark_results/md_file_size_r.png)
![average mondec performance and smt2 file size comparison](benchmark_results/md_file_size.png)
![smt2 file size and average mondec performance comparison](benchmark_results/md_file_size_r_dec.png)
![average mondec performance and smt2 file size comparison](benchmark_results/md_file_size_dec.png)
![smt2 file size and average mondec performance comparison](benchmark_results/md_file_size_r_nondec.png)
![average mondec performance and smt2 file size comparison](benchmark_results/md_file_size_nondec.png)

The following plots illustrate the correlation between the number of variables and the performance:

![variable count and average mondec performance comparison](benchmark_results/md_var_count_r.png)
![average mondec performance and variable count comparison](benchmark_results/md_var_count.png)
![variable count and average mondec performance comparison](benchmark_results/md_var_count_r_dec.png)
![average mondec performance and variable count comparison](benchmark_results/md_var_count_dec.png)
![variable count and average mondec performance comparison](benchmark_results/md_var_count_r_nondec.png)
![average mondec performance and variable count comparison](benchmark_results/md_var_count_nondec.png)

The amount of variables seems to have some correlation with the average bit length of the bound `B`:

Expand Down

0 comments on commit 4bf34b5

Please sign in to comment.