IMSL C# Numerical Library

DenseLP.RefinementType Property

The type of refinement used, if any.

public int RefinementType {get; set;}

Property Value

A int specifying the type of refinement used.

Remarks

The possible settings are:

Value Action
0No refinement. Always compute dual. This is the default.
1Iterative refinement.
2Use extended refinement. Iterate until no more progress.

If refinement is used, the coefficient matrices and other data are saved at the beginning of the computation. When finished this data together with the solution obtained is checked for consistency. If the discrepancy is too large, the solution process is restarted using the problem data just after processing the equalities, but with the final x values and final active set.

See Also

DenseLP Class | Imsl.Math Namespace