]> gitweb.michael.orlitzky.com - dunshire.git/history - src/dunshire/symmetric_linear_game.py
Add a unit test for the ice cream cone solution.
[dunshire.git] / src / dunshire / symmetric_linear_game.py
2016-10-10 Michael OrlitzkyAdd a unit test for the ice cream cone solution.
2016-10-10 Michael OrlitzkyAdd a first unit test to check that a solution is alway...
2016-10-10 Michael OrlitzkyTranspose the input matrix "L" by default and document...
2016-10-06 Michael OrlitzkyAdd doctests for the solution of some easy games.
2016-10-06 Michael OrlitzkyAdd the game dual() method and document symmetric_linea...
2016-10-06 Michael OrlitzkyReorganize the source under src/dunshire.