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

Commit

Permalink
Merge branch 'public/combiat/6629-new-version' of git://trac.sagemath…
Browse files Browse the repository at this point in the history
….org/sage into public/combiat/6629-new-version
  • Loading branch information
tscrim committed Feb 24, 2021
2 parents 8453ffb + 5c955e2 commit 1c1fdf1
Show file tree
Hide file tree
Showing 12 changed files with 9,822 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/doc/en/reference/combinat/multivariate_polynomials.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Multivariate Polynomials
========================

.. toctree::
:maxdepth: 2

../sage/combinat/multivariate_polynomials/multivariate_polynomials
4 changes: 4 additions & 0 deletions src/sage/combinat/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@
# Six Vertex Model
lazy_import('sage.combinat.six_vertex_model', 'SixVertexModel')

#Schubert, Grothendieck, etc
from .multivariate_polynomials.all import *

# sine-Gordon Y-systems
lazy_import('sage.combinat.sine_gordon', 'SineGordonYsystem')

Expand All @@ -233,3 +236,4 @@

# Path Tableaux
lazy_import('sage.combinat.path_tableaux', 'catalog', as_='path_tableaux')

1 change: 1 addition & 0 deletions src/sage/combinat/multivariate_polynomials/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 3 additions & 0 deletions src/sage/combinat/multivariate_polynomials/all.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from multivariate_polynomials import MultivariatePolynomialAlgebra
#from double_multivariate_polynomials import DoubleMultivariatePolynomialAlgebra
from bases import SchubertPolynomialsOnVectors, DemazurePolynomials, DemazureHatPolynomials, GrothendieckPolynomials
Loading

0 comments on commit 1c1fdf1

Please sign in to comment.