- 08 Feb, 2010 1 commit
-
-
Tiago Peixoto authored
This fixes a problem, where the underlying edge directionality would cause correlations to arise when rewiring undirected graphs. Now each edge is correctly considered in both possible orientations, which are chosen randomly.
-
- 04 Feb, 2010 2 commits
-
-
Tiago Peixoto authored
This implements a shortest_path() function which returns the shortest path between two vertices. This also modifies shortest_distances, such that a predecessor map is optionally returned.
-
Tiago Peixoto authored
This fixes a crash when purging filtered vertices.
-
- 30 Jan, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 29 Jan, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 28 Jan, 2010 5 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Support for edge/vertex labelling is 99% done, but it is currently impractical to compile with GCC. If GCC 4.5 doesn't do a better job, then a workaround would be necessary.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 25 Jan, 2010 2 commits
-
-
Tiago Peixoto authored
This also cleans up some m4 boost macros, and includes other small corrections to configure.ac.
-
Tiago Peixoto authored
-
- 12 Jan, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 10 Jan, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 30 Dec, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 23 Dec, 2009 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This allows compilation with older versions of boost (>=1.38), which in some sistems are the only option. This commit also removes the linking of the boost_graph shared library, since none of its symbols are actually required.
-
- 22 Dec, 2009 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This implements a simpler rewire strategy where the edges are randomly placed, without preserving the degrees of the vertices.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 14 Dec, 2009 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
It is necessary to use -frounding-math to avoid run-time errors with certain versions of CGAL.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 13 Dec, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 06 Dec, 2009 7 commits
-
-
Tiago Peixoto authored
-
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 4 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.
-