We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54694e9 commit d88cfd3Copy full SHA for d88cfd3
src/sage/graphs/graph_decompositions/meson.build
@@ -6,7 +6,7 @@ py.install_sources(
6
'all.py',
7
'all__sagemath_tdlib.py',
8
'fast_digraph.pxd',
9
- 'modular_decomposition.py',
+ 'modular_decomposition.pxd',
10
'rankwidth.pxd',
11
'slice_decomposition.pxd',
12
'tree_decomposition.pxd',
@@ -38,6 +38,7 @@ endforeach
38
extension_data_cpp = {
39
'clique_separators': files('clique_separators.pyx'),
40
'slice_decomposition' : files('slice_decomposition.pyx'),
41
+ 'modular_decomposition' : files('modular_decomposition.pyx'),
42
}
43
44
foreach name, pyx : extension_data_cpp
0 commit comments