AssignmentProblemSol Method |
Returns the column associated with the specified row in the optimal solution.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxParameters
- i
- Type: SystemInt32
the row index
Return Value
Type:
Int32the column matched to row
i in the optimal solution
Exceptions
See Also