File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,19 @@ We can therefore conclude that the monadic decomposition method with the bound i
147
147
148
148
![ smt2 file size and average mondec performance comparison] ( benchmark_results/md_file_size_r.png )
149
149
![ 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:
150
156
151
157
![ variable count and average mondec performance comparison] ( benchmark_results/md_var_count_r.png )
152
158
![ 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 )
153
163
154
164
The amount of variables seems to have some correlation with the average bit length of the bound ` B ` :
155
165
You can’t perform that action at this time.
0 commit comments