-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathProject.toml
More file actions
52 lines (48 loc) · 2.02 KB
/
Project.toml
File metadata and controls
52 lines (48 loc) · 2.02 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
name = "RegularizedOptimization"
uuid = "20620ad1-4fe4-4467-ae46-fb087718fe7b"
author = ["Robert Baraldi <rbaraldi@uw.edu>",
"Youssef Diouane <youssef.diouane@polymtl.ca>",
"Maxence Gollier <maxence-2.gollier@polymtl.ca>",
"Mohamed Laghdaf Habiboullah <mohamed-laghdaf-2.habiboullah@polymtl.ca>",
"Geoffroy Leconte <geoffroy.leconte@polymtl.ca>",
"Dominique Orban <dominique.orban@gmail.com>"]
version = "0.3.1"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
ManualNLPModels = "30dfa513-9b2f-4fb3-9796-781eabac1617"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
NLPModelsModifiers = "e01155f1-5c6f-4375-a9d8-616dd036575f"
Percival = "01435c0c-c90d-11e9-3788-63660f8fbccc"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"
QuadraticModels = "f468eda6-eac5-11e8-05a5-ff9e497bcd19"
RegularizedProblems = "ea076b23-609f-44d2-bb12-a4ae45328278"
ShiftedProximalOperators = "d4fd37fa-580c-4e43-9b30-361c21aae263"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
[compat]
ADNLPModels = "0.8.13"
Arpack = "0.5"
LinearOperators = "2.10.0"
ManualNLPModels = "0.2.0"
NLPModels = "0.19, 0.20, 0.21"
NLPModelsModifiers = "0.7"
OptimizationProblems = "0.9.2"
Percival = "0.7.2"
ProximalOperators = "0.15, 0.16"
QuadraticModels = "0.9.15"
RegularizedProblems = "0.1.3"
ShiftedProximalOperators = "0.2"
SolverCore = "0.3.10"
julia = "^1.6.0"
[extras]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
OptimizationProblems = "5049e819-d29b-5fba-b941-0eee7e64c1c6"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RegularizedProblems = "ea076b23-609f-44d2-bb12-a4ae45328278"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
[targets]
test = ["ADNLPModels", "OptimizationProblems", "Random", "RegularizedProblems", "Test", "TestSetExtensions"]