InteriorPointSolver.GetReport Method (LinearSolverReportType)

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

Generates a sensitivity report.

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

Syntax

'Declaration
Public Function GetReport ( _
    reportType As LinearSolverReportType _
) As ILinearSolverReport
public ILinearSolverReport GetReport(
    LinearSolverReportType reportType
)
public:
virtual ILinearSolverReport^ GetReport(
    LinearSolverReportType reportType
) sealed
abstract GetReport : 
        reportType:LinearSolverReportType -> ILinearSolverReport 
override GetReport : 
        reportType:LinearSolverReportType -> ILinearSolverReport 
public final function GetReport(
    reportType : LinearSolverReportType
) : ILinearSolverReport

Parameters

Return Value

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

Implements

ILinearSolver.GetReport(LinearSolverReportType)

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

GetReport Overload

Microsoft.SolverFoundation.Solvers Namespace