Click or drag to resize
Accord.NET (logo)

Munkres Constructor (Int32, Int32)

Initializes a new instance of the Munkres class.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Munkres(
	int numberOfJobs,
	int numberOfWorkers
)
Request Example View Source

Parameters

numberOfJobs
Type: SystemInt32
The number of jobs (tasks) that can be assigned.
numberOfWorkers
Type: SystemInt32
The number of workers that can receive an assignment.
See Also