Skip to content
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

[Nonlinear] add new nonlinear interface #3106

Merged
merged 23 commits into from
Aug 31, 2023

Update nonlinear.md

475aba4
Select commit
Loading
Failed to load commit list.
Merged

[Nonlinear] add new nonlinear interface #3106

Update nonlinear.md
475aba4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 30, 2023 in 0s

98.09% (+0.08%) compared to 9bb61c2

View this Pull Request on Codecov

98.09% (+0.08%) compared to 9bb61c2

Details

Codecov Report

Patch coverage: 99.16% and project coverage change: +0.08% 🎉

Comparison is base (9bb61c2) 98.00% compared to head (475aba4) 98.09%.
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3106      +/-   ##
==========================================
+ Coverage   98.00%   98.09%   +0.08%     
==========================================
  Files          36       37       +1     
  Lines        5068     5501     +433     
==========================================
+ Hits         4967     5396     +429     
- Misses        101      105       +4     
Files Changed Coverage Δ
src/JuMP.jl 94.87% <ø> (ø)
src/macros.jl 97.97% <97.61%> (-0.71%) ⬇️
src/nlp_expr.jl 99.24% <99.24%> (ø)
src/aff_expr.jl 97.32% <100.00%> (+0.04%) ⬆️
src/complement.jl 100.00% <100.00%> (ø)
src/mutable_arithmetics.jl 91.89% <100.00%> (+3.54%) ⬆️
src/operators.jl 96.84% <100.00%> (+0.39%) ⬆️
src/optimizer_interface.jl 97.01% <100.00%> (+0.11%) ⬆️
src/quad_expr.jl 100.00% <100.00%> (ø)
src/variables.jl 99.00% <100.00%> (+<0.01%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.