Try this guy:
Code: Select all
\[ \begin{array}{rlr}
\mbox{minimize} & \sum c_{ij}x_{ij} \\
\mbox{subject to} & \sum\limits_{j=1}^{n}x_{ij} - \sum\limits_{k=1}^{n}x_{ki} & i=1,2,...,n\\
& x_{ij} \ge 0 & i,j=1,2,...,n.
\end{array}
\]
1) The n from the constraints (above summation in second line) looks like its supposed to be the index for the top-line summation, so line spacing between equations needs to be increased ... how?
2) Can the columns of the array be spaced out more, so that "minimize" is spaced farther left from the equations, and the listing of $i=1...n" is farther right? I think the right column especially should be spaced farther away from the text and equations. Greater spacing between columns would also be helpful.
Any ideas?