Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
0e8e05fb
Commit
0e8e05fb
authored
Apr 08, 2012
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug in subgraph_isomorphism() with filtered graphs
parent
7cfc2951
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/graph/topology/graph_subgraph_isomorphism.hh
src/graph/topology/graph_subgraph_isomorphism.hh
+0
-3
No files found.
src/graph/topology/graph_subgraph_isomorphism.hh
View file @
0e8e05fb
...
...
@@ -214,9 +214,6 @@ void find_mappings(const Graph1& sub, const Graph2& g, matrix_t& M0,
for
(
last_i
=
num_vertices
(
sub
)
-
1
;
last_i
>=
0
;
--
last_i
)
if
(
vertex
(
i
,
sub
)
!=
graph_traits
<
Graph1
>::
null_vertex
())
break
;
for
(;
i
<
vlist
.
size
();
++
i
)
if
(
vertex
(
vlist
[
i
],
g
)
!=
graph_traits
<
Graph2
>::
null_vertex
())
break
;
Mapping
F
;
list
<
tuple
<
matrix_t
,
size_t
,
...
...
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