OptimizationModelSolver<T>.MaxDegreeOfParallelism Property

Gets or sets the maximum degree of parallelism the solver should use.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual int MaxDegreeOfParallelism { get; set; }

Property Value

Int32

Implements

IParallelized.MaxDegreeOfParallelism

See Also