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

Optimizer API for Python - Documentation - Mosek Optimizer API for Python - Documentation - Mosek

25.11.2015 Views

288 APPENDIX A. API REFERENCE See also • Task.getxcslice Obtains a slice of the xc vector for a solution. A.2.155 Task.getxcslice() Task.getxcslice( whichsol, first, last, xc) Obtains a slice of the xc vector for a solution. Arguments first : int First index in the sequence. last : int Last index plus 1 in the sequence. whichsol : soltype Selects a solution. xc : double[] Primal constraint solution. Description: See also Obtains a slice of the x c vector for a solution. • Task.getxc Obtains the xc vector for a solution. A.2.156 Task.getxx() Task.getxx( whichsol, xx) Obtains the xx vector for a solution. Arguments

A.2. CLASS TASK 289 whichsol : soltype Selects a solution. xx : double[] The x x vector. Description: Obtains the x x vector for a solution. See also • Task.getxxslice Obtains a slice of the xx vector for a solution. A.2.157 Task.getxxslice() Task.getxxslice( whichsol, first, last, xx) Obtains a slice of the xx vector for a solution. Arguments first : int First index in the sequence. last : int Last index plus 1 in the sequence. whichsol : soltype Selects a solution. xx : double[] Primal variable solution. Description: Obtains a slice of the x x vector for a solution. See also • Task.getxx Obtains the xx vector for a solution.

288 APPENDIX A. <strong>API</strong> REFERENCE<br />

See also<br />

• Task.getxcslice Obtains a slice of the xc vector for a solution.<br />

A.2.155<br />

Task.getxcslice()<br />

Task.getxcslice(<br />

whichsol,<br />

first,<br />

last,<br />

xc)<br />

Obtains a slice of the xc vector for a solution.<br />

Arguments<br />

first : int<br />

First index in the sequence.<br />

last : int<br />

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

whichsol : soltype<br />

Selects a solution.<br />

xc : double[]<br />

Primal constraint solution.<br />

Description:<br />

See also<br />

Obtains a slice of the x c vector for a solution.<br />

• Task.getxc Obtains the xc vector for a solution.<br />

A.2.156<br />

Task.getxx()<br />

Task.getxx(<br />

whichsol,<br />

xx)<br />

Obtains the xx vector for a solution.<br />

Arguments

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

Saved successfully!

Ooh no, something went wrong!