Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fize Jacques
GMatch4py
Commits
c874deaa
Commit
c874deaa
authored
Sep 11, 2018
by
Fize Jacques
Browse files
debug mcs...
parent
17ae6a47
Changes
2
Hide whitespace changes
Inline
Side-by-side
gmatch4py/base.pyx
View file @
c874deaa
...
...
@@ -216,6 +216,9 @@ cdef class Base:
networkx.Graph
Most common Subgrah
"""
R
=
G
.
copy
()
R
.
remove_nodes_from
(
n
for
n
in
G
if
n
not
in
H
)
return
R
cpdef
bint
isAccepted
(
self
,
G
,
index
,
selected
):
"""
...
...
setup.py
View file @
c874deaa
...
...
@@ -69,4 +69,6 @@ f=True
if
f
:
if
os
.
path
.
exists
(
"build"
):
shutil
.
rmtree
(
"build"
)
if
os
.
path
.
exists
(
"dist"
):
shutil
.
rmtree
(
"dist"
)
os
.
system
(
"find . -name \*.c -delete ; find . -name \*.cpp -delete ;"
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment