We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91d7742 + 4c7bc5a commit 19eec0cCopy full SHA for 19eec0c
docs/make.jl
@@ -47,6 +47,6 @@ makedocs(
47
)
48
49
deploydocs(
50
- repo = "github.com/franckgaga/ModelPredictiveControl.jl.git",
+ repo = "github.com/JuliaControl/ModelPredictiveControl.jl.git",
51
devbranch = "main",
52
-)
+)
src/controller/linmpc.jl
@@ -256,4 +256,4 @@ end
256
function set_objective_linear_coef!(mpc::LinMPC, ΔŨvar)
257
set_objective_coefficient.(mpc.optim, ΔŨvar, mpc.q̃)
258
return nothing
259
-end
+end
0 commit comments