|
MunkresNumberOfWorkers Property
|
Gets or sets the number of workers in the assignment algorithm.
The workers are the entites that can be assigned jobs according
to the costs in the
CostMatrix.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public int NumberOfWorkers { get; }
Public ReadOnly Property NumberOfWorkers As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32The number of workers.
See Also