passagemath-graphs 10.5.39__tar.gz → 10.5.41__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. {passagemath_graphs-10.5.39/passagemath_graphs.egg-info → passagemath_graphs-10.5.41}/PKG-INFO +3 -3
  2. passagemath_graphs-10.5.41/VERSION.txt +1 -0
  3. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41/passagemath_graphs.egg-info}/PKG-INFO +3 -3
  4. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/requires.txt +2 -2
  5. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/pyproject.toml +6 -6
  6. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/abstract_tree.py +1 -1
  7. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/binary_tree.py +1 -1
  8. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/all.py +1 -1
  9. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/cluster_seed.py +18 -12
  10. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/interact.py +4 -0
  11. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/MOLS_handbook_data.py +5 -5
  12. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/bibd.py +1 -1
  13. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/covering_array.py +3 -3
  14. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/difference_matrices.py +1 -1
  15. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/ext_rep.py +9 -14
  16. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/group_divisible_designs.py +1 -1
  17. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/latin_squares.py +1 -1
  18. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/resolvable_bibd.py +1 -1
  19. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/steiner_quadruple_systems.py +1 -1
  20. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/finite_state_machine_generators.py +2 -2
  21. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/graph_path.py +3 -3
  22. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/ordered_tree.py +1 -1
  23. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/cartesian_product.py +1 -1
  24. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/d_complete.py +1 -1
  25. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/forest.py +1 -1
  26. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/incidence_algebras.py +1 -1
  27. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/linear_extensions.py +1 -11
  28. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/moebius_algebra.py +1 -1
  29. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/rooted_tree.py +1 -1
  30. passagemath_graphs-10.5.39/VERSION.txt +0 -1
  31. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/MANIFEST.in +0 -0
  32. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/README.rst +0 -0
  33. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/SOURCES.txt +0 -0
  34. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/dependency_links.txt +0 -0
  35. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/top_level.txt +0 -0
  36. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/all__sagemath_graphs.py +0 -0
  37. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/all__sagemath_graphs.py +0 -0
  38. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/mutation_class.py +0 -0
  39. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/mutation_type.py +0 -0
  40. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/quiver.py +0 -0
  41. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/quiver_mutation_type.py +0 -0
  42. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/all.py +0 -0
  43. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/block_design.py +0 -0
  44. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/covering_design.py +0 -0
  45. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/database.py +0 -0
  46. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/design_catalog.py +0 -0
  47. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/designs_pyx.pxd +0 -0
  48. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/designs_pyx.pyx +0 -0
  49. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/difference_family.py +0 -0
  50. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/evenly_distributed_sets.pyx +0 -0
  51. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/gen_quadrangles_with_spread.pyx +0 -0
  52. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/incidence_structures.py +0 -0
  53. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/meson.build +0 -0
  54. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/orthogonal_arrays.py +0 -0
  55. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/orthogonal_arrays_build_recursive.py +0 -0
  56. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/orthogonal_arrays_find_recursive.pyx +0 -0
  57. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/subhypergraph_search.pyx +0 -0
  58. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/twographs.py +0 -0
  59. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/finite_state_machine.py +0 -0
  60. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/interval_posets.py +0 -0
  61. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/nu_tamari_lattice.py +0 -0
  62. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/all.py +0 -0
  63. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/elements.py +0 -0
  64. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/hasse_cython.pyx +0 -0
  65. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/hasse_diagram.py +0 -0
  66. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/lattices.py +0 -0
  67. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/linear_extension_iterator.pyx +0 -0
  68. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/meson.build +0 -0
  69. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/mobile.py +0 -0
  70. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/poset_examples.py +0 -0
  71. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/posets.py +0 -0
  72. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/shard_order.py +0 -0
  73. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/tamari_lattices.py +0 -0
  74. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/yang_baxter_graph.py +0 -0
  75. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/databases/all__sagemath_graphs.py +0 -0
  76. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/databases/knotinfo_db.py +0 -0
  77. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/all__sagemath_graphs.py +0 -0
  78. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/graphs/graph_plot_js.html +0 -0
  79. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/CP2.txt +0 -0
  80. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/CP3.txt +0 -0
  81. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/CP4.txt +0 -0
  82. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/README.txt +0 -0
  83. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/S4.txt +0 -0
  84. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/all.py +0 -0
  85. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/asteroidal_triples.pyx +0 -0
  86. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/all.py +0 -0
  87. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/boost_graph.pxd +0 -0
  88. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/boost_graph.pyx +0 -0
  89. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/boost_interface.cpp +0 -0
  90. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/c_graph.pxd +0 -0
  91. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/c_graph.pyx +0 -0
  92. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/dense_graph.pxd +0 -0
  93. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/dense_graph.pyx +0 -0
  94. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/graph_backends.pxd +0 -0
  95. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/graph_backends.pyx +0 -0
  96. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/meson.build +0 -0
  97. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/overview.py +0 -0
  98. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/sparse_graph.pxd +0 -0
  99. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/sparse_graph.pyx +0 -0
  100. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_dense_graph.pxd +0 -0
  101. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_dense_graph.pyx +0 -0
  102. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_sparse_backend.pxd +0 -0
  103. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_sparse_backend.pyx +0 -0
  104. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_sparse_graph.pxd +0 -0
  105. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_sparse_graph.pyx +0 -0
  106. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/bipartite_graph.py +0 -0
  107. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/centrality.pyx +0 -0
  108. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/cographs.py +0 -0
  109. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/comparability.pyx +0 -0
  110. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/connectivity.pxd +0 -0
  111. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/connectivity.pyx +0 -0
  112. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/convexity_properties.pxd +0 -0
  113. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/convexity_properties.pyx +0 -0
  114. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/digraph.py +0 -0
  115. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/digraph_generators.py +0 -0
  116. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/distances_all_pairs.pxd +0 -0
  117. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/distances_all_pairs.pyx +0 -0
  118. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/domination.py +0 -0
  119. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/dot2tex_utils.py +0 -0
  120. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/edge_connectivity.pyx +0 -0
  121. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/all.py +0 -0
  122. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/basic.py +0 -0
  123. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/chessboard.py +0 -0
  124. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/classical_geometries.py +0 -0
  125. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/degree_sequence.py +0 -0
  126. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/distance_regular.pyx +0 -0
  127. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/families.py +0 -0
  128. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/intersection.py +0 -0
  129. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/meson.build +0 -0
  130. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/platonic_solids.py +0 -0
  131. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/random.py +0 -0
  132. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/smallgraphs.py +0 -0
  133. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/world_map.py +0 -0
  134. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generic_graph.py +0 -0
  135. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generic_graph_pyx.pxd +0 -0
  136. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generic_graph_pyx.pyx +0 -0
  137. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/genus.pyx +0 -0
  138. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph.py +0 -0
  139. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_coloring.pyx +0 -0
  140. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_database.py +0 -0
  141. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/all.py +0 -0
  142. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/bandwidth.pyx +0 -0
  143. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/clique_separators.pyx +0 -0
  144. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/cutwidth.pyx +0 -0
  145. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/fast_digraph.pxd +0 -0
  146. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/fast_digraph.pyx +0 -0
  147. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/graph_products.pyx +0 -0
  148. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/meson.build +0 -0
  149. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/modular_decomposition.hpp +0 -0
  150. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/modular_decomposition.pxd +0 -0
  151. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/modular_decomposition.pyx +0 -0
  152. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/slice_decomposition.pxd +0 -0
  153. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/slice_decomposition.pyx +0 -0
  154. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/tree_decomposition.pxd +0 -0
  155. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/tree_decomposition.pyx +0 -0
  156. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/vertex_separation.pxd +0 -0
  157. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/vertex_separation.pyx +0 -0
  158. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_editor.py +0 -0
  159. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_generators.py +0 -0
  160. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_generators_pyx.pyx +0 -0
  161. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_input.py +0 -0
  162. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_latex.py +0 -0
  163. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_list.py +0 -0
  164. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_plot.py +0 -0
  165. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_plot_js.py +0 -0
  166. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/hyperbolicity.pyx +0 -0
  167. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/hypergraph_generators.py +0 -0
  168. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/independent_sets.pxd +0 -0
  169. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/independent_sets.pyx +0 -0
  170. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/isgci.py +0 -0
  171. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/isoperimetric_inequalities.pyx +0 -0
  172. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/line_graph.pyx +0 -0
  173. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/lovasz_theta.py +0 -0
  174. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/matching.py +0 -0
  175. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/matching_covered_graph.py +0 -0
  176. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/meson.build +0 -0
  177. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/orientations.py +0 -0
  178. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/partial_cube.py +0 -0
  179. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/path_enumeration.pyx +0 -0
  180. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/pq_trees.py +0 -0
  181. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/print_graphs.py +0 -0
  182. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/schnyder.py +0 -0
  183. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/spanning_tree.pyx +0 -0
  184. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/strongly_regular_db.pyx +0 -0
  185. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/traversals.pxd +0 -0
  186. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/traversals.pyx +0 -0
  187. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/trees.pxd +0 -0
  188. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/trees.pyx +0 -0
  189. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/tutte_polynomial.py +0 -0
  190. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/views.pyx +0 -0
  191. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/weakly_chordal.pyx +0 -0
  192. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/all__sagemath_graphs.py +0 -0
  193. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/perm_gps/all__sagemath_graphs.py +0 -0
  194. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/perm_gps/partn_ref/all__sagemath_graphs.py +0 -0
  195. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/perm_gps/partn_ref/refinement_graphs.pxd +0 -0
  196. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/perm_gps/partn_ref/refinement_graphs.pyx +0 -0
  197. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/all.py +0 -0
  198. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/free_knotinfo_monoid.py +0 -0
  199. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/gauss_code.py +0 -0
  200. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/knot.py +0 -0
  201. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/knot_table.py +0 -0
  202. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/knotinfo.py +0 -0
  203. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/link.py +0 -0
  204. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/sandpiles/all.py +0 -0
  205. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/sandpiles/examples.py +0 -0
  206. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/sandpiles/sandpile.py +0 -0
  207. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/all.py +0 -0
  208. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/cell_complex.py +0 -0
  209. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/cubical_complex.py +0 -0
  210. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/delta_complex.py +0 -0
  211. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/filtered_simplicial_complex.py +0 -0
  212. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/moment_angle_complex.py +0 -0
  213. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex.py +0 -0
  214. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex_catalog.py +0 -0
  215. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex_examples.py +0 -0
  216. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex_homset.py +0 -0
  217. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex_morphism.py +0 -0
  218. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set.py +0 -0
  219. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set_catalog.py +0 -0
  220. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set_constructions.py +0 -0
  221. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set_examples.py +0 -0
  222. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set_morphism.py +0 -0
  223. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/setup.cfg +0 -0
  224. {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-graphs
3
- Version: 10.5.39
3
+ Version: 10.5.41
4
4
  Summary: passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -29,9 +29,9 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
29
  Requires-Python: <3.14,>=3.9
30
30
  Description-Content-Type: text/x-rst
31
31
  Requires-Dist: gmpy2~=2.1.b999
32
- Requires-Dist: cysignals==1.12.0rc2
32
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
33
  Requires-Dist: memory_allocator
34
- Requires-Dist: passagemath-categories~=10.5.39.0
34
+ Requires-Dist: passagemath-categories~=10.5.41.0
35
35
  Provides-Extra: test
36
36
  Requires-Dist: passagemath-repl; extra == "test"
37
37
  Provides-Extra: benzene
@@ -0,0 +1 @@
1
+ 10.5.41
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-graphs
3
- Version: 10.5.39
3
+ Version: 10.5.41
4
4
  Summary: passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -29,9 +29,9 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
29
  Requires-Python: <3.14,>=3.9
30
30
  Description-Content-Type: text/x-rst
31
31
  Requires-Dist: gmpy2~=2.1.b999
32
- Requires-Dist: cysignals==1.12.0rc2
32
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
33
  Requires-Dist: memory_allocator
34
- Requires-Dist: passagemath-categories~=10.5.39.0
34
+ Requires-Dist: passagemath-categories~=10.5.41.0
35
35
  Provides-Extra: test
36
36
  Requires-Dist: passagemath-repl; extra == "test"
37
37
  Provides-Extra: benzene
@@ -1,7 +1,7 @@
1
1
  gmpy2~=2.1.b999
2
- cysignals==1.12.0rc2
2
+ cysignals!=1.12.0,>=1.11.2
3
3
  memory_allocator
4
- passagemath-categories~=10.5.39.0
4
+ passagemath-categories~=10.5.41.0
5
5
 
6
6
  [benzene]
7
7
  passagemath-benzene
@@ -3,13 +3,13 @@
3
3
  # Minimum requirements for the build system to execute.
4
4
  requires = [
5
5
  'setuptools >= 77.0.0',
6
- 'passagemath-setup ~= 10.5.39.0',
6
+ 'passagemath-setup ~= 10.5.41.0',
7
7
  'pkgconfig',
8
- 'passagemath-environment ~= 10.5.39.0',
9
- 'passagemath-categories ~= 10.5.39.0',
8
+ 'passagemath-environment ~= 10.5.41.0',
9
+ 'passagemath-categories ~= 10.5.41.0',
10
10
  'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
11
11
  'gmpy2 ~=2.1.b999',
12
- 'cysignals ==1.12.0rc2',
12
+ 'cysignals >=1.11.2, != 1.12.0',
13
13
  'memory_allocator',
14
14
  ]
15
15
  build-backend = "setuptools.build_meta"
@@ -19,9 +19,9 @@ name = "passagemath-graphs"
19
19
  description = "passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers"
20
20
  dependencies = [
21
21
  'gmpy2 ~=2.1.b999',
22
- 'cysignals ==1.12.0rc2',
22
+ 'cysignals >=1.11.2, != 1.12.0',
23
23
  'memory_allocator',
24
- 'passagemath-categories ~= 10.5.39.0',
24
+ 'passagemath-categories ~= 10.5.41.0',
25
25
  ]
26
26
  dynamic = ["version"]
27
27
  license = "GPL-2.0-or-later"
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Abstract Recursive Trees
3
+ Abstract recursive trees
4
4
 
5
5
  The purpose of this class is to help implement trees with a specific structure
6
6
  on the children of each node. For instance, one could want to define a tree in
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  """
3
- Binary Trees
3
+ Binary trees
4
4
 
5
5
  This module deals with binary trees as mathematical (in particular immutable)
6
6
  objects.
@@ -2,7 +2,7 @@
2
2
  r"""
3
3
  Cluster algebras and quivers
4
4
 
5
- - A compendium on the cluster algebra and quiver package in Sage [MS2011]_
5
+ A compendium on the cluster algebra and quiver package in Sage [MS2011]_
6
6
 
7
7
  - :ref:`sage.combinat.cluster_algebra_quiver.quiver_mutation_type`
8
8
  - :ref:`sage.combinat.cluster_algebra_quiver.quiver`
@@ -1,28 +1,34 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.graphs sage.modules sage.libs.singular
3
3
  r"""
4
- ClusterSeed
4
+ Cluster seeds
5
5
 
6
- A *cluster seed* is a pair `(B,\mathbf{x})` with `B` being a *skew-symmetrizable* `(n+m) \times n` *-matrix*
7
- and with `\mathbf{x}` being an `n`-tuple of *independent elements* in the field of rational functions in `n` variables.
6
+ A *cluster seed* is a pair `(B,\mathbf{x})` with `B` being a
7
+ *skew-symmetrizable* `(n+m) \times n` *-matrix* and with `\mathbf{x}` being an
8
+ `n`-tuple of *independent elements* in the field of rational functions in `n`
9
+ variables.
8
10
 
9
11
  For the compendium on the cluster algebra and quiver package see
10
12
  [MS2011]_.
11
13
 
12
- AUTHORS:
13
-
14
- - Gregg Musiker: Initial Version
15
- - Christian Stump: Initial Version
16
- - Aram Dermenjian (2015-07-01): Updating ability to not rely solely on clusters
17
- - Jesse Levitt (2015-07-01): Updating ability to not rely solely on clusters
18
-
19
14
  REFERENCES:
20
15
 
21
16
  - [FZ2007]_
22
-
23
17
  - [BDP2013]_
24
18
 
25
- .. SEEALSO:: For mutation types of cluster seeds, see :meth:`sage.combinat.cluster_algebra_quiver.quiver_mutation_type.QuiverMutationType`. Cluster seeds are closely related to :meth:`sage.combinat.cluster_algebra_quiver.quiver.ClusterQuiver`.
19
+ .. SEEALSO::
20
+
21
+ For mutation types of cluster seeds, see
22
+ :meth:`sage.combinat.cluster_algebra_quiver.quiver_mutation_type.QuiverMutationType`.
23
+ Cluster seeds are closely related to
24
+ :meth:`sage.combinat.cluster_algebra_quiver.quiver.ClusterQuiver`.
25
+
26
+ AUTHORS:
27
+
28
+ - Gregg Musiker: initial version
29
+ - Christian Stump: initial version
30
+ - Aram Dermenjian (2015-07-01): updating ability to not rely solely on clusters
31
+ - Jesse Levitt (2015-07-01): updating ability to not rely solely on clusters
26
32
  """
27
33
 
28
34
  # ****************************************************************************
@@ -1,4 +1,8 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
+ r"""
3
+ Interactive window for cluster seed mutations
4
+ """
5
+
2
6
  import ipywidgets as widgets
3
7
  from sage.misc.latex import latex
4
8
  from sage.repl.rich_output.pretty_print import pretty_print
@@ -1,11 +1,11 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Known lower bounds on the number of Mutually Orthogonal Latin
4
- Squares (MOLS) of a given size.
3
+ Bounds on the number of mutually orthogonal Latin squares
5
4
 
6
- This module consists (almost) entirely of an internal, constant tuple
7
- of python integers corresponding to Table 3.87 in the Handbook of
8
- Combinatorial Designs, 2nd edition, by Colbourn and Dinitz. One public
5
+ This module contains known lower bounds on the number of mutually orthogonal
6
+ Latin squares (MOLS) of a given size, and consists (almost) entirely of an
7
+ internal, constant tuple of Python integers corresponding to Table 3.87 in the
8
+ Handbook of Combinatorial Designs, 2nd edition, by Colbourn and Dinitz. One public
9
9
  function, :func:`lower_bound`, is provided to access it.
10
10
 
11
11
  Make sure we have all of the entries::
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Balanced Incomplete Block Designs (BIBD)
3
+ Balanced incomplete block designs (BIBD)
4
4
 
5
5
  This module gathers everything related to Balanced Incomplete Block Designs. One can build a
6
6
  BIBD (or check that it can be built) with :func:`balanced_incomplete_block_design`::
@@ -1,13 +1,13 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Covering Arrays (CA)
3
+ Covering arrays
4
4
 
5
- A Covering Array, denoted `CA(N;t,k,v)`, is an `N` by `k` array with
5
+ A covering array, denoted `CA(N;t,k,v)`, is an `N` by `k` array with
6
6
  entries from a set of `v` elements with the property that in every
7
7
  selection of `t` columns, every sequence of `t` elements appears in at
8
8
  least one row.
9
9
 
10
- An Orthogonal Array, denoted `OA(N;t,k,v)` is a covering array with the
10
+ An orthogonal array, denoted `OA(N;t,k,v)` is a covering array with the
11
11
  property that every sequence of `t`-elements appears in exactly one row.
12
12
  (See :mod:`sage.combinat.designs.orthogonal_arrays`).
13
13
 
@@ -1,7 +1,7 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.rings.finite_rings
3
3
  r"""
4
- Difference Matrices
4
+ Difference matrices
5
5
 
6
6
  This module gathers code related to difference matrices. One can build those
7
7
  objects (or know if they can be built) with :func:`difference_matrix`::
@@ -1,13 +1,13 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- External Representations of Block Designs
3
+ External representations of block designs
4
4
 
5
- The "ext_rep" module is an API to the abstract tree represented by
5
+ This module is an API to the abstract tree represented by
6
6
  an XML document containing the External Representation of a list of
7
7
  block designs. The module also provides the related I/O operations for
8
- reading/writing ext-rep files or data. The parsing is based on expat.
8
+ reading/writing ``ext-rep`` files or data. The parsing is based on expat.
9
9
 
10
- This is a modified form of the module ext_rep.py (version 0.8)
10
+ This is a modified form of the module ``ext_rep.py`` (version 0.8)
11
11
  written by Peter Dobcsanyi [Do2009]_ peter@designtheory.org.
12
12
 
13
13
  .. TODO::
@@ -16,12 +16,9 @@ written by Peter Dobcsanyi [Do2009]_ peter@designtheory.org.
16
16
  information about things like automorphism groups, transitivity, cycle type
17
17
  representatives, etc, but none of this data is made available through the
18
18
  current implementation.
19
-
20
- Functions
21
- ---------
22
19
  """
23
20
 
24
- ###########################################################################
21
+ # ***********************************************************************
25
22
  # This software is released under the terms of the GNU General Public
26
23
  # License, version 2 or above (your choice). For details on licensing,
27
24
  # see the accompanying documentation.
@@ -29,9 +26,9 @@ Functions
29
26
  # This is a modified form of the module ext_rep.py (version 0.8)
30
27
  # written by Peter Dobcsanyi peter@designtheory.org.
31
28
  #
32
- # Copyright 2004 by Peter Dobcsanyi peter@designtheory.org, and copyright
33
- # 2009 Carlo Hamalainen carlo.hamalainen@gmail.com
34
- ###########################################################################
29
+ # Copyright 2004 Peter Dobcsanyi peter@designtheory.org
30
+ # 2009 Carlo Hamalainen carlo.hamalainen@gmail.com
31
+ # ***********************************************************************
35
32
 
36
33
  import sys
37
34
  import xml.parsers.expat
@@ -598,7 +595,6 @@ def _encode_attribute(string):
598
595
  sage: _encode_attribute('E')
599
596
  'E'
600
597
  """
601
-
602
598
  if pattern_integer.match(string):
603
599
  return int(string)
604
600
  elif pattern_decimal.match(string):
@@ -611,8 +607,7 @@ class XTree:
611
607
  '''
612
608
  A lazy class to wrap a rooted tree representing an XML document.
613
609
  The tree's nodes are tuples of the structure:
614
-
615
- (name, {dictionary of attributes}, [list of children])
610
+ (name, {dictionary of attributes}, [list of children])
616
611
 
617
612
  Methods and services of an XTree object ``t``:
618
613
 
@@ -1,7 +1,7 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.rings.finite_rings
3
3
  r"""
4
- Group-Divisible Designs (GDD)
4
+ Group-divisible designs (GDD)
5
5
 
6
6
  This module gathers everything related to Group-Divisible Designs. The
7
7
  constructions defined here can be accessed through ``designs.<tab>``::
@@ -1,7 +1,7 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.modules
3
3
  r"""
4
- Mutually Orthogonal Latin Squares (MOLS)
4
+ Mutually orthogonal Latin squares (MOLS)
5
5
 
6
6
  The main function of this module is :func:`mutually_orthogonal_latin_squares`
7
7
  and can be can be used to generate MOLS (or check that they exist)::
@@ -1,7 +1,7 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.rings.finite_rings
3
3
  r"""
4
- Resolvable Balanced Incomplete Block Design (RBIBD)
4
+ Resolvable balanced incomplete block design (RBIBD)
5
5
 
6
6
  This module contains everything related to resolvable Balanced Incomplete Block
7
7
  Designs. The constructions implemented here can be obtained through the
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Steiner Quadruple Systems
3
+ Steiner quadruple systems
4
4
 
5
5
  A Steiner Quadruple System on `n` points is a family `SQS_n \subset \binom {[n]}
6
6
  4` of `4`-sets, such that any set `S\subset [n]` of size three is a subset of
@@ -1,9 +1,9 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.graphs sage.modules
3
3
  r"""
4
- Common Automata and Transducers (Finite State Machines Generators)
4
+ Common automata and transducers (finite state machines generators)
5
5
 
6
- Automata and Transducers in Sage can be built through the
6
+ Automata and transducers in Sage can be built through the
7
7
  :class:`automata <AutomatonGenerators>`
8
8
  and :class:`transducers <TransducerGenerators>` objects, respectively.
9
9
  It contains generators for
@@ -1,8 +1,8 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Paths in Directed Acyclic Graphs
3
+ Paths in directed acyclic graphs
4
4
  """
5
- #*****************************************************************************
5
+ # ****************************************************************************
6
6
  # Copyright (C) 2007 Mike Hansen <mhansen@gmail.com>,
7
7
  #
8
8
  # Distributed under the terms of the GNU General Public License (GPL)
@@ -15,7 +15,7 @@ Paths in Directed Acyclic Graphs
15
15
  # The full text of the GPL is available at:
16
16
  #
17
17
  # http://www.gnu.org/licenses/
18
- #*****************************************************************************
18
+ # ****************************************************************************
19
19
 
20
20
  from sage.categories.finite_enumerated_sets import FiniteEnumeratedSets
21
21
  from sage.structure.parent import Parent
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  """
3
- Ordered Rooted Trees
3
+ Ordered rooted trees
4
4
 
5
5
  AUTHORS:
6
6
 
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  """
3
- Cartesian products of Posets
3
+ Cartesian products of posets
4
4
 
5
5
  AUTHORS:
6
6
 
@@ -1,7 +1,7 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.combinat sage.modules
3
3
  r"""
4
- D-Complete Posets
4
+ D-complete posets
5
5
 
6
6
  AUTHORS:
7
7
 
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Forest Posets
3
+ Forest posets
4
4
 
5
5
  AUTHORS:
6
6
 
@@ -1,7 +1,7 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.modules
3
3
  r"""
4
- Incidence Algebras
4
+ Incidence algebras
5
5
  """
6
6
  # ****************************************************************************
7
7
  # Copyright (C) 2014 Travis Scrimshaw <tscrim at ucdavis.edu>
@@ -1,16 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Linear Extensions of Posets
4
-
5
- This module defines two classes:
6
-
7
- - :class:`LinearExtensionOfPoset`
8
- - :class:`LinearExtensionsOfPoset`
9
- - :class:`LinearExtensionsOfPosetWithHooks`
10
- - :class:`LinearExtensionsOfForest`
11
-
12
- Classes and methods
13
- -------------------
3
+ Linear extensions of posets
14
4
  """
15
5
  # ****************************************************************************
16
6
  # Copyright (C) 2012 Anne Schilling <anne at math.ucdavis.edu>
@@ -1,7 +1,7 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.modules
3
3
  r"""
4
- Möbius Algebras
4
+ Möbius algebras
5
5
  """
6
6
  # ****************************************************************************
7
7
  # Copyright (C) 2014 Travis Scrimshaw <tscrim at ucdavis.edu>,
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Rooted (Unordered) Trees
3
+ Rooted (unordered) trees
4
4
 
5
5
  AUTHORS:
6
6
 
@@ -1 +0,0 @@
1
- 10.5.39