passagemath-graphs 10.6.1rc12__tar.gz → 10.6.1rc13__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.6.1rc12/passagemath_graphs.egg-info → passagemath_graphs-10.6.1rc13}/PKG-INFO +5 -3
- passagemath_graphs-10.6.1rc13/VERSION.txt +1 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13/passagemath_graphs.egg-info}/PKG-INFO +5 -3
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/passagemath_graphs.egg-info/requires.txt +5 -2
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/pyproject.toml +24 -5
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/families.py +3 -3
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generic_graph.py +5 -4
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_coloring.pyx +2 -2
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/matching_covered_graph.py +2 -2
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/strongly_regular_db.pyx +15 -15
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/setup.py +1 -1
- passagemath_graphs-10.6.1rc12/VERSION.txt +0 -1
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/MANIFEST.in +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/README.rst +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/passagemath_graphs.egg-info/SOURCES.txt +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/passagemath_graphs.egg-info/dependency_links.txt +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/passagemath_graphs.egg-info/top_level.txt +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/abstract_tree.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/binary_tree.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/cluster_algebra_quiver/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/cluster_algebra_quiver/cluster_seed.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/cluster_algebra_quiver/interact.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/cluster_algebra_quiver/mutation_class.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/cluster_algebra_quiver/mutation_type.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/cluster_algebra_quiver/quiver.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/cluster_algebra_quiver/quiver_mutation_type.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/MOLS_handbook_data.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/bibd.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/block_design.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/covering_array.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/covering_design.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/database.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/design_catalog.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/designs_pyx.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/designs_pyx.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/difference_family.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/difference_matrices.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/evenly_distributed_sets.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/ext_rep.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/gen_quadrangles_with_spread.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/group_divisible_designs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/incidence_structures.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/latin_squares.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/meson.build +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/orthogonal_arrays.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/orthogonal_arrays_build_recursive.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/orthogonal_arrays_find_recursive.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/resolvable_bibd.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/steiner_quadruple_systems.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/subhypergraph_search.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/twographs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/finite_state_machine.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/finite_state_machine_generators.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/graph_path.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/interval_posets.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/nu_tamari_lattice.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/ordered_tree.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/bubble_shuffle.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/cartesian_product.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/d_complete.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/elements.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/forest.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/hasse_cython.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/hasse_diagram.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/hochschild_lattice.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/incidence_algebras.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/lattices.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/linear_extension_iterator.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/linear_extensions.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/meson.build +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/mobile.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/moebius_algebra.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/poset_examples.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/posets.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/rooted_tree.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/shard_order.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/tamari_lattices.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/yang_baxter_graph.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/databases/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/databases/knotinfo_db.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/ext_data/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/ext_data/graphs/graph_plot_js.html +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/ext_data/kenzo/CP2.txt +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/ext_data/kenzo/CP3.txt +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/ext_data/kenzo/CP4.txt +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/ext_data/kenzo/README.txt +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/ext_data/kenzo/S4.txt +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/asteroidal_triples.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/boost_graph.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/boost_graph.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/boost_interface.cpp +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/c_graph.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/c_graph.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/dense_graph.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/dense_graph.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/graph_backends.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/graph_backends.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/meson.build +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/overview.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/sparse_graph.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/sparse_graph.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/static_dense_graph.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/static_dense_graph.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/static_sparse_backend.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/static_sparse_backend.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/static_sparse_graph.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/static_sparse_graph.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/bipartite_graph.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/centrality.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/cographs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/comparability.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/connectivity.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/connectivity.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/convexity_properties.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/convexity_properties.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/digraph.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/digraph_generators.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/distances_all_pairs.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/distances_all_pairs.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/domination.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/dot2tex_utils.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/edge_connectivity.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/basic.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/chessboard.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/classical_geometries.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/degree_sequence.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/distance_regular.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/intersection.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/meson.build +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/platonic_solids.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/random.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/smallgraphs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/world_map.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generic_graph_pyx.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generic_graph_pyx.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/genus.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_database.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/bandwidth.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/clique_separators.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/cutwidth.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/fast_digraph.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/fast_digraph.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/graph_products.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/meson.build +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/modular_decomposition.hpp +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/modular_decomposition.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/modular_decomposition.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/slice_decomposition.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/slice_decomposition.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/tree_decomposition.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/tree_decomposition.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/vertex_separation.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_decompositions/vertex_separation.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_editor.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_generators.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_generators_pyx.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_input.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_latex.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_list.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_plot.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_plot_js.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/hyperbolicity.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/hypergraph_generators.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/independent_sets.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/independent_sets.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/isgci.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/isoperimetric_inequalities.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/line_graph.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/lovasz_theta.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/matching.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/meson.build +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/orientations.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/partial_cube.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/path_enumeration.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/pq_trees.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/print_graphs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/schnyder.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/spanning_tree.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/traversals.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/traversals.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/trees.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/trees.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/tutte_polynomial.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/views.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/weakly_chordal.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/groups/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/groups/perm_gps/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/groups/perm_gps/partn_ref/all__sagemath_graphs.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/groups/perm_gps/partn_ref/refinement_graphs.pxd +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/groups/perm_gps/partn_ref/refinement_graphs.pyx +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/knots/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/knots/free_knotinfo_monoid.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/knots/gauss_code.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/knots/knot.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/knots/knot_table.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/knots/knotinfo.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/knots/link.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/sandpiles/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/sandpiles/examples.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/sandpiles/sandpile.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/all.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/cell_complex.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/cubical_complex.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/delta_complex.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/filtered_simplicial_complex.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/moment_angle_complex.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_complex.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_complex_catalog.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_complex_examples.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_complex_homset.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_complex_morphism.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_set.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_set_catalog.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_set_constructions.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_set_examples.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/topology/simplicial_set_morphism.py +0 -0
- {passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/setup.cfg +0 -0
{passagemath_graphs-10.6.1rc12/passagemath_graphs.egg-info → passagemath_graphs-10.6.1rc13}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-graphs
|
3
|
-
Version: 10.6.
|
3
|
+
Version: 10.6.1rc13
|
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
|
@@ -33,8 +33,9 @@ Requires-Dist: gmpy2~=2.1.b999
|
|
33
33
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
34
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
35
35
|
Requires-Dist: memory_allocator
|
36
|
-
Requires-Dist: passagemath-categories==10.6.
|
37
|
-
Requires-Dist: passagemath-
|
36
|
+
Requires-Dist: passagemath-categories==10.6.1rc13
|
37
|
+
Requires-Dist: passagemath-conf==10.6.1rc13
|
38
|
+
Requires-Dist: passagemath-environment==10.6.1rc13
|
38
39
|
Provides-Extra: test
|
39
40
|
Requires-Dist: passagemath-repl; extra == "test"
|
40
41
|
Provides-Extra: benzene
|
@@ -71,6 +72,7 @@ Provides-Extra: tdlib
|
|
71
72
|
Requires-Dist: passagemath-tdlib; extra == "tdlib"
|
72
73
|
Provides-Extra: combinat
|
73
74
|
Requires-Dist: passagemath-combinat; extra == "combinat"
|
75
|
+
Provides-Extra: databases
|
74
76
|
Provides-Extra: editor
|
75
77
|
Requires-Dist: phitigra>=0.2.6; extra == "editor"
|
76
78
|
Provides-Extra: groups
|
@@ -0,0 +1 @@
|
|
1
|
+
10.6.1.rc13
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13/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.6.
|
3
|
+
Version: 10.6.1rc13
|
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
|
@@ -33,8 +33,9 @@ Requires-Dist: gmpy2~=2.1.b999
|
|
33
33
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
34
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
35
35
|
Requires-Dist: memory_allocator
|
36
|
-
Requires-Dist: passagemath-categories==10.6.
|
37
|
-
Requires-Dist: passagemath-
|
36
|
+
Requires-Dist: passagemath-categories==10.6.1rc13
|
37
|
+
Requires-Dist: passagemath-conf==10.6.1rc13
|
38
|
+
Requires-Dist: passagemath-environment==10.6.1rc13
|
38
39
|
Provides-Extra: test
|
39
40
|
Requires-Dist: passagemath-repl; extra == "test"
|
40
41
|
Provides-Extra: benzene
|
@@ -71,6 +72,7 @@ Provides-Extra: tdlib
|
|
71
72
|
Requires-Dist: passagemath-tdlib; extra == "tdlib"
|
72
73
|
Provides-Extra: combinat
|
73
74
|
Requires-Dist: passagemath-combinat; extra == "combinat"
|
75
|
+
Provides-Extra: databases
|
74
76
|
Provides-Extra: editor
|
75
77
|
Requires-Dist: phitigra>=0.2.6; extra == "editor"
|
76
78
|
Provides-Extra: groups
|
@@ -1,8 +1,9 @@
|
|
1
1
|
gmpy2~=2.1.b999
|
2
2
|
cysignals!=1.12.0,>=1.11.2
|
3
3
|
memory_allocator
|
4
|
-
passagemath-categories==10.6.
|
5
|
-
passagemath-
|
4
|
+
passagemath-categories==10.6.1rc13
|
5
|
+
passagemath-conf==10.6.1rc13
|
6
|
+
passagemath-environment==10.6.1rc13
|
6
7
|
|
7
8
|
[:sys_platform == "win32"]
|
8
9
|
cysignals<1.12.4
|
@@ -25,6 +26,8 @@ passagemath-cmr
|
|
25
26
|
[combinat]
|
26
27
|
passagemath-combinat
|
27
28
|
|
29
|
+
[databases]
|
30
|
+
|
28
31
|
[editor]
|
29
32
|
phitigra>=0.2.6
|
30
33
|
|
@@ -3,10 +3,11 @@
|
|
3
3
|
# Minimum requirements for the build system to execute.
|
4
4
|
requires = [
|
5
5
|
'setuptools >= 77.0.0',
|
6
|
-
'passagemath-setup == 10.6.
|
6
|
+
'passagemath-setup == 10.6.1rc13',
|
7
7
|
'pkgconfig',
|
8
|
-
'passagemath-
|
9
|
-
'passagemath-
|
8
|
+
'passagemath-conf == 10.6.1rc13',
|
9
|
+
'passagemath-environment == 10.6.1rc13',
|
10
|
+
'passagemath-categories == 10.6.1rc13',
|
10
11
|
'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
|
11
12
|
'gmpy2 ~=2.1.b999',
|
12
13
|
'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
@@ -21,8 +22,9 @@ dependencies = [
|
|
21
22
|
'gmpy2 ~=2.1.b999',
|
22
23
|
'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
23
24
|
'memory_allocator',
|
24
|
-
'passagemath-categories == 10.6.
|
25
|
-
'passagemath-
|
25
|
+
'passagemath-categories == 10.6.1rc13',
|
26
|
+
'passagemath-conf == 10.6.1rc13',
|
27
|
+
'passagemath-environment == 10.6.1rc13',
|
26
28
|
]
|
27
29
|
dynamic = ["version"]
|
28
30
|
license = "GPL-2.0-or-later"
|
@@ -86,6 +88,7 @@ tdlib = ["passagemath-tdlib"]
|
|
86
88
|
|
87
89
|
# features
|
88
90
|
combinat = ["passagemath-combinat"]
|
91
|
+
databases = []
|
89
92
|
editor = ['phitigra>=0.2.6',]
|
90
93
|
groups = ["passagemath-groups", "passagemath-graphs[nauty]"]
|
91
94
|
homology = ["passagemath-modules"]
|
@@ -102,6 +105,22 @@ standard = [
|
|
102
105
|
"passagemath-plot[tachyon]",
|
103
106
|
]
|
104
107
|
|
108
|
+
[tool.cibuildwheel.linux]
|
109
|
+
# Unfortunately CIBW_REPAIR_WHEEL_COMMAND does not expand {project} (and other placeholders),
|
110
|
+
# so there is no clean way to refer to the repair_wheel.py script
|
111
|
+
# https://github.com/pypa/cibuildwheel/issues/1931
|
112
|
+
repair-wheel-command = [
|
113
|
+
'python3 -m pip install passagemath-conf auditwheel',
|
114
|
+
'python3 pkgs/sagemath-nauty/repair_wheel.py {wheel}',
|
115
|
+
'auditwheel repair -w {dest_dir} {wheel}',
|
116
|
+
]
|
117
|
+
[tool.cibuildwheel.macos]
|
118
|
+
repair-wheel-command = [
|
119
|
+
'python3 -m pip install passagemath-conf auditwheel',
|
120
|
+
'python3 pkgs/sagemath-nauty/repair_wheel.py {wheel}',
|
121
|
+
'delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}',
|
122
|
+
]
|
123
|
+
|
105
124
|
[tool.setuptools]
|
106
125
|
include-package-data = false
|
107
126
|
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generators/families.py
RENAMED
@@ -3955,10 +3955,10 @@ def MathonPseudocyclicStronglyRegularGraph(t, G=None, L=None):
|
|
3955
3955
|
(441, 220, 109, 110)
|
3956
3956
|
sage: G3x3.automorphism_group(algorithm='bliss').order() # optional - bliss
|
3957
3957
|
27
|
3958
|
-
sage: G9 = graphs.MathonPseudocyclicStronglyRegularGraph(2)
|
3959
|
-
sage: G9.is_strongly_regular(parameters=True)
|
3958
|
+
sage: G9 = graphs.MathonPseudocyclicStronglyRegularGraph(2) # needs database_graphs
|
3959
|
+
sage: G9.is_strongly_regular(parameters=True) # needs database_graphs
|
3960
3960
|
(441, 220, 109, 110)
|
3961
|
-
sage: G9.automorphism_group(algorithm='bliss').order() # optional - bliss
|
3961
|
+
sage: G9.automorphism_group(algorithm='bliss').order() # optional - bliss, needs database_graphs
|
3962
3962
|
9
|
3963
3963
|
|
3964
3964
|
TESTS::
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/generic_graph.py
RENAMED
@@ -21857,20 +21857,20 @@ class GenericGraph(GenericGraph_pyx):
|
|
21857
21857
|
|
21858
21858
|
sage: # needs sage.modules sage.plot
|
21859
21859
|
sage: g = graphs.WheelGraph(n=7)
|
21860
|
-
sage: g.plot(layout='tutte', external_face=[0,1,2])
|
21860
|
+
sage: g.plot(layout='tutte', external_face=[0,1,2]) # needs planarity
|
21861
21861
|
Graphics object consisting of 20 graphics primitives
|
21862
21862
|
sage: g = graphs.CubeGraph(n=3, embedding=2)
|
21863
|
-
sage: g.plot(layout='tutte', external_face=['101','111','001',
|
21863
|
+
sage: g.plot(layout='tutte', external_face=['101','111','001', # needs planarity
|
21864
21864
|
....: '011'], external_face_pos={'101':(1,0), '111':(0,0),
|
21865
21865
|
....: '001':(2,1), '011':(-1,1)})
|
21866
21866
|
Graphics object consisting of 21 graphics primitives
|
21867
21867
|
sage: g = graphs.CompleteGraph(n=5)
|
21868
|
-
sage: g.plot(layout='tutte', external_face=[0,1,2])
|
21868
|
+
sage: g.plot(layout='tutte', external_face=[0,1,2]) # needs planarity
|
21869
21869
|
Traceback (most recent call last):
|
21870
21870
|
...
|
21871
21871
|
ValueError: graph must be planar
|
21872
21872
|
sage: g = graphs.CycleGraph(n=10)
|
21873
|
-
sage: g.layout(layout='tutte', external_face=[0,1,2,3,4,5,6,7,8,9])
|
21873
|
+
sage: g.layout(layout='tutte', external_face=[0,1,2,3,4,5,6,7,8,9]) # needs planarity
|
21874
21874
|
Traceback (most recent call last):
|
21875
21875
|
...
|
21876
21876
|
ValueError: graph must be 3-connected
|
@@ -26266,6 +26266,7 @@ class GenericGraph(GenericGraph_pyx):
|
|
26266
26266
|
|
26267
26267
|
However, there are still many different EPs::
|
26268
26268
|
|
26269
|
+
sage: # needs nauty
|
26269
26270
|
sage: len(list(graphs(5)))
|
26270
26271
|
34
|
26271
26272
|
sage: polys = []
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/graph_coloring.pyx
RENAMED
@@ -1859,7 +1859,7 @@ def linear_arboricity(g, plus_one=None, hex_colors=False, value_only=False,
|
|
1859
1859
|
Asking for the value of the linear arboricity only (:issue:`24991`)::
|
1860
1860
|
|
1861
1861
|
sage: from sage.graphs.graph_coloring import linear_arboricity
|
1862
|
-
sage: sorted(linear_arboricity(G, value_only=True) for G in graphs(4)) # needs sage.numerical.mip
|
1862
|
+
sage: sorted(linear_arboricity(G, value_only=True) for G in graphs(4)) # needs nauty sage.numerical.mip
|
1863
1863
|
[0, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2]
|
1864
1864
|
|
1865
1865
|
Test parameter ``hex_color`` (:issue:`26228`)::
|
@@ -2079,7 +2079,7 @@ def acyclic_edge_coloring(g, hex_colors=False, value_only=False, k=0,
|
|
2079
2079
|
Issue :issue:`24991` is fixed::
|
2080
2080
|
|
2081
2081
|
sage: from sage.graphs.graph_coloring import acyclic_edge_coloring
|
2082
|
-
sage: sorted(acyclic_edge_coloring(G, value_only=True) for G in graphs(4)) # needs sage.numerical.mip
|
2082
|
+
sage: sorted(acyclic_edge_coloring(G, value_only=True) for G in graphs(4)) # needs nauty sage.numerical.mip
|
2083
2083
|
[2, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5]
|
2084
2084
|
|
2085
2085
|
Test parameter ``hex_color`` (:issue:`26228`)::
|
@@ -2503,8 +2503,8 @@ class MatchingCoveredGraph(Graph):
|
|
2503
2503
|
sage: K = graphs.CompleteBipartiteGraph(3, 3)
|
2504
2504
|
sage: J = graphs.HeawoodGraph()
|
2505
2505
|
sage: H = MatchingCoveredGraph(J)
|
2506
|
-
sage: H.is_brace() and not H.is_planar() and
|
2507
|
-
....:
|
2506
|
+
sage: (H.is_brace() and not H.is_planar() and # needs planarity
|
2507
|
+
....: H.is_regular(k=3) and H.girth() == 6)
|
2508
2508
|
True
|
2509
2509
|
|
2510
2510
|
Braces of order six or more are 3-connected::
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/strongly_regular_db.pyx
RENAMED
@@ -1199,7 +1199,7 @@ def SRG_from_RSHCD(v, k, l, mu, existence=False, check=True):
|
|
1199
1199
|
False
|
1200
1200
|
sage: SRG_from_RSHCD(784, 377, 180, 182, existence=True) # needs sage.combinat sage.modules
|
1201
1201
|
True
|
1202
|
-
sage: SRG_from_RSHCD(144, 65, 28, 30) # needs sage.combinat sage.modules
|
1202
|
+
sage: SRG_from_RSHCD(144, 65, 28, 30) # needs database_graphs sage.combinat sage.modules
|
1203
1203
|
Graph on 144 vertices
|
1204
1204
|
|
1205
1205
|
an example with vertex-transitive automorphism group, found during the
|
@@ -1603,7 +1603,7 @@ def is_switch_skewhad(int v, int k, int l, int mu):
|
|
1603
1603
|
|
1604
1604
|
EXAMPLES::
|
1605
1605
|
|
1606
|
-
sage: graphs.strongly_regular_graph(226, 105, 48, 49) # needs sage.combinat sage.modules
|
1606
|
+
sage: graphs.strongly_regular_graph(226, 105, 48, 49) # needs database_graphs sage.combinat sage.modules
|
1607
1607
|
switch skewhad^2+*_4: Graph on 226 vertices
|
1608
1608
|
|
1609
1609
|
TESTS::
|
@@ -1649,7 +1649,7 @@ def is_switch_OA_srg(int v, int k, int l, int mu):
|
|
1649
1649
|
|
1650
1650
|
EXAMPLES::
|
1651
1651
|
|
1652
|
-
sage: graphs.strongly_regular_graph(170, 78, 35, 36) # indirect doctest # needs sage.combinat sage.modules
|
1652
|
+
sage: graphs.strongly_regular_graph(170, 78, 35, 36) # indirect doctest # needs database_graphs sage.combinat sage.modules
|
1653
1653
|
Graph on 170 vertices
|
1654
1654
|
|
1655
1655
|
TESTS::
|
@@ -1707,7 +1707,7 @@ def is_nowhere0_twoweight(int v, int k, int l, int mu):
|
|
1707
1707
|
|
1708
1708
|
EXAMPLES::
|
1709
1709
|
|
1710
|
-
sage: graphs.strongly_regular_graph(196, 60, 14, 20) # needs sage.combinat sage.modules
|
1710
|
+
sage: graphs.strongly_regular_graph(196, 60, 14, 20) # needs database_graphs sage.combinat sage.modules
|
1711
1711
|
Nowhere0WordsTwoWeightCodeGraph(8): Graph on 196 vertices
|
1712
1712
|
|
1713
1713
|
TESTS::
|
@@ -1816,9 +1816,9 @@ def eigenmatrix(int v, int k, int l, int mu):
|
|
1816
1816
|
strongly regular graph::
|
1817
1817
|
|
1818
1818
|
sage: # needs sage.modules
|
1819
|
-
sage: graphs.strongly_regular_graph(243,220,199,200, existence=True) # needs sage.combinat
|
1819
|
+
sage: graphs.strongly_regular_graph(243,220,199,200, existence=True) # needs database_graphs sage.combinat
|
1820
1820
|
True
|
1821
|
-
sage: graphs.strongly_regular_graph(243,110,37,60, existence=True) # needs sage.combinat
|
1821
|
+
sage: graphs.strongly_regular_graph(243,110,37,60, existence=True) # needs database_graphs sage.combinat
|
1822
1822
|
True
|
1823
1823
|
sage: P = eigenmatrix(243,220,199,200); P
|
1824
1824
|
[ 1 220 22]
|
@@ -2696,7 +2696,7 @@ cdef bint seems_feasible(int v, int k, int l, int mu) noexcept:
|
|
2696
2696
|
:issue:`32306` is fixed::
|
2697
2697
|
|
2698
2698
|
sage: from sage.graphs.strongly_regular_db import strongly_regular_graph
|
2699
|
-
sage: strongly_regular_graph(16384, 8256, 4160, 4160, existence=True) # needs sage.combinat sage.modules
|
2699
|
+
sage: strongly_regular_graph(16384, 8256, 4160, 4160, existence=True) # needs database_graphs sage.combinat sage.modules
|
2700
2700
|
True
|
2701
2701
|
"""
|
2702
2702
|
cdef uint_fast32_t tmp[2]
|
@@ -2825,9 +2825,9 @@ def strongly_regular_graph(int v, int k, int l, int mu=-1, bint existence=False,
|
|
2825
2825
|
|
2826
2826
|
A set of parameters proved in a paper to be infeasible::
|
2827
2827
|
|
2828
|
-
sage: graphs.strongly_regular_graph(324,57,0,12,existence=True)
|
2828
|
+
sage: graphs.strongly_regular_graph(324,57,0,12, existence=True) # needs database_graphs sage.combinat sage.modules
|
2829
2829
|
False
|
2830
|
-
sage: graphs.strongly_regular_graph(324,57,0,12) # needs sage.combinat sage.modules
|
2830
|
+
sage: graphs.strongly_regular_graph(324,57,0,12) # needs database_graphs sage.combinat sage.modules
|
2831
2831
|
Traceback (most recent call last):
|
2832
2832
|
...
|
2833
2833
|
EmptySetError: Andries Brouwer's database reports that no (324, 57, 0,
|
@@ -2836,9 +2836,9 @@ def strongly_regular_graph(int v, int k, int l, int mu=-1, bint existence=False,
|
|
2836
2836
|
|
2837
2837
|
A set of parameters unknown to be realizable in Andries Brouwer's database::
|
2838
2838
|
|
2839
|
-
sage: graphs.strongly_regular_graph(324,95,22,30,existence=True)
|
2839
|
+
sage: graphs.strongly_regular_graph(324,95,22,30, existence=True) # needs database_graphs sage.combinat
|
2840
2840
|
Unknown
|
2841
|
-
sage: graphs.strongly_regular_graph(324,95,22,30) # needs sage.combinat
|
2841
|
+
sage: graphs.strongly_regular_graph(324,95,22,30) # needs database_graphs sage.combinat
|
2842
2842
|
Traceback (most recent call last):
|
2843
2843
|
...
|
2844
2844
|
RuntimeError: Andries Brouwer's database reports that no
|
@@ -2847,9 +2847,9 @@ def strongly_regular_graph(int v, int k, int l, int mu=-1, bint existence=False,
|
|
2847
2847
|
|
2848
2848
|
A large unknown set of parameters (not in Andries Brouwer's database)::
|
2849
2849
|
|
2850
|
-
sage: graphs.strongly_regular_graph(1394,175,0,25,existence=True)
|
2850
|
+
sage: graphs.strongly_regular_graph(1394,175,0,25, existence=True) # needs database_graphs sage.combinat
|
2851
2851
|
Unknown
|
2852
|
-
sage: graphs.strongly_regular_graph(1394,175,0,25) # needs sage.combinat
|
2852
|
+
sage: graphs.strongly_regular_graph(1394,175,0,25) # needs database_graphs sage.combinat
|
2853
2853
|
Traceback (most recent call last):
|
2854
2854
|
...
|
2855
2855
|
RuntimeError: Sage cannot figure out if a (1394, 175, 0, 25)-strongly
|
@@ -2864,9 +2864,9 @@ def strongly_regular_graph(int v, int k, int l, int mu=-1, bint existence=False,
|
|
2864
2864
|
|
2865
2865
|
Check that :issue:`26513` is fixed::
|
2866
2866
|
|
2867
|
-
sage: graphs.strongly_regular_graph(539, 288, 162, 144) # needs sage.combinat
|
2867
|
+
sage: graphs.strongly_regular_graph(539, 288, 162, 144) # needs database_graphs sage.combinat
|
2868
2868
|
descendant of (540, 264, 138, 120)-strongly regular graph at ... 539 vertices
|
2869
|
-
sage: graphs.strongly_regular_graph(539, 250, 105, 125) # needs sage.combinat
|
2869
|
+
sage: graphs.strongly_regular_graph(539, 250, 105, 125) # needs database_graphs sage.combinat
|
2870
2870
|
descendant of (540, 275, 130, 150)-strongly regular graph at ... 539 vertices
|
2871
2871
|
sage: graphs.strongly_regular_graph(209, 100, 45, 50) # needs database_graphs sage.libs.pari
|
2872
2872
|
descendant of complement(merging of S_7 on Circulant(6,[1,4])s) at ... 209 vertices
|
@@ -1 +0,0 @@
|
|
1
|
-
10.6.1.rc12
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/all__sagemath_graphs.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/abstract_tree.py
RENAMED
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/binary_tree.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/all.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/bibd.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/database.py
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.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/ext_rep.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/meson.build
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.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/designs/twographs.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/interval_posets.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/nu_tamari_lattice.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/ordered_tree.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/d_complete.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/elements.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/forest.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/lattices.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/meson.build
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/mobile.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/posets/posets.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/rooted_tree.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/shard_order.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/tamari_lattices.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/combinat/yang_baxter_graph.py
RENAMED
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/databases/knotinfo_db.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/ext_data/kenzo/README.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/asteroidal_triples.pyx
RENAMED
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/boost_graph.pxd
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/boost_graph.pyx
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/boost_interface.cpp
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/c_graph.pxd
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/c_graph.pyx
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/dense_graph.pxd
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/dense_graph.pyx
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/graph_backends.pxd
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/graph_backends.pyx
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/meson.build
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/overview.py
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/sparse_graph.pxd
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/base/sparse_graph.pyx
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.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/bipartite_graph.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/comparability.pyx
RENAMED
File without changes
|
{passagemath_graphs-10.6.1rc12 → passagemath_graphs-10.6.1rc13}/sage/graphs/connectivity.pxd
RENAMED
File without changes
|