LinearProgram.SolveModel Method

Solves the model and returns a report detailing the solution.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected override OptimizationSolutionReport SolveModel()

Return Value

OptimizationSolutionReport
A report that contains details of the solution.

See Also