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

adding juniper to solver list in docs #1957

Merged
merged 1 commit into from
May 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Copy link
Member

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

Copy link
Contributor Author

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?

| [MOSEK](http://www.mosek.com/) | [MosekTools.jl](https://github.com/JuliaOpt/MosekTools.jl) | Comm. | LP, MILP, SOCP, MISOCP, SDP |
| [OSQP](https://osqp.org/) | [OSQP.jl](https://github.com/oxfordcontrol/OSQP.jl) | Apache | LP, QP |
| [ProxSDP](https://github.com/mariohsouto/ProxSDP.jl) | [ProxSDP.jl](https://github.com/mariohsouto/ProxSDP.jl) | MIT | LP, SOCP, SDP |
Expand Down