Skip to content

Commit 2d5895b

Browse files
committed
src/sage/graphs/generators: add pickled Golay code graph data
Add a pickled/xz'd list of vertices and edges for the Shortened 000 111 extended binary Golay code graph. It's much faster to construct this graph from cached data than it is to do it on-the-fly.
1 parent db9104a commit 2d5895b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/sage/graphs/generators/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ py.install_sources(
1010
'intersection.py',
1111
'platonic_solids.py',
1212
'random.py',
13+
'shortened_000_111_extended_binary_Golay_code_graph.pickle.xz',
1314
'smallgraphs.py',
1415
'world_map.py',
1516
subdir: 'sage/graphs/generators',

0 commit comments

Comments
 (0)