-
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_satmin
and bdd_satmax
with set of variables
#666
Conversation
…ators To this end, we'll start to create our own 'type_traits' aliases to make the expressions much more readable.
This makes it much easier to read the return type
🟡 Regression Test (QBF 'ep_dual/8x8_6_e-8-1_p-2-3_bwnib')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of -0.36% (stdev: 1.23%).
Number of samples: 10 |
🟡 Regression Test (QBF 'connect4/6x6_11_connect4_bwnib')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of -0.10% (stdev: 0.38%).
Number of samples: 10 |
🟡 Regression Test (QBF 'domineering/5x5_13_bwnib')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of -0.21% (stdev: 1.24%).
Number of samples: 10 |
🟡 Regression Test (QBF 'hex/hein_08_5x5-11_bwnib')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of -0.15% (stdev: 0.78%).
Number of samples: 10 |
🟢 Regression Test (Picotrav 'adder')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of 0.31% (stdev: 0.37%).
Number of samples: 3 |
🟢 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of 0.40% (stdev: 1.14%).
Number of samples: 10 |
🟡 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of -0.30% (stdev: 0.48%).
Number of samples: 10 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #666 +/- ##
=============================================
- Coverage 97.375% 97.301% -0.075%
=============================================
Files 90 90
Lines 6515 6557 +42
=============================================
+ Hits 6344 6380 +36
- Misses 171 177 +6 ☔ View full report in Codecov by Sentry. |
🟢 Regression Test (12-Queens)'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of 0.03% (stdev: 0.63%).
Number of samples: 10 |
🟡 Regression Test (QBF 'httt/4x4_9_tippy_bwnib')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of -0.43% (stdev: 2.11%).
Number of samples: 10 |
🟢 Regression Test (Picotrav 'arbiter')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of 0.04% (stdev: 0.42%).
Number of samples: 9 |
🟢 Regression Test (QBF 'breakthrough_dual/3x6_10_bwnib')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of 0.21% (stdev: 0.72%).
Number of samples: 10 |
🟡 Regression Test (Picotrav 'mem_ctrl')'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of -0.08% (stdev: 0.21%).
Number of samples: 5 |
🟡 Regression Test (14-Queens)'ssoelvsten/adiar/bdd/sat_with_domain' is a change in performance of -0.17% (stdev: 0.37%).
Number of samples: 3 |
Cleans up some code to then close #665 and solve parts of #519 .