-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bdd/diff op #667
Bdd/diff op #667
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #667 +/- ##
=============================================
+ Coverage 97.387% 97.576% +0.189%
=============================================
Files 90 90
Lines 6544 6560 +16
=============================================
+ Hits 6373 6401 +28
+ Misses 171 159 -12 ☔ View full report in Codecov by Sentry. |
🟢 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of 0.09% (stdev: 0.57%).
Number of samples: 10 |
🟢 Regression Test (QBF 'hex/hein_08_5x5-11_bwnib')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of 0.34% (stdev: 0.82%).
Number of samples: 10 |
🟢 Regression Test (QBF 'ep_dual/8x8_6_e-8-1_p-2-3_bwnib')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of 0.79% (stdev: 1.21%).
Number of samples: 10 |
🟡 Regression Test (QBF 'breakthrough_dual/3x6_10_bwnib')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of -0.14% (stdev: 0.77%).
Number of samples: 10 |
🟡 Regression Test (Picotrav 'adder')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of -0.07% (stdev: 0.60%).
Number of samples: 10 |
Further cleans up src/adiar/bdd/bdd.cpp to make it more maintainable
🟡 Regression Test (12-Queens)'ssoelvsten/adiar/bdd/diff_op' is a change in performance of -0.16% (stdev: 0.40%).
Number of samples: 10 |
🟢 Regression Test (QBF 'domineering/5x5_13_bwnib')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of 0.05% (stdev: 0.26%).
Number of samples: 10 |
🟡 Regression Test (QBF 'connect4/6x6_11_connect4_bwnib')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of -0.17% (stdev: 0.54%).
Number of samples: 10 |
🟡 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of -0.63% (stdev: 1.22%).
Number of samples: 10 |
🟢 Regression Test (QBF 'httt/4x4_9_tippy_bwnib')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of 0.03% (stdev: 1.49%).
Number of samples: 10 |
🟡 Regression Test (Picotrav 'mem_ctrl')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of -0.05% (stdev: 0.34%).
Number of samples: 5 |
🟡 Regression Test (14-Queens)'ssoelvsten/adiar/bdd/diff_op' is a change in performance of -0.55% (stdev: 0.99%).
Number of samples: 3 |
🟢 Regression Test (Picotrav 'arbiter')'ssoelvsten/adiar/bdd/diff_op' is a change in performance of 5.44% (stdev: 16.98%).
Number of samples: 10 |
Closes #664 by adding
-
and-=
operator overloads. Now that we are at it anyways, let's add+
and*
as aliases forbdd_or
andbdd_and
too. And, we may as well do the same for ZDDs too.