|
MunkresNumberOfTasks Property
|
Gets the number of variables (free parameters)
in the optimization problem. In the assigment
problem, this gives the number of jobs (or tasks)
to be performed.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public int NumberOfTasks { get; }
Public ReadOnly Property NumberOfTasks As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32The number of tasks in the assignment problem.
See Also