Click or drag to resize
AssignmentProblemDualRow Method
Returns the dual optimal value for the specified row.

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

Parameters

i
Type: SystemInt32
the row index

Return Value

Type: Double
the dual optimal value for row i
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionunless 0 < i < N
See Also