LinearReport.InfeasibilityReport Property

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

Gets the infeasibility report from a solver.

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

Syntax

'Declaration
Protected ReadOnly Property InfeasibilityReport As ILinearSolverInfeasibilityReport
protected ILinearSolverInfeasibilityReport InfeasibilityReport { get; }
protected:
property ILinearSolverInfeasibilityReport^ InfeasibilityReport {
    ILinearSolverInfeasibilityReport^ get ();
}
member InfeasibilityReport : ILinearSolverInfeasibilityReport
function get InfeasibilityReport () : ILinearSolverInfeasibilityReport

Property Value

Type: Microsoft.SolverFoundation.Services.ILinearSolverInfeasibilityReport
The infeasibility report from the solver.

.NET Framework Security

See Also

Reference

LinearReport Class

Microsoft.SolverFoundation.Services Namespace