Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
The number of workers.
See Also