]> gitweb.michael.orlitzky.com - dunshire.git/blob - test/failures/002.py
Add two small, well-conditioned games that fail solution as test cases.
[dunshire.git] / test / failures / 002.py
1 from dunshire import *
2 L = [[1.54159395026049472754, 2.21344728574316684799],
3 [1.33147433507846657541, 1.17913616272988108769]]
4 K = NonnegativeOrthant(2)
5 e1 = [0.39903040089404784307, 0.12377403622479113410]
6 e2 = [0.15695181142215544612, 0.85527381344651265405]
7 SLG = SymmetricLinearGame(L, K, e1, e2)