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.

B.2. IPARAM: INTEGER PARAMETERS 461<br />

Possible values:<br />

• <strong>optimizer</strong>type.concurrent <strong>The</strong> <strong>optimizer</strong> for nonconvex nonlinear problems.<br />

• <strong>optimizer</strong>type.conic <strong>The</strong> <strong>optimizer</strong> for problems having conic constraints.<br />

• <strong>optimizer</strong>type.dual simplex <strong>The</strong> dual simplex <strong>optimizer</strong> is used.<br />

• <strong>optimizer</strong>type.free <strong>The</strong> <strong>optimizer</strong> is chosen automatically.<br />

• <strong>optimizer</strong>type.free simplex One of the simplex <strong>optimizer</strong>s is used.<br />

• <strong>optimizer</strong>type.intpnt <strong>The</strong> interior-point <strong>optimizer</strong> is used.<br />

• <strong>optimizer</strong>type.mixed int <strong>The</strong> mixed-integer <strong>optimizer</strong>.<br />

• <strong>optimizer</strong>type.mixed int conic <strong>The</strong> mixed-integer <strong>optimizer</strong> for conic and linear problems.<br />

• <strong>optimizer</strong>type.network primal simplex <strong>The</strong> network primal simplex <strong>optimizer</strong> is used.<br />

It is only applicable to pute network problems.<br />

• <strong>optimizer</strong>type.nonconvex <strong>The</strong> <strong>optimizer</strong> for nonconvex nonlinear problems.<br />

• <strong>optimizer</strong>type.primal dual simplex <strong>The</strong> primal dual simplex <strong>optimizer</strong> is used.<br />

• <strong>optimizer</strong>type.primal simplex <strong>The</strong> primal simplex <strong>optimizer</strong> is used.<br />

Default value:<br />

<strong>optimizer</strong>type.free<br />

B.2.90<br />

iparam.mio node selection<br />

Corresponding constant:<br />

iparam.mio node selection<br />

Description:<br />

Controls the node selection strategy employed by the mixed-integer <strong>optimizer</strong>.<br />

Possible values:<br />

• mionodeseltype.best <strong>The</strong> <strong>optimizer</strong> employs a best bound node selection strategy.<br />

• mionodeseltype.first <strong>The</strong> <strong>optimizer</strong> employs a depth first node selection strategy.<br />

• mionodeseltype.free <strong>The</strong> <strong>optimizer</strong> decides the node selection strategy.<br />

• mionodeseltype.hybrid <strong>The</strong> <strong>optimizer</strong> employs a hybrid strategy.<br />

• mionodeseltype.pseudo <strong>The</strong> <strong>optimizer</strong> employs selects the node based on a pseudo cost<br />

estimate.<br />

• mionodeseltype.worst <strong>The</strong> <strong>optimizer</strong> employs a worst bound node selection strategy.<br />

Default value:<br />

mionodeseltype.free

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

Saved successfully!

Ooh no, something went wrong!