25.11.2015 Views

The MOSEK Python optimizer API manual Version 7.0 (Revision 141)

Optimizer API for Python - Documentation - Mosek

Optimizer API for Python - Documentation - Mosek

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

5.2. LINEAR OPTIMIZATION 31<br />

88 task.putvarbound(j,bkx[j],blx[j],bux[j])<br />

89<br />

90 # Input column j of A<br />

91 task.putacol(j, # Variable (column) index.<br />

92 asub[j], # Row index of non-zeros in column j.<br />

93 aval[j]) # Non-zero Values of column j.<br />

94<br />

95 # Set the bounds on constraints.<br />

96 # blc[i]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!