diff --git a/.gitignore b/.gitignore index 0f18cc1..a2f9c19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc /notebook/.ipynb_checkpoints +.ipynb_checkpoints diff --git a/notebook/.ipynb_checkpoints/MPC_cvxpy-checkpoint.ipynb b/notebook/.ipynb_checkpoints/MPC_cvxpy-checkpoint.ipynb index 8583868..e35241b 100644 --- a/notebook/.ipynb_checkpoints/MPC_cvxpy-checkpoint.ipynb +++ b/notebook/.ipynb_checkpoints/MPC_cvxpy-checkpoint.ipynb @@ -827,14 +827,14 @@ "\\begin{aligned}\n", "\\min_{} \\quad & \\sum^{t+T-1}_{j=t} x^T_{j|t}Qx_{j|t} + u^T_{j|t}Ru_{j|t}\\\\\n", "\\textrm{s.t.} \\quad & x(0) = x0\\\\\n", - " & x_{j+1|t} = Ax_{j|t}+Bu_{j|t}) \\quad \\textrm{for} t