]> gitweb.michael.orlitzky.com - dunshire.git/blob - test/failures/01.py
Add a new failing test case.
[dunshire.git] / test / failures / 01.py
1 from dunshire import *
2 L = [[57.22233908627052301199, 41.70631373437460354126],
3 [83.04512571985074487202, 57.82581810406928468637]]
4 K = NonnegativeOrthant(2)
5 e1 = [7.31887017043399268346, 0.89744171905822367474]
6 e2 = [0.11099824781179848388, 6.12564670639315345113]
7 SLG = SymmetricLinearGame(L,K,e1,e2)