Report Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the Report class.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Protected Sub New ( _
context As SolverContext, _
solver As ISolver, _
solution As Solution, _
solutionMapping As SolutionMapping _
)
protected Report(
SolverContext context,
ISolver solver,
Solution solution,
SolutionMapping solutionMapping
)
protected:
Report(
SolverContext^ context,
ISolver^ solver,
Solution^ solution,
SolutionMapping^ solutionMapping
)
new :
context:SolverContext *
solver:ISolver *
solution:Solution *
solutionMapping:SolutionMapping -> Report
protected function Report(
context : SolverContext,
solver : ISolver,
solution : Solution,
solutionMapping : SolutionMapping
)
Parameters
- context
Type: Microsoft.SolverFoundation.Services.SolverContext
The services provided to the solver.
- solver
Type: Microsoft.SolverFoundation.Services.ISolver
The solver used to solve the model.
- solution
Type: Microsoft.SolverFoundation.Services.Solution
The result of solving a model.
- solutionMapping
Type: Microsoft.SolverFoundation.Services.SolutionMapping
An object that maps between model and solver level terms.
.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.