Mike Stillman
Mike Stillman
I don't see your timings. I get something like: ``` i1 : exponentMatrix = B -> transpose matrix apply(numcols B, c -> first exponents B_(0,c)); i2 : kk = ZZ/32003;...
I'll add in the timing, once the build has fiinished too.
The time to run each example (that is not captured) is quite large. I will edit this and leave some timings soon. edit: While building under cmake, I get e.g....
I tested a build which was closer to a month ago (engine-parallel-fix, before it got merged in), some timings (note, almost all timings for all of the examples seemed to...
A few notes about this. - It compiled fine for me - Using it in the vscode extension: - After e.g. `help matrix`, the example code is made into a...
@d-torrance Do you see any issues with the changes to use of stdin and stderr? It seems that since this is done only for webapp mode, it should not be...
@ggsmith Should we accept this change? We can back off from it if we find it really slows down some examples.
In reality, we probably want to remove that version of intersection, as it has an easy description in the newer Polyhedra package (I believe it is identical to `polyhedronFromHData`).
@mahrud You say these should all be projective. Why is that the case? Is it something special about this example?
@mahrud I think the advantage of OldPolyhedra is simply that the authors aren't around or have changed interest, and so they haven't been changed. For the first two, I think...