]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - test/failures/01.py
Add a new failing test case.
[dunshire.git] / test / failures / 01.py
diff --git a/test/failures/01.py b/test/failures/01.py
new file mode 100644 (file)
index 0000000..e6658c8
--- /dev/null
@@ -0,0 +1,7 @@
+from dunshire import *
+L = [[57.22233908627052301199, 41.70631373437460354126],
+     [83.04512571985074487202, 57.82581810406928468637]]
+K = NonnegativeOrthant(2)
+e1 = [7.31887017043399268346, 0.89744171905822367474]
+e2 = [0.11099824781179848388, 6.12564670639315345113]
+SLG = SymmetricLinearGame(L,K,e1,e2)