passagemath-graphs 10.6.1rc12__cp312-cp312-macosx_14_0_arm64.whl → 10.6.1rc13__cp312-cp312-macosx_14_0_arm64.whl

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 (62) hide show
  1. {passagemath_graphs-10.6.1rc12.dist-info → passagemath_graphs-10.6.1rc13.dist-info}/METADATA +4 -3
  2. passagemath_graphs-10.6.1rc13.dist-info/METADATA.bak +297 -0
  3. {passagemath_graphs-10.6.1rc12.dist-info → passagemath_graphs-10.6.1rc13.dist-info}/RECORD +62 -57
  4. sage/combinat/designs/designs_pyx.cpython-312-darwin.so +0 -0
  5. sage/combinat/designs/evenly_distributed_sets.cpython-312-darwin.so +0 -0
  6. sage/combinat/designs/gen_quadrangles_with_spread.cpython-312-darwin.so +0 -0
  7. sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-312-darwin.so +0 -0
  8. sage/combinat/designs/subhypergraph_search.cpython-312-darwin.so +0 -0
  9. sage/combinat/posets/hasse_cython.cpython-312-darwin.so +0 -0
  10. sage/combinat/posets/linear_extension_iterator.cpython-312-darwin.so +0 -0
  11. sage/graphs/asteroidal_triples.cpython-312-darwin.so +0 -0
  12. sage/graphs/base/boost_graph.cpython-312-darwin.so +0 -0
  13. sage/graphs/base/c_graph.cpython-312-darwin.so +0 -0
  14. sage/graphs/base/dense_graph.cpython-312-darwin.so +0 -0
  15. sage/graphs/base/graph_backends.cpython-312-darwin.so +0 -0
  16. sage/graphs/base/sparse_graph.cpython-312-darwin.so +0 -0
  17. sage/graphs/base/static_dense_graph.cpython-312-darwin.so +0 -0
  18. sage/graphs/base/static_sparse_backend.cpython-312-darwin.so +0 -0
  19. sage/graphs/base/static_sparse_graph.cpython-312-darwin.so +0 -0
  20. sage/graphs/centrality.cpython-312-darwin.so +0 -0
  21. sage/graphs/comparability.cpython-312-darwin.so +0 -0
  22. sage/graphs/connectivity.cpython-312-darwin.so +0 -0
  23. sage/graphs/convexity_properties.cpython-312-darwin.so +0 -0
  24. sage/graphs/distances_all_pairs.cpython-312-darwin.so +0 -0
  25. sage/graphs/edge_connectivity.cpython-312-darwin.so +0 -0
  26. sage/graphs/generators/distance_regular.cpython-312-darwin.so +0 -0
  27. sage/graphs/generators/families.py +3 -3
  28. sage/graphs/generic_graph.py +5 -4
  29. sage/graphs/generic_graph_pyx.cpython-312-darwin.so +0 -0
  30. sage/graphs/genus.cpython-312-darwin.so +0 -0
  31. sage/graphs/graph_coloring.cpython-312-darwin.so +0 -0
  32. sage/graphs/graph_coloring.pyx +2 -2
  33. sage/graphs/graph_decompositions/bandwidth.cpython-312-darwin.so +0 -0
  34. sage/graphs/graph_decompositions/clique_separators.cpython-312-darwin.so +0 -0
  35. sage/graphs/graph_decompositions/cutwidth.cpython-312-darwin.so +0 -0
  36. sage/graphs/graph_decompositions/fast_digraph.cpython-312-darwin.so +0 -0
  37. sage/graphs/graph_decompositions/graph_products.cpython-312-darwin.so +0 -0
  38. sage/graphs/graph_decompositions/modular_decomposition.cpython-312-darwin.so +0 -0
  39. sage/graphs/graph_decompositions/slice_decomposition.cpython-312-darwin.so +0 -0
  40. sage/graphs/graph_decompositions/tree_decomposition.cpython-312-darwin.so +0 -0
  41. sage/graphs/graph_decompositions/vertex_separation.cpython-312-darwin.so +0 -0
  42. sage/graphs/graph_generators_pyx.cpython-312-darwin.so +0 -0
  43. sage/graphs/hyperbolicity.cpython-312-darwin.so +0 -0
  44. sage/graphs/independent_sets.cpython-312-darwin.so +0 -0
  45. sage/graphs/isoperimetric_inequalities.cpython-312-darwin.so +0 -0
  46. sage/graphs/line_graph.cpython-312-darwin.so +0 -0
  47. sage/graphs/matching_covered_graph.py +2 -2
  48. sage/graphs/path_enumeration.cpython-312-darwin.so +0 -0
  49. sage/graphs/spanning_tree.cpython-312-darwin.so +0 -0
  50. sage/graphs/strongly_regular_db.cpython-312-darwin.so +0 -0
  51. sage/graphs/strongly_regular_db.pyx +15 -15
  52. sage/graphs/traversals.cpython-312-darwin.so +0 -0
  53. sage/graphs/trees.cpython-312-darwin.so +0 -0
  54. sage/graphs/views.cpython-312-darwin.so +0 -0
  55. sage/graphs/weakly_chordal.cpython-312-darwin.so +0 -0
  56. sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-312-darwin.so +0 -0
  57. sage_wheels/share/graphs/brouwer_srg_database.json +1 -0
  58. sage_wheels/share/graphs/graphs.db +0 -0
  59. sage_wheels/share/graphs/isgci_sage.xml +11116 -0
  60. sage_wheels/share/graphs/smallgraphs.txt +565 -0
  61. {passagemath_graphs-10.6.1rc12.dist-info → passagemath_graphs-10.6.1rc13.dist-info}/WHEEL +0 -0
  62. {passagemath_graphs-10.6.1rc12.dist-info → passagemath_graphs-10.6.1rc13.dist-info}/top_level.txt +0 -0
@@ -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::
@@ -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 = []
Binary file
@@ -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
- ....: H.is_regular(k=3) and H.girth() == 6
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::
@@ -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) # needs sage.combinat sage.modules
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) # needs sage.combinat
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) # needs sage.combinat
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
Binary file
Binary file