Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polyhedron_normaliz: Expose computation options #22645

Open
mkoeppe opened this issue Mar 19, 2017 · 3 comments
Open

Polyhedron_normaliz: Expose computation options #22645

mkoeppe opened this issue Mar 19, 2017 · 3 comments

Comments

@mkoeppe
Copy link
Contributor

mkoeppe commented Mar 19, 2017

Normaliz has several computation options. They should be exposed by the Polyhedron_normaliz constructor.

4.3. Algorithmic variants

The default choice is the Normaliz primal algorithm that is based on a (partial) triangulation.

DualMode, -d activates the dual algorithm for the computation of the Hilbert basis and degree
1 elements. Includes HilbertBasis, unless Deg1Elements is set. It overrules
IsIntegrallyClosed.

Approximate, -r activates the approximation algorithm for the computation of degree 1 elements.
Nevertheless it does not imply Deg1Elements (we don’t want to block potential
other applications of Approximate.)

BottomDecomposition, -b tells Normaliz to use bottom decomposition in the primal algorithm.

KeepOrder, -k forbids Normaliz to reorder the generators of the efficient cone C. Only
useful if original monoid generators are defined. Blocks BottomDecomposition.

(from Normaliz manual section 4.3.)

CC: @w-bruns @jplab

Component: geometry

Keywords: IMA-PolyGeom

Issue created by migration from https://trac.sagemath.org/ticket/22645

@mkoeppe mkoeppe added this to the sage-8.0 milestone Mar 19, 2017
@jplab
Copy link

jplab commented Apr 2, 2018

Changed keywords from none to IMA-PolyGeom

@mkoeppe
Copy link
Contributor Author

mkoeppe commented May 1, 2020

comment:2

Moving some tickets to 9.2. This is not a promise that I will be working on them.

@mkoeppe mkoeppe modified the milestones: sage-8.0, sage-9.2 May 1, 2020
@mkoeppe mkoeppe modified the milestones: sage-9.2, sage-9.3 Aug 29, 2020
@mkoeppe
Copy link
Contributor Author

mkoeppe commented Feb 13, 2021

comment:4

Setting new milestone based on a cursory review of ticket status, priority, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Feb 13, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Jul 19, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 14, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 Mar 5, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Aug 31, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.8, sage-9.9 Jan 7, 2023
@mkoeppe mkoeppe modified the milestones: sage-10.0, sage-10.1 Apr 30, 2023
@mkoeppe mkoeppe removed this from the sage-10.1 milestone Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants