alexej-jordan

Results 6 comments of alexej-jordan

The working methods you mentioned each are defined in `Base` for a combination of an `AbstractArray` and a `Number`, which actually refer to a special broadcasting function. Now `fmpq` is...

@lkastner mentioned that there is a difference between specifying e.g. `POINTS` and `VERTICES` as input. We already utilize this for some objects/constructions within Oscar, like the constructor for `Cone`, by...

The problem for this case is that the secondary cone is actually the whole 3-space, i.e. the secondary fan only consists of this single cone. `polymake` does not work properly...

in my exys, the advantages overweigh the disadvantages. especially now, in context of the coming documentation, the generated markdown files sound promising. but we probably need to exclude the polydb...

intuitively, i would have separate files (e.g. `integers_full.jl` and `integers_fast.jl`), so the `runtests.jl` file only needs to check which tests to run once and include the corresponding files. on the...

i just opened issue #314 which has to do with this. besides that, how much of this issue was solved with #306 ?