Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
AssignmentProblem Class
AssignmentProblem Constructor
AssignmentProblem Methods
AssignmentProblem Constructor
Determines an optimal solution to the assignment problem.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
AssignmentProblem
(
double
[,]
weight
)
Parameters
weight
Type:
System
Double
the
N
-by-
N
matrix of weights
Exceptions
Exception
Condition
ArgumentException
unless all weights are nonnegative
NullReferenceException
if
weight
is
null
See Also
Reference
AssignmentProblem Class
Algs4Net Namespace