ILinearSolverInfeasibilityReport Interface

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

Defines a report for infeasible results.

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

Syntax

'Declaration
Public Interface ILinearSolverInfeasibilityReport _
    Inherits ILinearSolverReport
public interface ILinearSolverInfeasibilityReport : ILinearSolverReport
public interface class ILinearSolverInfeasibilityReport : ILinearSolverReport
type ILinearSolverInfeasibilityReport =  
    interface
        interface ILinearSolverReport
    end
public interface ILinearSolverInfeasibilityReport extends ILinearSolverReport

The ILinearSolverInfeasibilityReport type exposes the following members.

Properties

  Name Description
Public property IrreducibleInfeasibleSet Gets the infeasibility constraint set.

Top

See Also

Reference

Microsoft.SolverFoundation.Services Namespace