Skip to content

Commit

Permalink
Corrected Pass to solver: stuff matrices objective function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush-iitkgp committed Mar 5, 2016
1 parent 86d0c77 commit d8888fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CVX/CVX.html
Original file line number Diff line number Diff line change
Expand Up @@ -12392,7 +12392,7 @@ <h2 id="pass-to-solver-stuff-matrices">Pass to solver: stuff matrices</h2>
\begin{array}{ll}
\mbox{minimize} &amp;
\begin{bmatrix}
0 &amp; 0 &amp; 1 &amp; x
0 &amp; 0 &amp; 1 &amp; 0
\end{bmatrix}
\begin{bmatrix}
v_1 \\ v_2 \\ v_3 \\ x
Expand Down
2 changes: 1 addition & 1 deletion CVX/CVX.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10373,7 +10373,7 @@
"\\begin{array}{ll}\n",
"\\mbox{minimize} & \n",
" \\begin{bmatrix}\n",
" 0 & 0 & 1 & x\n",
" 0 & 0 & 1 & 0\n",
" \\end{bmatrix}\n",
" \\begin{bmatrix}\n",
" v_1 \\\\ v_2 \\\\ v_3 \\\\ x\n",
Expand Down

0 comments on commit d8888fe

Please sign in to comment.