e.g:
x1 + x2 <= 15
3x1 + 4x2 + 5x3 <= 40
2x1 + 2x2 <= 20
gets reduced to:
3x1 + 3x2 <= 35
3x1 + 4x2 + 5x3 <= 40
or :
3x1 + 3x2 <= 35
x2 + 5x3 <= 5
--
You received this message because you are subscribed to the Google Groups "CVXOPT" group.
To post to this group, send email to cvx...@googlegroups.com.
To unsubscribe from this group, send email to cvxopt+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cvxopt?hl=en.