Mike Stillman

Results 118 comments of Mike Stillman

Hmm, I thought I had a compile error just a few days ago with respect to tests in mathicgb, but cannot reproduce it currently on cmake build, so maybe we...

Interesting, it is assuming it needs to compute a Groebner basis to determine if 1 is in the basis or not (actually, it does need to determine that). But in...

Using polyhedral code in the multi-graded case, on larger examples, is way preferable, it seems. However, that might be quite a bit of overhead in simpler multi-graded settings. I wonder...

@pzinn I'll look at this

Here is a question that I posted in another issue #2901 this morning: Some functions (or at least one) appear to be gone, or perhaps renamed. I was just asked...

> I thought about this, but I suspected there may be more changes coming (like these suggestions) and figured it might be good to wait until things have settled. >...

No, LLVM clang++ should work, even the one from apple. Did you also give it the -L option to be able to link with libomp? Did you install libomp via...

@trevorkarn What processor is in your mac?

If $M$ and $N$ are both left and right $R$-modules, what would `Hom(M,N)` return?

I guess we could have an optional argument LeftModules, or RightModules (or something similar).