Skip to content

Commit 480933b

Browse files
authored
Prep for v1.12.0 (#507)
1 parent 17153bc commit 480933b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Ipopt"
22
uuid = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
33
repo = "https://github.com/jump-dev/Ipopt.jl.git"
4-
version = "1.11.0"
4+
version = "1.12.0"
55

66
[deps]
77
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ List of supported constraint types:
115115
* [`MOI.VariableIndex`](@ref) in [`MOI.GreaterThan{Float64}`](@ref)
116116
* [`MOI.VariableIndex`](@ref) in [`MOI.Interval{Float64}`](@ref)
117117
* [`MOI.VariableIndex`](@ref) in [`MOI.LessThan{Float64}`](@ref)
118+
* [`MOI.VectorOfVariables`](@ref) in [`MOI.VectorNonlinearOracle{Float64}`](@ref)
118119

119120
List of supported model attributes:
120121

0 commit comments

Comments
 (0)