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