- 02 May, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 30 Apr, 2012 2 commits
-
-
Tiago Peixoto authored
This resolves ticket #100
-
Tiago Peixoto authored
-
- 29 Apr, 2012 22 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This makes the code more efficient if the input parameter combinations are much larger than the graph itself.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This allows them to be modified and passed forward in one expression.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
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 2 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
-