Hi guys, I'm trying to learn how to input a two person zero-sum game matrix into TORA (a linear programming solver tool). If I have a 2x2 game matrix, how would I enter it in TORA to solve via linear programming?
For instance...
_______
| 5 | -1 |
| 2 | 4 |
------------
I know the optimal solution for the row player would be (5/8, 3/8), but I dont know how to enter it in TORA. Any help out there?
For instance...
_______
| 5 | -1 |
| 2 | 4 |
------------
I know the optimal solution for the row player would be (5/8, 3/8), but I dont know how to enter it in TORA. Any help out there?