Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

r""" 

Combinatorics 

============= 

 

Introductory material 

--------------------- 

 

- :ref:`sage.combinat.quickref` 

- :ref:`sage.combinat.tutorial` 

 

Thematic indexes 

---------------- 

 

- :ref:`sage.combinat.algebraic_combinatorics` 

 

- :ref:`sage.combinat.cluster_algebra_quiver` 

- :ref:`sage.combinat.crystals` 

- :ref:`sage.combinat.root_system` 

- :ref:`sage.combinat.sf` 

 

- :ref:`sage.combinat.counting` 

- :ref:`sage.combinat.enumerated_sets` 

- :ref:`sage.combinat.catalog_partitions` 

- :ref:`sage.combinat.finite_state_machine` 

- :ref:`sage.combinat.species` 

- :ref:`sage.combinat.designs` 

- :ref:`sage.combinat.posets` 

- :ref:`sage.combinat.words` 

 

Utilities 

--------- 

 

- :ref:`sage.combinat.output` 

- :ref:`sage.combinat.ranker` 

- :func:`Combinatorial maps <sage.combinat.combinatorial_map.combinatorial_map>` 

- :ref:`sage.combinat.misc` 

 

Related topics 

-------------- 

 

- :ref:`sage.coding` 

- :ref:`sage.dynamics` 

- :ref:`sage.graphs` 

 

""" 

from . import quickref 

from . import tutorial