SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
216 stars 39 forks source link

[Don't Merge] Add Enlsip #436

Open avik-pal opened 1 month ago

avik-pal commented 1 month ago

Doens't quite work. Enlsip needs a constraint, so I added a dummy constraint but this doesn't seem to work correctly.

Fixes #433

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 7.50000% with 37 lines in your changes are missing coverage. Please review.

Project coverage is 78.87%. Comparing base (411f7d3) to head (d719ee3).

Files Patch % Lines
ext/NonlinearSolveEnlsipExt.jl 0.00% 32 Missing :warning:
src/algorithms/extension_algs.jl 0.00% 4 Missing :warning:
src/utils.jl 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #436 +/- ## ========================================== - Coverage 86.46% 78.87% -7.60% ========================================== Files 47 48 +1 Lines 2904 2939 +35 ========================================== - Hits 2511 2318 -193 - Misses 393 621 +228 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.