Morgan Rodgers

Results 58 comments of Morgan Rodgers

> What the status of this PR? Has just been on the back burner for a bit while I've been doing other OSCAR things. Hoping to get back to it...

Yeah, I've been running for about 20 minutes (M3 machine), Julia currently lists itself in Activity Monitor as using 17.62GB but if I look in `htop`, it is using around...

OK, as discussed in triage maybe @jankoboehm and @hannes14 can look into why this particular situation takes so much time / memory, and if there is an actual bug to...

This IS something that we want to support in general somewhere down the line, but working on it is low-priority at the moment (as decided in triage)

from triage: @hannes14 will run this in the debugger to try to see what is going wrong

It seems the wrong Groebner basis is being computed somewhere, this is being looked into and will be revisited next week.

@hannes14 is working on fixing this, it has to do with using the proper block ordering.

I agree personally, as did triage; we shouldn't give this message for every error (there are other possible errors that could occur). I'll commit your suggestion (and fix the other...

Some interesting benchmarks running symmetric group of degree k = 5 / 50 / 500 on either a set or vector of size 2. Run using BenchmarkTools `@benchmark` on `orbit(Omega,...

Here is the current code I am using to generate the benchmarks. I can't get the GAP calls to work correctly with `OnSets` / `OnPairs`, any advice on this? (It...