CutKind 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 cuts that a solver can generate.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CutKind
[FlagsAttribute]
public enum CutKind
[FlagsAttribute]
public enum class CutKind
[<FlagsAttribute>]
type CutKind
public enum CutKind

Members

Member name Description
None No cuts.
GomoryFractional Gomory cuts.
Cover Cover cuts.
MixedCover Mixed cover cuts.
FlowCover Flow cover cuts.
Default The default set of cuts.
All All cuts.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace