jump-dev / JuMP.jl

Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
http://jump.dev/JuMP.jl/
Other
2.22k stars 393 forks source link

Add the MINLP solver MAiNGO to the documentation #3696

Closed MAiNGO-github closed 6 months ago

MAiNGO-github commented 7 months ago

We have recently built a wrapper around our open-source global MINLP solver MAiNGO, which is is written in C++. The wrapper initially took a lot of inspiration from the Baron.jl repository.

Looking at the checklist, the conditions for including the solver in the documentation should be fulfilled.

We would be very excited to be included in the list of compatible solvers.

https://github.com/MAiNGO-github/MAiNGO.jl

Basic

Documentation

Optional

odow commented 7 months ago

Nice! Let me take a look

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.35%. Comparing base (a9b5ff9) to head (096097d). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3696 +/- ## ========================================== - Coverage 98.36% 98.35% -0.02% ========================================== Files 43 43 Lines 5699 5707 +8 ========================================== + Hits 5606 5613 +7 - Misses 93 94 +1 ```

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

MAiNGO-github commented 6 months ago

@odow I added the Github actions. I also incorporated a recent improvement from Baron.jl

There also were spellchecking warnings. I fixed those that were correct. Some are caused by how our README is set up. In case this is blocking or annoying, I would suggest not adding to docs/packages.toml, but only to the overview table.