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

Commit

Permalink
Merge branch 'ticket/15714' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Feb 25, 2014
2 parents 6452f9d + f73e11e commit e7958b0
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/en/reference/combinat/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Combinatorics
sage/combinat/expnums
sage/combinat/alternating_sign_matrix
sage/combinat/cartesian_product
sage/combinat/cfinite_sequence
sage/combinat/combination
sage/combinat/composition_signed
sage/combinat/composition
Expand Down
1 change: 1 addition & 0 deletions src/sage/combinat/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
from necklace import Necklaces
from lyndon_word import LyndonWord, LyndonWords, StandardBracketedLyndonWords
from dyck_word import DyckWords, DyckWord
from cfinite_sequence import CFiniteSequence
from sloane_functions import sloane

from root_system.all import *
Expand Down

0 comments on commit e7958b0

Please sign in to comment.