Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
3 changes: 3 additions & 0 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@
[MathOptChordalDecomposition]
user = "samuelsonric"
rev = "v0.2.0"
[NLPModelsAlgencan]
user = "pjssilva"
rev = "2abc7a6f6298219d1b8ac4fbd041089eafaae8a9"
Comment thread
odow marked this conversation as resolved.
Outdated
[Optim]
user = "JuliaNLSolvers"
rev = "v2.2.1"
Expand Down
1 change: 1 addition & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ The link in the `Solver` column is the corresponding Julia package.

| Solver | Julia Package | Installation | License | Supports |
| ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------- | ------------ | ------- | ---------------------|
| [Algencan](https://www.ime.usp.br/~egbirgin/tango/) | [NLPModelsAlgencan.jl](https://github.com/pjssilva/NLPModelsAlgencan.jl) | | GPL | NLP |
| [ALGLIB Solver](https://www.alglib.net/) | [ALGLIB.jl](https://github.com/alglib-project/ALGLIB.jl) | Manual | Comm. | (MI)NLP |
| [Alpine.jl](https://github.com/lanl-ansi/Alpine.jl) | | | Triad NS | (MI)NLP |
| [Artelys Knitro](https://www.artelys.com/knitro) | [KNITRO.jl](https://github.com/jump-dev/KNITRO.jl) | Manual | Comm. | (MI)LP, (MI)SOCP, (MI)NLP |
Expand Down
1 change: 1 addition & 0 deletions docs/styles/config/vocabularies/JuMP/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ warmstart
% Proper nouns
Adagrad
Agence
Algencan
AMPL
Appveyor
Artelys
Expand Down
Loading