Skip to content

Commit 02f4bca

Browse files
committed
link to MPC wiki page
1 parent 3cd41b7 commit 02f4bca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![doc-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://franckgaga.github.io/ModelPredictiveControl.jl/stable)
55
[![coc-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://franckgaga.github.io/ModelPredictiveControl.jl/dev)
66

7-
A model predictive control package for Julia.
7+
A [model predictive control](https://en.wikipedia.org/wiki/Model_predictive_control) package
8+
for Julia.
89

910
The package depends on [`ControlSystemsBase.jl`](https://github.com/JuliaControl/ControlSystems.jl)
1011
for the linear systems and [`JuMP.jl`](https://github.com/jump-dev/JuMP.jl) for the solvers.

docs/src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ModelPredictiveControl.jl
22

3-
A model predictive control package for Julia.
3+
A [model predictive control](https://en.wikipedia.org/wiki/Model_predictive_control) package
4+
for Julia. package for Julia.
45

56
The package depends on [`ControlSystemsBase.jl`](https://github.com/JuliaControl/ControlSystems.jl)
67
for the linear systems and [`JuMP.jl`](https://github.com/jump-dev/JuMP.jl) for the solvers.

0 commit comments

Comments
 (0)