-
Notifications
You must be signed in to change notification settings - Fork 277
Use CaDiCaL for selected THOROUGH regression tests #7543
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
Use CaDiCaL for selected THOROUGH regression tests #7543
Conversation
I post this question to be open to anyone who's interested. If a test is only slow due to MiniSAT should we instead move it to CORE and force CaDiCaL now that we can assume CaDiCaL is built in and available? Obviously this applies to tests that are appropriately fast with CaDiCaL, if they're still too slow to be CORE then THOROUGH with CaDiCaL is a welcome improvement. EDIT: Since CaDiCaL does not currently build on Windows this may be an issue... |
Codecov ReportBase: 78.48% // Head: 78.38% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #7543 +/- ##
===========================================
- Coverage 78.48% 78.38% -0.11%
===========================================
Files 1667 1667
Lines 191473 191475 +2
===========================================
- Hits 150286 150086 -200
- Misses 41187 41389 +202
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
088f5ad
to
4373661
Compare
This is to reduce the overall time of the check-ubuntu-20_04-cmake-gcc-THOROUGH CI task. Test execution times are as follows: * Float-equality1/test_equality.desc: * cadical: 66 seconds * minisat: 695 seconds * VerifStringLastIndexOf/test.desc: * cadical: 49 seconds * minisat: 158 seconds * gcc_popcount2/test.desc: * cadical: 151 seconds * minisat: 3573 seconds * java_easychair/test.desc: * cadical: 19 seconds * minisat: 109 seconds * java_parselong_unknown_radix/test.desc: * cadical: 46 seconds * minisat: 2569 seconds
4373661
to
3a68d7f
Compare
@zhassan-aws may be able to put up a PR to address the CaDiCaL-on-Windows issue, at which point we can indeed reconsider our choice of |
Agree on this for now. I'd be nice to see this happen. |
This is to reduce the overall time of the
check-ubuntu-20_04-cmake-gcc-THOROUGH CI task. Test execution times are as follows: