X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2Ffailures%2F001.py;fp=test%2Ffailures%2F001.py;h=5e45ee8a231259bc077c4453cfea255e371b3948;hb=dce6c6d8c8850a66fa2572b888d1f3c7ad3c8342;hp=0000000000000000000000000000000000000000;hpb=7080424243887787b6ff925d611a837e8229ec6e;p=dunshire.git diff --git a/test/failures/001.py b/test/failures/001.py new file mode 100644 index 0000000..5e45ee8 --- /dev/null +++ b/test/failures/001.py @@ -0,0 +1,7 @@ +from dunshire import * +L = [[-0.95237953890954685221, 1.83474556206462535712], + [ 1.30481749924621448500, 1.65278664543326403447]] +K = NonnegativeOrthant(2) +e1 = [0.95477167524644313001, 0.63270781756540095397] +e2 = [0.39633793037154141370, 0.10239281495640320530] +SLG = SymmetricLinearGame(L, K, e1, e2)