ManagedIterativeAlgorithm<T, TError, TReport>.SolutionReport Property

Gets the result of an algorithm after it has executed.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual TReport SolutionReport { get; }

Property Value

TReport
A SolutionReport<T>.

See Also