-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
64 lines (57 loc) · 1.94 KB
/
Project.toml
File metadata and controls
64 lines (57 loc) · 1.94 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name = "CTDirect"
uuid = "790bbbee-bee9-49ee-8912-a9de031322d5"
version = "0.17.4"
authors = ["Pierre Martinon <pierrecmartinon@gmail.com>"]
[workspace]
projects = ["test", "docs"]
[deps]
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
CTModels = "34c4fa32-2049-4079-8329-de33c2a22e2d"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HSL = "34c5aeac-e683-54a6-a0e9-6e0fdc586c50"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
NLPModelsIpopt = "f4238b75-b362-5c4c-b852-0801c9a21d71"
NLPModelsKnitro = "bec4dd0d-7755-52d5-9a02-22f0ffc7efcb"
[extensions]
CTDirectExtADNLP = ["ADNLPModels"]
CTDirectExtExa = ["ExaModels"]
CTDirectExtIpopt = ["NLPModelsIpopt"]
CTDirectExtKnitro = ["NLPModelsKnitro"]
CTDirectExtMadNLP = ["MadNLP"]
[compat]
ADNLPModels = "0.8"
CTBase = "0.16"
CTModels = "0.6"
CTParser = "0.7"
CUDA = "5"
DocStringExtensions = "0.9"
ExaModels = "0.9"
HSL = "0.5"
MKL = "0.9"
MadNLP = "0.8"
MadNLPGPU = "0.7"
MadNLPMumps = "0.5"
NLPModels = "0.21"
NLPModelsIpopt = "0.11"
NLPModelsKnitro = "0.10"
SolverCore = "0.3.8"
SplitApplyCombine = "1"
julia = "1.10"
[extras]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CTParser = "32681960-a1b1-40db-9bff-a1ca817385d1"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
MadNLPGPU = "d72a61cc-809d-412f-99be-fd81f4b8a598"
MadNLPMumps = "3b83494e-c0a4-4895-918b-9157a7a085a1"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SplitApplyCombine", "CTParser", "ADNLPModels", "ExaModels", "NLPModels", "NLPModelsIpopt", "MadNLPMumps", "MadNLPGPU", "CUDA", "AMDGPU"]