ILinearSolverInfeasibilityReport.IrreducibleInfeasibleSet Property

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

Gets the infeasibility constraint set.

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

Syntax

'Declaration
ReadOnly Property IrreducibleInfeasibleSet As IEnumerable(Of Integer)
IEnumerable<int> IrreducibleInfeasibleSet { get; }
property IEnumerable<int>^ IrreducibleInfeasibleSet {
    IEnumerable<int>^ get ();
}
abstract IrreducibleInfeasibleSet : IEnumerable<int>
function get IrreducibleInfeasibleSet () : IEnumerable<int>

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>
The infeasibility constraint set.

.NET Framework Security

See Also

Reference

ILinearSolverInfeasibilityReport Interface

Microsoft.SolverFoundation.Services Namespace