MixedIntegerProgrammingDirective.CuttingPlaneGeneration Property

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

Gets or sets a value that indicates whether the cutting plane generation feature is enabled.

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

Syntax

'Declaration
Public Property CuttingPlaneGeneration As Boolean
public bool CuttingPlaneGeneration { get; set; }
public:
property bool CuttingPlaneGeneration {
    bool get ();
    void set (bool value);
}
member CuttingPlaneGeneration : bool with get, set
function get CuttingPlaneGeneration () : boolean
function set CuttingPlaneGeneration (value : boolean)

Property Value

Type: System.Boolean
true if cutting plane generation is enabled; otherwise, false.

.NET Framework Security

See Also

Reference

MixedIntegerProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace