ConstraintSystem.ModelConstructionMode Enumeration

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

Defines the modes for model construction.

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

Syntax

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

Members

Member name Description
FullSpeed Load in full without performing propagation or search.
DebugLight Perform propagations after each constraint is added, which may produce conflicts.
DebugHeavy Search for one solution after each constraint is added, so that there are no conflicts.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace