alexej-jordan

Results 5 issues of alexej-jordan

Avoid frequent tiny allocations by implementing specific C++ functionality. This mainly focuses on conversion between `Polymake` native types (`Integer` and `Rational`) and `Oscar` native types (`fmpz` and `fmpq`), as well...

We want to be able to have different field types for computations in Oscar, e.g. have a meaningful implementation of a `Polyhedron{T}`. Field types coming from other parts of Oscar...

Prevent tests from randomly failing if the order of some properties changes or rays are represented differently.

topic: polyhedral geometry

With `halfspace_matrix_pair(ZZ, ...)` we can ask for integral representations of its content. This solves #4682 . In the following example we compare the default case to the integral case and...