barrier ordering algorithm
Sets the algorithm to be used to permute the rows of the constraint matrix in order to reduce fill in the Cholesky factor.
Purpose
Barrier ordering algorithm
|
Description
Sets the algorithm to be used to permute the rows of the constraint matrix in order to reduce fill in the Cholesky factor.
| Value | Meaning |
|---|---|
| 0 | Automatic: let CPLEX choose; default |
| 1 | Approximate minimum degree (AMD) |
| 2 | Approximate minimum fill (AMF) |
| 3 | Nested dissection (ND) |