SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
691 stars 75 forks source link

mtkize behind if and try blocks #676

Closed Vaibhavdixit02 closed 6 months ago

Vaibhavdixit02 commented 6 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 31 lines in your changes are missing coverage. Please review.

Comparison is base (19473dc) 2.03% compared to head (00666bb) 8.87%.

Files Patch % Lines
lib/OptimizationMOI/src/nlp.jl 0.00% 30 Missing :warning:
lib/OptimizationMOI/src/OptimizationMOI.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #676 +/- ## ========================================= + Coverage 2.03% 8.87% +6.84% ========================================= Files 31 31 Lines 2503 2523 +20 ========================================= + Hits 51 224 +173 + Misses 2452 2299 -153 ```

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