-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
adding juniper to solver list in docs #1957
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1957 +/- ##
=======================================
Coverage 91.17% 91.17%
=======================================
Files 33 33
Lines 4147 4147
=======================================
Hits 3781 3781
Misses 366 366 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #1957 +/- ##
=======================================
Coverage 91.17% 91.17%
=======================================
Files 33 33
Lines 4147 4147
=======================================
Hits 3781 3781
Misses 366 366 Continue to review full report at Codecov.
|
@@ -41,6 +41,7 @@ is often more complex. We list below the currently available solvers. | |||
| [GLPK](http://www.gnu.org/software/glpk/) | [GLPK.jl](https://github.com/JuliaOpt/GLPK.jl) | GPL | LP, MILP | | |||
| [Gurobi](http://gurobi.com) | [Gurobi.jl](https://github.com/JuliaOpt/Gurobi.jl) | Comm. | LP, MILP, SOCP, MISOCP | | |||
| [Ipopt](https://projects.coin-or.org/Ipopt) | [Ipopt.jl](https://github.com/JuliaOpt/Ipopt.jl) | EPL | LP, QP, NLP | | |||
| [Juniper](https://github.com/lanl-ansi/Juniper.jl) | [Juniper.jl](https://github.com/lanl-ansi/Juniper.jl) | MIT | MISOCP, MINLP | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The second |
is not aligned with other ones
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my text editor there is no consistency in the alignment of |
in the text. Can you fix it as you prefer after the merge?
No description provided.