|
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
)
Public Sub New (
numberOfJobs As Integer,
numberOfWorkers As Integer
)
Request Example
View SourceParameters
- 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