Click or drag to resize
TwoPersonZeroSumGame Constructor
Determines an optimal solution to the two-sum zero-sum game with the specified payoff matrix.

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

Parameters

payoff
Type: SystemDouble
the M-by-N payoff matrix
See Also