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.
- {passagemath_graphs-10.5.39/passagemath_graphs.egg-info → passagemath_graphs-10.5.41}/PKG-INFO +3 -3
- passagemath_graphs-10.5.41/VERSION.txt +1 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41/passagemath_graphs.egg-info}/PKG-INFO +3 -3
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/requires.txt +2 -2
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/pyproject.toml +6 -6
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/abstract_tree.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/binary_tree.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/all.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/cluster_seed.py +18 -12
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/interact.py +4 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/MOLS_handbook_data.py +5 -5
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/bibd.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/covering_array.py +3 -3
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/difference_matrices.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/ext_rep.py +9 -14
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/group_divisible_designs.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/latin_squares.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/resolvable_bibd.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/steiner_quadruple_systems.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/finite_state_machine_generators.py +2 -2
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/graph_path.py +3 -3
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/ordered_tree.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/cartesian_product.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/d_complete.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/forest.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/incidence_algebras.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/linear_extensions.py +1 -11
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/moebius_algebra.py +1 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/rooted_tree.py +1 -1
- passagemath_graphs-10.5.39/VERSION.txt +0 -1
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/MANIFEST.in +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/README.rst +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/SOURCES.txt +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/dependency_links.txt +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/top_level.txt +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/mutation_class.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/mutation_type.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/quiver.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/cluster_algebra_quiver/quiver_mutation_type.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/all.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/block_design.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/covering_design.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/database.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/design_catalog.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/designs_pyx.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/designs_pyx.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/difference_family.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/evenly_distributed_sets.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/gen_quadrangles_with_spread.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/incidence_structures.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/meson.build +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/orthogonal_arrays.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/orthogonal_arrays_build_recursive.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/orthogonal_arrays_find_recursive.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/subhypergraph_search.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/twographs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/finite_state_machine.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/interval_posets.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/nu_tamari_lattice.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/all.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/elements.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/hasse_cython.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/hasse_diagram.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/lattices.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/linear_extension_iterator.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/meson.build +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/mobile.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/poset_examples.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/posets.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/shard_order.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/tamari_lattices.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/yang_baxter_graph.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/databases/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/databases/knotinfo_db.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/graphs/graph_plot_js.html +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/CP2.txt +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/CP3.txt +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/CP4.txt +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/README.txt +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/kenzo/S4.txt +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/all.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/asteroidal_triples.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/all.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/boost_graph.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/boost_graph.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/boost_interface.cpp +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/c_graph.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/c_graph.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/dense_graph.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/dense_graph.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/graph_backends.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/graph_backends.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/meson.build +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/overview.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/sparse_graph.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/sparse_graph.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_dense_graph.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_dense_graph.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_sparse_backend.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_sparse_backend.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_sparse_graph.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/static_sparse_graph.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/bipartite_graph.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/centrality.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/cographs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/comparability.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/connectivity.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/connectivity.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/convexity_properties.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/convexity_properties.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/digraph.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/digraph_generators.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/distances_all_pairs.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/distances_all_pairs.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/domination.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/dot2tex_utils.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/edge_connectivity.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/all.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/basic.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/chessboard.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/classical_geometries.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/degree_sequence.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/distance_regular.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/families.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/intersection.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/meson.build +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/platonic_solids.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/random.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/smallgraphs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generators/world_map.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generic_graph.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generic_graph_pyx.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/generic_graph_pyx.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/genus.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_coloring.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_database.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/all.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/bandwidth.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/clique_separators.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/cutwidth.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/fast_digraph.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/fast_digraph.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/graph_products.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/meson.build +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/modular_decomposition.hpp +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/modular_decomposition.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/modular_decomposition.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/slice_decomposition.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/slice_decomposition.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/tree_decomposition.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/tree_decomposition.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/vertex_separation.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_decompositions/vertex_separation.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_editor.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_generators.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_generators_pyx.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_input.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_latex.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_list.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_plot.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/graph_plot_js.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/hyperbolicity.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/hypergraph_generators.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/independent_sets.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/independent_sets.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/isgci.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/isoperimetric_inequalities.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/line_graph.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/lovasz_theta.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/matching.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/matching_covered_graph.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/meson.build +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/orientations.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/partial_cube.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/path_enumeration.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/pq_trees.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/print_graphs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/schnyder.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/spanning_tree.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/strongly_regular_db.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/traversals.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/traversals.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/trees.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/trees.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/tutte_polynomial.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/views.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/weakly_chordal.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/perm_gps/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/perm_gps/partn_ref/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/perm_gps/partn_ref/refinement_graphs.pxd +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/groups/perm_gps/partn_ref/refinement_graphs.pyx +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/all.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/free_knotinfo_monoid.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/gauss_code.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/knot.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/knot_table.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/knotinfo.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/knots/link.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/sandpiles/all.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/sandpiles/examples.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/sandpiles/sandpile.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/all.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/cell_complex.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/cubical_complex.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/delta_complex.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/filtered_simplicial_complex.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/moment_angle_complex.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex_catalog.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex_examples.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex_homset.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_complex_morphism.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set_catalog.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set_constructions.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set_examples.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/topology/simplicial_set_morphism.py +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/setup.cfg +0 -0
- {passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/setup.py +0 -0
{passagemath_graphs-10.5.39/passagemath_graphs.egg-info → passagemath_graphs-10.5.41}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-graphs
|
3
|
-
Version: 10.5.
|
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
|
32
|
+
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
33
33
|
Requires-Dist: memory_allocator
|
34
|
-
Requires-Dist: passagemath-categories~=10.5.
|
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
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41/passagemath_graphs.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-graphs
|
3
|
-
Version: 10.5.
|
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
|
32
|
+
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
33
33
|
Requires-Dist: memory_allocator
|
34
|
-
Requires-Dist: passagemath-categories~=10.5.
|
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
|
@@ -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.
|
6
|
+
'passagemath-setup ~= 10.5.41.0',
|
7
7
|
'pkgconfig',
|
8
|
-
'passagemath-environment ~= 10.5.
|
9
|
-
'passagemath-categories ~= 10.5.
|
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
|
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
|
22
|
+
'cysignals >=1.11.2, != 1.12.0',
|
23
23
|
'memory_allocator',
|
24
|
-
'passagemath-categories ~= 10.5.
|
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
|
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
|
@@ -2,7 +2,7 @@
|
|
2
2
|
r"""
|
3
3
|
Cluster algebras and quivers
|
4
4
|
|
5
|
-
|
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
|
-
|
4
|
+
Cluster seeds
|
5
5
|
|
6
|
-
A *cluster seed* is a pair `(B,\mathbf{x})` with `B` being a
|
7
|
-
and with `\mathbf{x}` being an
|
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::
|
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,11 +1,11 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-graphs
|
2
2
|
r"""
|
3
|
-
|
4
|
-
Squares (MOLS) of a given size.
|
3
|
+
Bounds on the number of mutually orthogonal Latin squares
|
5
4
|
|
6
|
-
This module
|
7
|
-
|
8
|
-
|
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
|
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`::
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/covering_array.py
RENAMED
@@ -1,13 +1,13 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-graphs
|
2
2
|
r"""
|
3
|
-
Covering
|
3
|
+
Covering arrays
|
4
4
|
|
5
|
-
A
|
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
|
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
|
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
|
3
|
+
External representations of block designs
|
4
4
|
|
5
|
-
|
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
|
33
|
-
#
|
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-
|
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>``::
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/latin_squares.py
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-graphs
|
2
2
|
# sage.doctest: needs sage.modules
|
3
3
|
r"""
|
4
|
-
Mutually
|
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)::
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/resolvable_bibd.py
RENAMED
@@ -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
|
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
|
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
|
4
|
+
Common automata and transducers (finite state machines generators)
|
5
5
|
|
6
|
-
Automata and
|
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
|
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
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/incidence_algebras.py
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-graphs
|
2
2
|
# sage.doctest: needs sage.modules
|
3
3
|
r"""
|
4
|
-
Incidence
|
4
|
+
Incidence algebras
|
5
5
|
"""
|
6
6
|
# ****************************************************************************
|
7
7
|
# Copyright (C) 2014 Travis Scrimshaw <tscrim at ucdavis.edu>
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/linear_extensions.py
RENAMED
@@ -1,16 +1,6 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-graphs
|
2
2
|
r"""
|
3
|
-
Linear
|
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>
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/moebius_algebra.py
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-graphs
|
2
2
|
# sage.doctest: needs sage.modules
|
3
3
|
r"""
|
4
|
-
Möbius
|
4
|
+
Möbius algebras
|
5
5
|
"""
|
6
6
|
# ****************************************************************************
|
7
7
|
# Copyright (C) 2014 Travis Scrimshaw <tscrim at ucdavis.edu>,
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.39
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/passagemath_graphs.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/all__sagemath_graphs.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/block_design.py
RENAMED
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/covering_design.py
RENAMED
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/design_catalog.py
RENAMED
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/designs_pyx.pxd
RENAMED
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/designs_pyx.pyx
RENAMED
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/difference_family.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/orthogonal_arrays.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/designs/twographs.py
RENAMED
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/finite_state_machine.py
RENAMED
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/nu_tamari_lattice.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/hasse_cython.pyx
RENAMED
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/hasse_diagram.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/posets/poset_examples.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/combinat/yang_baxter_graph.py
RENAMED
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/databases/all__sagemath_graphs.py
RENAMED
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/all__sagemath_graphs.py
RENAMED
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/ext_data/graphs/graph_plot_js.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/asteroidal_triples.pyx
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/boost_interface.cpp
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.5.39 → passagemath_graphs-10.5.41}/sage/graphs/base/graph_backends.pxd
RENAMED
File without changes
|