Skip to content

Commit ca2fc66

Browse files
author
Rico Schrage
committed
Removed unnecssary dependencies.
1 parent 4116929 commit ca2fc66

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
99
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
1010
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1111
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
12-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1312
Mango = "5e49fdec-d473-4d14-b295-7bff2fcf1925"
1413
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
1514
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
@@ -19,7 +18,6 @@ AutoHashEquals = "2.2.0"
1918
Distributed = "1.11.0"
2019
Distributions = "0.25.115"
2120
JuMP = "1.25.0"
22-
LinearAlgebra = "1.11.0"
2321
Mango = "^0.4"
2422
OSQP = "0.8.1"
2523
Revise = "3.6.4"

src/algorithm/admm/flex_admm.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
export ADMMFlexAnswer, ADMMFlexMessage, ADMMFlexActor, ADMMFlexCoordinator, create_admm_flex_actor_one_to_many, result
22

3-
using Distributed
4-
using LinearAlgebra
53
using JuMP
64
using OSQP
75

src/algorithm/gradient/flex_projected.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Distributed
2-
using LinearAlgebra
31
using JuMP
42
using OSQP
53

0 commit comments

Comments
 (0)