-
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
Project/2023/boolean optimisation #612
Conversation
Create internal/optmin.h as a copy of internal/count.h, add stats boiler plate and make a first draft of the public interface for optmin
Also fixes compatibility issues with updated upstream
Cppchecknofile:0:0: information: Cppcheck cannot find all the include files (use --check-config for details) [missingInclude] |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #612 +/- ##
=============================================
- Coverage 97.185% 97.159% -0.027%
=============================================
Files 88 88
Lines 6111 6124 +13
=============================================
+ Hits 5939 5950 +11
- Misses 172 174 +2 ☔ View full report in Codecov by Sentry. |
🔴 Regression Test (Picotrav 'mem_ctrl')'origin/project/2023/boolean-optimisation' is a change in performance of -0.87% (stdev: 0.40%).
Number of samples: 3 |
🟢 Regression Test (Picotrav 'adder')'origin/project/2023/boolean-optimisation' is a change in performance of 4.87% (stdev: 12.42%).
Number of samples: 10 |
🟡 Regression Test (Picotrav 'arbiter')'origin/project/2023/boolean-optimisation' is a change in performance of -0.56% (stdev: 0.86%).
Number of samples: 4 |
🟢 Regression Test (QBF 'breakthrough/3x5_11_bwnib')'origin/project/2023/boolean-optimisation' is a change in performance of 0.64% (stdev: 1.89%).
Number of samples: 5 |
🟡 Regression Test (QBF 'breakthrough/3x4_19_bwnib')'origin/project/2023/boolean-optimisation' is a change in performance of -0.07% (stdev: 0.81%).
Number of samples: 5 |
🟢 Regression Test (QBF 'domineering/5x5_13_bwnib')'origin/project/2023/boolean-optimisation' is a change in performance of 1.50% (stdev: 3.69%).
Number of samples: 5 |
e131b45
to
9c29b58
Compare
5ecee30
to
419b94d
Compare
🟢 Regression Test (QBF 'ep/8x8_7_e-8-1_p-3-4_bwnib')'origin/project/2023/boolean-optimisation' is a change in performance of 1.48% (stdev: 5.64%).
Number of samples: 10 |
Merge of MSc course project by Erik Funder Carstensen ( @halvko ) into main. I have added unit tests.