Ticket #13058: trac_13058.attribution.patch

File trac_13058.attribution.patch, 1.5 KB (added by kini, 12 months ago)

apply to $SAGE_ROOT/devel/sage

  • sage/graphs/graph_generators.py

    # HG changeset patch
    # User Keshav Kini <keshav.kini@gmail.com>
    # Date 1338337391 25200
    # Node ID e43401df8ed6360c3ac0b0db812fcd5673810c52
    # Parent  528f0e5dd9978d6093426a38d38c5376a4f03951
    Provide attribution for construction method
    
    diff --git a/sage/graphs/graph_generators.py b/sage/graphs/graph_generators.py
    a b  
    15181518        For more information on the Hall-Janko graph, see its 
    15191519        :wikipedia:`Wikipedia page <Hall-Janko_graph>`. 
    15201520 
     1521        The construction used to generate this graph in Sage is by 
     1522        a 100-point permutation representation of the Janko group `J_2`, 
     1523        as described in version 3 of the ATLAS of Finite Group 
     1524        representations, in particular on the page `ATLAS: J2 
     1525        — Permutation representation on 100 points 
     1526        <http://brauer.maths.qmul.ac.uk/Atlas/v3/permrep/J2G1-p100B0>`_. 
     1527 
    15211528        EXAMPLES:: 
    15221529 
    15231530            sage: g = graphs.HallJankoGraph() 
     
    15531560        # takes some time to run them, this method actually builds the graph 
    15541561        # from its sparse6 string. 
    15551562 
     1563        # The following construction is due to version 3 of the ATLAS of Finite 
     1564        # Group Representations, specifically the page at 
     1565        # http://brauer.maths.qmul.ac.uk/Atlas/v3/permrep/J2G1-p100B0 . 
     1566 
    15561567        # from sage.interfaces.gap import gap 
    15571568        # gap.eval("g1 := (1,84)(2,20)(3,48)(4,56)(5,82)(6,67)(7,55)(8,41)" 
    15581569        #          "(9,35)(10,40)(11,78)(12,100)(13,49)(14,37)(15,94)(16,76)"