DecompositionType Enumeration

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

Defines the type of decomposition to use during the solve process.

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

Syntax

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

Members

Member name Description
Automatic The solver chooses whether to use decomposition.
Disabled Do not use decomposition. Instead, form the Deterministic Equivalent.
Enabled Use decomposition.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace