Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Polymake v0.3.0 #3

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

kalmarek
Copy link
Contributor

@kalmarek kalmarek commented Jan 2, 2020

This is to align OscarPolytope.jl with recent developments in Polymake.jl

As we're doing this these questions need to be answered:

  • are we doing colum-major (julia style) or row-major (polymake style) input/output? ← at the moment it's column-major @saschatimme @micjoswig
  • what kind of integration with Nemo types do we need? @fieker
  • what are the use-cases for Polyhedron, etc. What kind of constructors, functionalities do you need @fieker

@fieker
Copy link
Contributor

fieker commented Mar 6, 2020

OK: I'd do row matrices as this is the Oscar default - and dictated by non-commutative modules (2 months of discussions)
Use cases: many, possibly. So far I have inequalities, lattice points in polytopes and Hilbert basis of cones (to be precise in github.com/fieker/Oscar.jl#fieker/ in Polymake
plus some in Rings/mpoly-graded

@thofma
Copy link

thofma commented Mar 6, 2020

For my application, I have a set of points (as rows) and need the convex hull as a polytope. For this polytope I need to iterate over the faces and facets.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants