File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
8
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
9
MadNLP = " 2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
10
10
ModelPredictiveControl = " 61f9bdb8-6ae4-484a-811f-bbf86720c31c"
11
+ OSQP = " ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
12
+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11
13
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
12
14
SparseConnectivityTracer = " 9f842d2f-2579-4b1d-911e-f412cf18a3f5"
13
15
SparseMatrixColorings = " 0a514795-09f3-496d-8182-132a7b665d35"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const SUITE = BenchmarkGroup(["ModelPredictiveControl"])
7
7
SUITE[" unit tests" ] = BenchmarkGroup ([" allocation-free" , " allocations" , " single call" ])
8
8
SUITE[" case studies" ] = BenchmarkGroup ([" performance" , " speed" ," integration" ])
9
9
10
+
10
11
include (" 0_bench_setup.jl" )
11
12
include (" 1_bench_sim_model.jl" )
12
13
include (" 2_bench_state_estim.jl" )
You can’t perform that action at this time.
0 commit comments