gambitproject / gambit

Gambit: The package for computation in game theory
http://www.gambit-project.org
GNU General Public License v2.0
400 stars 150 forks source link

Fix bug in formulating LP tableau for sequence form. #422

Closed tturocy closed 9 months ago

tturocy commented 9 months ago

This corrects a bug in formulating the LP tableau for the sequence form. Specifically, there was a missing parenthesis in setting tableau entries; the effect of this is that the tableau was incorrect in the case of a game which had a chance node that was not the root node.

This closes #134