Skip to content

Commit 1ee666d

Browse files
committed
code restructuration for NonLinMPC
1 parent 49ac0ca commit 1ee666d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelPredictiveControl"
22
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
33
authors = ["Francis Gagnon"]
4-
version = "0.3.5"
4+
version = "0.3.6"
55

66
[deps]
77
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"

example/juMPC.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ end
129129

130130
@time u_data, y_data, r_data, d_data = test_mpc(linModel4, mpc)
131131

132+
@profview u_data, y_data, r_data, d_data = test_mpc(linModel4, mpc)
132133
@time u_data, y_data, r_data, d_data = test_mpc(linModel4, nmpc)
133134

134135
using PlotThemes, Plots

0 commit comments

Comments
 (0)