Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
3fde5e74
Commit
3fde5e74
authored
Mar 15, 2016
by
Tiago Peixoto
Browse files
Fix bug all_paths() with parallel edges
parent
f2c93fc6
Pipeline
#123
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph/topology/graph_distance.cc
View file @
3fde5e74
...
...
@@ -529,9 +529,7 @@ void get_all_paths(size_t s, size_t t, size_t cutoff, Yield& yield, Graph& g)
yield
(
wrap_vector_owned
<
size_t
>
(
path
));
stack
.
pop_back
();
if
(
!
stack
.
empty
())
++
stack
.
back
().
first
;
++
pos
.
first
;
}
else
{
...
...
Write
Preview
Supports
Markdown
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