Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,10 @@ Supported packages include:
| [Bonmin](https://github.com/coin-or/Bonmin) | `Bonmin_jll.jl` | `Bomin_jll.amplexe` |
| [Couenne](https://github.com/coin-or/Couenne) | `Couenne_jll.jl` | `Couenne_jll.amplexe` |
| [Ipopt](https://github.com/coin-or/Ipopt) | `Ipopt_jll.jl` | `Ipopt_jll.amplexe` |
| [KNITRO](https://github.com/jump-dev/KNITRO.jl)| `KNITRO.jl` | `KNITRO.amplexe` |
| [KNITRO](https://github.com/jump-dev/KNITRO_jll.jl)| `KNITRO_jll.jl` | `KNITRO_jll.knitroampl` |
| [SHOT](https://github.com/coin-or/SHOT) | `SHOT_jll.jl` | `SHOT_jll.amplexe` |
| [Uno](https://github.com/cvanaret/Uno) | `Uno_jll.jl` | `Uno_jll.amplexe` |

**Bonmin and Couenne do not work on Apple M-series computers. For compatibility,
install Julia via Rosetta.**

## MathOptInterface API

The AmplNLWriter optimizer supports the following constraints and attributes.
Expand Down
4 changes: 2 additions & 2 deletions test/MINLPTests/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Uno_jll = "396d5378-14f1-5ab1-981d-48acd51740ed"

[compat]
Bonmin_jll = "100.800.901"
Bonmin_jll = "100.800.902"
Couenne_jll = "0.500.802"
Ipopt_jll = "300.1400.1900"
JuMP = "1"
MathOptInterface = "1.33"
MINLPTests = "0.6"
SHOT_jll = "100.100.0"
Uno_jll = "1"
Uno_jll = "2"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We fixed so many bugs before that I highly suggest 2.3.0.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is with Uno@2.3.0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I just want to be sure that the tests here are always using Uno >= 2.3.0 in the future.

julia = "1.10"
Loading