Dima Pasechnik

Results 290 comments of Dima Pasechnik
trafficstars

it's not realistic to compute the conjugacy classes of subgroups of $S_{42}$, these are way too many

> This method implements the generator of all cographs of order proposd in [JPD2018]. proposed - typo >[...] Hence, the overall complexity of the algorithm is looks like O(n*Mn) but...

Have you re-used any code or design from Marianna Spyrakou's work? If so, her name should be in copyright notice.

Any reason to re-implement next partition? Lexicographically next partition to a given one can be done by Sage already. e.g. ``` sage: m=Partitions(8) sage: m.next([8]) [7, 1] sage: m.next(m.next([8])) [6,...

> > Any reason to re-implement next partition? Lexicographically next partition to a given one can be done by Sage already. e.g. > > ``` > > sage: m=Partitions(8) >...

Qepcad has been updated in 10.3, see https://github.com/sagemath/sage/pull/36837 Not sure if this has fixed this issue, though.

I agree that it's a SageMath bug, but not in the sense that SageMath forgot to do Debian/Ubuntu packaging. It's rather has made it very hard to do this.

@edgarcosta All I can say that a fresh install of Homebrew on x86_64 macOS 14.4 does include the header file checked on in #38021 - on which I can't comment...

Well, it's not 100% fine. Wrong version in `flint.pc`. ``` prefix=/usr/local/Cellar/flint/3.1.3 exec_prefix=${prefix} includedir=${prefix}/include libdir=/usr/local/Cellar/flint/3.1.3/lib Name: FLINT Description: Fast Library for Number Theory Version: 3.1.0 URL: https://flintlib.org/ Requires: gmp >= 6.2.1...