Closed drvinceknight closed 10 years ago
Found one error and it's almost fixed here: 9feae22f329e5e62caada2aeb69943624596f10f
Have added some tests that fail, they still fail in certain spots. Currently investigating whether or not they should fail or if I need to rewrite the tests.
Have fixed enumeration (it was a neat bug): 140342cdb41feb5911da8710150939bc17501e7e
Now moving on to bug in lrs: I think it's something not right in the parser.
This is now fixed and merged back in to 16954
: c7e42b7618ee46f81443b626b4fc3b5aa8fb095a
Just working on weird issue of the PIPE docs thing.
See http://trac.sagemath.org/ticket/16954#comment:35
Have created a new branch: https://github.com/theref/sage-game-theory/tree/fix_enumeration_for_pure
I have a hunch that it's the pruning so going to try and remove. Writing tests that will fail first of all.