-
Notifications
You must be signed in to change notification settings - Fork 5
/
Project.toml
27 lines (25 loc) · 923 Bytes
/
Project.toml
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
name = "DCISolver"
uuid = "bee2e536-65f6-11e9-3844-e5bb4c9c55c9"
authors = ["Abel Soares Siqueira <[email protected]> and Tangi Migot <[email protected]>"]
version = "0.4.6"
[deps]
HSL = "34c5aeac-e683-54a6-a0e9-6e0fdc586c50"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SolverTools = "b5612192-2639-5dc1-abfe-fbedd65fab29"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
HSL = "0.3, 0.4"
Krylov = "0.8, 0.9"
LDLFactorizations = "0.8.1, 0.9, 0.10"
LinearAlgebra = "1"
NLPModels = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21"
Printf = "1"
SolverCore = "0.3"
SolverTools = "0.6, 0.7, 0.8, 0.9"
SparseArrays = "1"
julia = "^1.6.0"