-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (28 loc) · 917 Bytes
/
Project.toml
File metadata and controls
34 lines (28 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name = "Ipopt"
uuid = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
repo = "https://github.com/jump-dev/Ipopt.jl.git"
version = "1.14.3"
[deps]
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OpenBLAS32_jll = "656ef2d0-ae68-5445-9ca0-591084a874a2"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
[weakdeps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
[extensions]
IpoptMathOptInterfaceExt = "MathOptInterface"
[compat]
HSL_jll = "3, 4, 2023, 2024, 2025"
Ipopt_jll = "=300.1400.1900, =300.1400.1901"
LinearAlgebra = "1"
MathOptInterface = "1.48"
OpenBLAS32_jll = "0.3.10"
PrecompileTools = "1"
Test = "1"
julia = "1.9"
[extras]
HSL_jll = "017b0a0e-03f4-516a-9b91-836bbd1904dd"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["HSL_jll", "MathOptInterface", "Test"]