- 29 Apr, 2012 7 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 15 Apr, 2012 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This fixes a bug where some matches were skipped, due to a spurious, abrupt termination of the search. This also changes the default argument to 'random=False'.
-
- 11 Apr, 2012 5 commits
-
-
Tiago Peixoto authored
This avoids copying property values when not necessary, if the index remains the same after purging
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
After the removal of filtered vertices via Graph.purge_vertices(), the values of known property maps are now kept consistent with the unmodified graph.
-
Tiago Peixoto authored
-
- 10 Apr, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 08 Apr, 2012 2 commits
-
-
Tiago Peixoto authored
This fixes ticket #92.
-
Tiago Peixoto authored
-
- 06 Apr, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 03 Apr, 2012 1 commit
-
-
Tiago Peixoto authored
This includes user-defined types, as well as vector types and strings. This affects dijkstra_search(), astar_search() and bellman_ford_search().
-
- 31 Mar, 2012 1 commit
-
-
Tiago Peixoto authored
This fixes the edge invalidation check, when either the source of the target vertex is removed.
-
- 21 Mar, 2012 12 commits
-
-
Tiago Peixoto authored
This fixes ticket #97.
-
Tiago Peixoto authored
This also makes all Edge classes inherit from the same base class of the same name. This fixes tickets #94 and #95
-
Tiago Peixoto authored
This fixes ticket #85.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This works around a regression introduced in boost 1.48, relating to the edge descriptors of reversed graphs. See: https://svn.boost.org/trac/boost/ticket/6391
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This fixes a bug where the PropertyMap.fa attribute would not be set if filtering is disabled.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This fixes ticket #84
-
- 30 Dec, 2011 2 commits
-
-
Tiago Peixoto authored
This also belongs to an upcoming commit.
-
Tiago Peixoto authored
-
- 29 Dec, 2011 1 commit
-
-
Tiago Peixoto authored
This modification belongs to an upcoming commit.
-
- 28 Dec, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 22 Dec, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 27 Nov, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 18 Nov, 2011 1 commit
-
-
Tiago Peixoto authored
This changes stlightly the information passed to the auxiliary functions provided by the user, so that more arbitrary structures can be constructed more easily.
-