Click or drag to resize
AssignmentProblemDualCol Method
Returns the dual optimal value for the specified column.

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

Parameters

j
Type: SystemInt32
the column index

Return Value

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