AssignmentProblemDualCol Method |
Returns the dual optimal value for the specified column.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double DualCol(
int j
)
Parameters
- j
- Type: SystemInt32
the column index
Return Value
Type:
Doublethe dual optimal value for column
j
Exceptions
See Also