-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (26 loc) · 795 Bytes
/
Project.toml
File metadata and controls
32 lines (26 loc) · 795 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
name = "PRIMA"
uuid = "0a7d04aa-8ac2-47b3-b7a7-9dbd6ad661ed"
authors = ["Éric Thiébaut <eric.thiebaut@univ-lyon1.fr> and contributors"]
version = "0.2.4"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PRIMA_jll = "eead6e0c-2d5b-5641-a95c-b722de96d551"
TypeUtils = "c3b1956e-8857-4d84-9b79-890df85b1e67"
[weakdeps]
CUTEst = "1b53aba6-35b6-5f92-a507-53c67d53f819"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
[extensions]
PRIMACUTEstExt = "CUTEst"
PRIMANLPModelsExt = "NLPModels"
[compat]
CUTEst = "1.3.2"
NLPModels = "0.21.5"
PRIMA_jll = "0.7.1"
TypeUtils = "1"
julia = "1.10"
[extras]
CUTEst = "1b53aba6-35b6-5f92-a507-53c67d53f819"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CUTEst"]