SimplexSolver.GetReport Method (SolverContext, Solution, SolutionMapping)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a report associated with a solve attempt.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function GetReport ( _
context As SolverContext, _
solution As Solution, _
solutionMapping As SolutionMapping _
) As Report
public Report GetReport(
SolverContext context,
Solution solution,
SolutionMapping solutionMapping
)
public:
virtual Report^ GetReport(
SolverContext^ context,
Solution^ solution,
SolutionMapping^ solutionMapping
) sealed
abstract GetReport :
context:SolverContext *
solution:Solution *
solutionMapping:SolutionMapping -> Report
override GetReport :
context:SolverContext *
solution:Solution *
solutionMapping:SolutionMapping -> Report
public final function GetReport(
context : SolverContext,
solution : Solution,
solutionMapping : SolutionMapping
) : Report
Parameters
- context
Type: Microsoft.SolverFoundation.Services.SolverContext
The services provided to solvers.
- solution
Type: Microsoft.SolverFoundation.Services.Solution
The result of solving a model.
- solutionMapping
Type: Microsoft.SolverFoundation.Services.SolutionMapping
An object that maps between model-level terms and solver-level terms.
Return Value
Type: Microsoft.SolverFoundation.Services.Report
A report.
Implements
IReportProvider.GetReport(SolverContext, Solution, SolutionMapping)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.