Polymake.jl icon indicating copy to clipboard operation
Polymake.jl copied to clipboard

Pass flint types back and forth

Open alexej-jordan opened this issue 4 years ago • 0 comments

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 are usually based on Flint types, which polymake can handle.

For this cause we need to wrap the corresponding polymake type and allow it as an element type for our wrapped small objects like matrices.

alexej-jordan avatar Aug 09 '21 15:08 alexej-jordan