InteriorPointMethodAlgorithm Enumeration

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

Defines the types of interior point method algorithms.

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

Syntax

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

Members

Member name Description
Default An algorithm chosen by the solver.
PredictorCorrector The predictor/corrector algorithm.
HomogeneousSelfDual The homogeneous self-dual algorithm.
PredictorMultiCorrector The predictor/multicorrector algorithm.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace