ILinearSolver.GetReport Method

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

Returns the sensitivity report for a linear programming solver.

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

Syntax

'Declaration
Function GetReport ( _
    reportType As LinearSolverReportType _
) As ILinearSolverReport
ILinearSolverReport GetReport(
    LinearSolverReportType reportType
)
ILinearSolverReport^ GetReport(
    LinearSolverReportType reportType
)
abstract GetReport : 
        reportType:LinearSolverReportType -> ILinearSolverReport 
function GetReport(
    reportType : LinearSolverReportType
) : ILinearSolverReport

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.ILinearSolverReport
The linear solver report.

.NET Framework Security

See Also

Reference

ILinearSolver Interface

Microsoft.SolverFoundation.Services Namespace