Click or drag to resize
LinearProgrammingDual Method
Returns the optimal dual solution to this linear program

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double[] Dual()

Return Value

Type: Double
the optimal dual solution to this linear program
See Also