- 06 Dec, 2009 6 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This also includes the library CGAL as a dependency.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This is a wrapper around BGL's boyer_myrvold_planarity_test.
-
- 05 Dec, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 01 Dec, 2009 6 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Now use _best weights_ to in-neighbours to determine trust, to avoid path multiplicity catastrophe.
-
Tiago Peixoto authored
This also adds the epsilon parameter, which drops paths with weight below this value.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 28 Nov, 2009 2 commits
-
-
Tiago Peixoto authored
It is now possible to obtain the vertex with index i even for filtered graphs.
-
Tiago Peixoto authored
-
- 21 Nov, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 20 Nov, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 09 Nov, 2009 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
It is not useful to store vertices by index when the vertices are being filtered, since Graph.vertex() does not map to index in this case.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 06 Nov, 2009 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 05 Nov, 2009 7 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Since the same edge appears twice in Vertex.all_edges() if it is a self_loop, it would be deleted twice in Graph.clear_vertex(), raising an exception. Now, the edges are stored in a set first, avoiding this problem.
-
Tiago Peixoto authored
Small fixes of some examples in the docstrings.
-
Tiago Peixoto authored
This fixes a crash when a "valid" copy of an invalid edge descriptor is removed from the graph. Now the invalidity of the descriptor is detected and exposed.
-
Tiago Peixoto authored
This fixes the problem of generating invalid Makefiles when more than one python installation is found.
-
Tiago Peixoto authored
Use the original, simpler, path weight calculation.
-
Tiago Peixoto authored
Fix compilation warnings with boost 1.40, remove unnecessary files, fix autoconf macros and link with "boost_graph". This also raises the minimum boost version to 1.40.
-
- 04 Nov, 2009 1 commit
-
-
Tiago Peixoto authored
This includes the shortest_distance() function in the topology module.
-
- 23 Oct, 2009 5 commits
-
-
Tiago Peixoto authored
This is a workaround for strange entries in sys.path; either dirs that don't exist, or are in unicode.
-
Tiago Peixoto authored
Properties with empty values are now simply not printed in the output.
-
Tiago Peixoto authored
Some property typles wrongly included the index map, when they shouldn't.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 17 Oct, 2009 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 12 Oct, 2009 1 commit
-
-
Tiago Peixoto authored
This fixes how paths are weighted in the absolute_trust algorithm.
-
- 09 Oct, 2009 1 commit
-
-
Tiago Peixoto authored
-