Skip to content

Commit 4bf34b5

Browse files
committed
Added new plots to the readme
1 parent 90003a5 commit 4bf34b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,19 @@ We can therefore conclude that the monadic decomposition method with the bound i
147147

148148
![smt2 file size and average mondec performance comparison](benchmark_results/md_file_size_r.png)
149149
![average mondec performance and smt2 file size comparison](benchmark_results/md_file_size.png)
150+
![smt2 file size and average mondec performance comparison](benchmark_results/md_file_size_r_dec.png)
151+
![average mondec performance and smt2 file size comparison](benchmark_results/md_file_size_dec.png)
152+
![smt2 file size and average mondec performance comparison](benchmark_results/md_file_size_r_nondec.png)
153+
![average mondec performance and smt2 file size comparison](benchmark_results/md_file_size_nondec.png)
154+
155+
The following plots illustrate the correlation between the number of variables and the performance:
150156

151157
![variable count and average mondec performance comparison](benchmark_results/md_var_count_r.png)
152158
![average mondec performance and variable count comparison](benchmark_results/md_var_count.png)
159+
![variable count and average mondec performance comparison](benchmark_results/md_var_count_r_dec.png)
160+
![average mondec performance and variable count comparison](benchmark_results/md_var_count_dec.png)
161+
![variable count and average mondec performance comparison](benchmark_results/md_var_count_r_nondec.png)
162+
![average mondec performance and variable count comparison](benchmark_results/md_var_count_nondec.png)
153163

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

0 commit comments

Comments
 (0)