Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Provide an implementation of Hilbert series without Singular's limita…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
simon-king-jena committed Sep 7, 2018
1 parent fc36a57 commit 1a6c6dc
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/module_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,9 @@ def uname_specific(name, value, alternative):
Extension('sage.rings.polynomial.laurent_polynomial',
sources = ['sage/rings/polynomial/laurent_polynomial.pyx']),

Extension('sage.rings.polynomial.hilbert',
sources = ['sage/rings/polynomial/hilbert.pyx']),

Extension('sage.rings.polynomial.multi_polynomial',
sources = ['sage/rings/polynomial/multi_polynomial.pyx']),

Expand Down
Loading

0 comments on commit 1a6c6dc

Please sign in to comment.