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

[WIP] Keep symbolic expressions from mtk, make it moi compatible later #636

Closed Vaibhavdixit02 closed 6 months ago

Vaibhavdixit02 commented 7 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (6fc5804) 0.00% compared to head (75d197b) 7.47%. Report is 1 commits behind head on master.

Files Patch % Lines
lib/OptimizationMOI/src/OptimizationMOI.jl 0.00% 49 Missing :warning:
lib/OptimizationMOI/src/nlp.jl 0.00% 28 Missing :warning:
lib/OptimizationMOI/src/moi.jl 0.00% 12 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #636 +/- ## ========================================= + Coverage 0.00% 7.47% +7.47% ========================================= Files 12 40 +28 Lines 1141 2730 +1589 ========================================= + Hits 0 204 +204 - Misses 1141 2526 +1385 ```

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