SimplexSolverParams.CutKinds Property

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

Gets or sets the kinds of cuts that are generated.

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

Syntax

'Declaration
Public Property CutKinds As CutKind
public CutKind CutKinds { get; set; }
public:
property CutKind CutKinds {
    CutKind get ();
    void set (CutKind value);
}
member CutKinds : CutKind with get, set
function get CutKinds () : CutKind
function set CutKinds (value : CutKind)

Property Value

Type: Microsoft.SolverFoundation.Solvers.CutKind
The kinds of cuts that are generated.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace