OptimizationModel.SolveModel Method

Solves the model and returns a report detailing the solution.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected abstract OptimizationSolutionReport SolveModel()

Return Value

OptimizationSolutionReport
A report that contains details of the solution.

See Also