SimplexSolverParams.MixedIntegerGomoryCutRoundLimit 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 limit on generating cutting planes.

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

Syntax

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

Property Value

Type: System.Int32
The limit on generating cutting planes.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace