-
Notifications
You must be signed in to change notification settings - Fork 16
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
Custom fallback #60
Custom fallback #60
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
==========================================
- Coverage 89.01% 89.01% -0.01%
==========================================
Files 51 51
Lines 1948 1993 +45
==========================================
+ Hits 1734 1774 +40
- Misses 214 219 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
src/polysolve/nonlinear/Solver.cpp
Outdated
@@ -24,6 +24,75 @@ | |||
|
|||
namespace polysolve::nonlinear | |||
{ | |||
namespace | |||
{ | |||
std::shared_ptr<DescentStrategy> crate_solver( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
No description provided.