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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

A.2. CLASS TASK 229<br />

i : int<br />

Index of the constraint or variable for which the bound information should be obtained.<br />

Description:<br />

Obtains bound information for one constraint or variable.<br />

A.2.45<br />

Task.getboundslice()<br />

Task.getboundslice(<br />

accmode,<br />

first,<br />

last,<br />

bk,<br />

bl,<br />

bu)<br />

Obtains bounds information for a sequence of variables or constraints.<br />

Arguments<br />

accmode : accmode<br />

Defines if operations are performed row-wise (constraint-oriented) or column-wise (variableoriented).<br />

bk : mosek.boundkey[]<br />

Bound keys.<br />

bl : double[]<br />

Values for lower bounds.<br />

bu : double[]<br />

Values for upper bounds.<br />

first : int<br />

First index in the sequence.<br />

last : int<br />

Last index plus 1 in the sequence.<br />

Description:<br />

Obtains bounds information for a sequence of variables or constraints.<br />

A.2.46<br />

Task.getc()<br />

Task.getc(c)

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

Saved successfully!

Ooh no, something went wrong!