We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17153bc commit 480933bCopy full SHA for 480933b
Project.toml
@@ -1,7 +1,7 @@
1
name = "Ipopt"
2
uuid = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
3
repo = "https://github.com/jump-dev/Ipopt.jl.git"
4
-version = "1.11.0"
+version = "1.12.0"
5
6
[deps]
7
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
README.md
@@ -115,6 +115,7 @@ List of supported constraint types:
115
* [`MOI.VariableIndex`](@ref) in [`MOI.GreaterThan{Float64}`](@ref)
116
* [`MOI.VariableIndex`](@ref) in [`MOI.Interval{Float64}`](@ref)
117
* [`MOI.VariableIndex`](@ref) in [`MOI.LessThan{Float64}`](@ref)
118
+ * [`MOI.VectorOfVariables`](@ref) in [`MOI.VectorNonlinearOracle{Float64}`](@ref)
119
120
List of supported model attributes:
121
0 commit comments