Oops. It’s bitset_eq instead of bitset_equal. Cheers,
Stefan. > On Mar 7, 2016, at 12:21 PM, Charles Wang <[email protected]> wrote: > > Hi Stefan, > > Many thanks for the fix. Unfortunately when I try it myself I run into some > errors: > > sage/matroids/basis_exchange_matroid.pyx:2304:35: undeclared name not > builtin: bitset_equal > sage/matroids/basis_exchange_matroid.pyx:2304:68: Cannot convert 'bitset_t' > to Python object > > What should I do to correct this? > > Thanks! > Charles > > On Monday, March 7, 2016 at 4:32:37 PM UTC+1, Stefan van Zwam wrote: > Trac ticket (with positive review) here: > > http://trac.sagemath.org/ticket/20172 <http://trac.sagemath.org/ticket/20172> > > Incidentally, it looks like that code has some room for a speed improvement, > by setting self._current_basis to X in the outer loop. I can't think of a > good reason for doing it the way it's done now... But I don't want to spend > time on it myself. > > -- > > --- > You received this message because you are subscribed to the Google Groups > "sage-matroid" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- --- You received this message because you are subscribed to the Google Groups "sage-matroid" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
