16.01.2015 Views

GAMS — The Solver Manuals - Available Software

GAMS — The Solver Manuals - Available Software

GAMS — The Solver Manuals - Available Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

90 COIN-OR<br />

linear system scaling: Method for scaling the linear system.<br />

Determines the method used to compute symmetric scaling factors for the augmented system (see also the<br />

”linear scaling on demand” option). This scaling is independent of the NLP problem scaling. By default, MC19<br />

is only used if MA27 or MA57 are selected as linear solvers. This option is only available if Ipopt has been<br />

compiled with MC19. <strong>The</strong> default value for this string option is ”mc19”.<br />

Possible values:<br />

• none: no scaling will be performed<br />

• mc19: use the Harwell routine MC19<br />

pardiso library: path and filename of PARDISO library for dynamic load<br />

Specify the path to a PARDISO library that and can be load via dynamic linking. Note, that you still need to<br />

specify to pardiso as linear solver.<br />

MA27 Linear <strong>Solver</strong><br />

ma27 ignore singularity: Enables MA27’s ability to solve a linear system even if the matrix is singular.<br />

Setting this option to ”yes” means that Ipopt will call MA27 to compute solutions for right hand sides, even if<br />

MA27 has detected that the matrix is singular (but is still able to solve the linear system). In some cases this<br />

might be better than using Ipopt’s heuristic of small perturbation of the lower diagonal of the KKT matrix. <strong>The</strong><br />

default value for this string option is ”no”.<br />

Possible values:<br />

• no: Don’t have MA27 solve singular systems<br />

• yes: Have MA27 solve singular systems<br />

ma27 la init factor: Real workspace memory for MA27.<br />

<strong>The</strong> initial real workspace memory = la init factor * memory required by unfactored system. Ipopt will increase<br />

the workspace size by meminc factor if required. This option is only available if Ipopt has been compiled with<br />

MA27. <strong>The</strong> valid range for this real option is 1 ≤ ma27 la init factor < +inf and its default value is 5.<br />

ma27 liw init factor: Integer workspace memory for MA27.<br />

<strong>The</strong> initial integer workspace memory = liw init factor * memory required by unfactored system. Ipopt will<br />

increase the workspace size by meminc factor if required. This option is only available if Ipopt has been compiled<br />

with MA27. <strong>The</strong> valid range for this real option is 1 ≤ ma27 liw init factor < +inf and its default value is 5.<br />

ma27 meminc factor: Increment factor for workspace size for MA27.<br />

If the integer or real workspace is not large enough, Ipopt will increase its size by this factor. This option is only<br />

available if Ipopt has been compiled with MA27. <strong>The</strong> valid range for this real option is 1 ≤ ma27 meminc factor <<br />

+inf and its default value is 10.<br />

ma27 pivtol: Pivot tolerance for the linear solver MA27.<br />

A smaller number pivots for sparsity, a larger number pivots for stability. This option is only available if Ipopt<br />

has been compiled with MA27. <strong>The</strong> valid range for this real option is 0 < ma27 pivtol < 1 and its default value<br />

is 1 · 10 −08 .<br />

ma27 pivtolmax: Maximum pivot tolerance for the linear solver MA27.<br />

Ipopt may increase pivtol as high as pivtolmax to get a more accurate solution to the linear system. This<br />

option is only available if Ipopt has been compiled with MA27. <strong>The</strong> valid range for this real option is 0 <<br />

ma27 pivtolmax < 1 and its default value is 0.0001.

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

Saved successfully!

Ooh no, something went wrong!