-
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
Replace use of std::function
with adiar::...
aliases
#541
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #541 +/- ##
=============================================
- Coverage 97.101% 97.100% -0.001%
=============================================
Files 81 82 +1
Lines 5588 5587 -1
=============================================
- Hits 5426 5425 -1
Misses 162 162
☔ View full report in Codecov by Sentry. |
ffe4bc3
to
7619d2d
Compare
Benchmark Report 🟢
Minimum running time (s) for 9-Queens:
|
Benchmark Report 🟢
Minimum running time (s) for 12-Queens:
|
Benchmark Report 🟢
Minimum running time (s) for 14-Queens:
|
Closes #540 and moves test cases in preparation of #539 .