OptimizationModelSolver<T>.HasSharedDegreeOfParallelism Property

Gets whether all instances of the solver have the same degree of parallelism.

Definition

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

Property Value

Boolean

Implements

IParallelized.HasSharedDegreeOfParallelism

See Also