Click or drag to resize
TwoPersonZeroSumGameRow Method
Returns the optimal row strategy of this two-person zero-sum game.

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

Return Value

Type: Double
the optimal row strategy X of this two-person zero-sum game
See Also