InteriorPointAlgorithmKind Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the options for the interior point method algorithm.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Enumeration InteriorPointAlgorithmKind
public enum InteriorPointAlgorithmKind
public enum class InteriorPointAlgorithmKind
type InteriorPointAlgorithmKind
public enum InteriorPointAlgorithmKind

Members

Member name Description
PredictorCorrector Mehrohtra style central path predictor/corrector.
HSD Homogeneous self dual, which can be advantageous for feasibility certification.
SOCP Second-order cone programming solver (also homogeneous self dual).
MKL Do not use.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace