Click or drag to resize
AssignmentProblemSol Method
Returns the column associated with the specified row in the optimal solution.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int Sol(
	int i
)

Parameters

i
Type: SystemInt32
the row index

Return Value

Type: Int32
the column matched to row i in the optimal solution
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionunless 0 < i < N
See Also