- 24 Aug, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 21 Jun, 2011 1 commit
-
-
Tiago Peixoto authored
This fixes a bug where filtered vertices would be incorrectly marked, if the largest component index happend to be zero.
-
- 21 Apr, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 15 Apr, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 02 Mar, 2011 1 commit
-
-
Tiago Peixoto authored
This fixes a leftover bug from the removal of the 'core' submodule.
-
- 10 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 29 Jan, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 18 Jan, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 16 Jan, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 21 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
Added more DOI links to references, and other cosmetic changes.
-
- 05 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 13 Nov, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 22 May, 2010 1 commit
-
-
Tiago Peixoto authored
This allows for sampling of random subgraph isomorphisms.
-
- 03 May, 2010 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 07 Mar, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 20 Feb, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This fixes the expected values for several doctests, after random_graph() re-factoring.
-
- 04 Feb, 2010 1 commit
-
-
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.
-
- 30 Jan, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 28 Jan, 2010 1 commit
-
-
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.
-
- 06 Dec, 2009 1 commit
-
-
Tiago Peixoto authored
This is a wrapper around BGL's boyer_myrvold_planarity_test.
-
- 04 Nov, 2009 1 commit
-
-
Tiago Peixoto authored
This includes the shortest_distance() function in the topology module.
-
- 05 Oct, 2009 1 commit
-
-
Tiago Peixoto authored
This completes all the documentation up to this point.
-
- 03 Oct, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 03 Sep, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 21 Aug, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 17 Aug, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 16 Aug, 2009 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 04 Aug, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 15 Jul, 2009 1 commit
-
-
Tiago Peixoto authored
This modified several docstrings and introduces a quick-start guide.
-
- 01 Mar, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 26 Oct, 2008 1 commit
-
-
Tiago Peixoto authored
Reduce duplication of code for loading C++ modules.
-
- 23 Oct, 2008 1 commit
-
-
Tiago Peixoto authored
This also creates the misc sub-module. This may be re-organized in the future.
-
- 21 Jul, 2008 1 commit
-
-
Tiago Peixoto authored
Also, get rid of g.underlying_graph(), and rely on "private" variable g._Graph__graph instead.
-
- 10 Apr, 2008 1 commit
-
-
Tiago Peixoto authored
The whole histogram code has been redone, and the code has been simplified. The three-point vertex-edge-vertex correlation has been scrapped, since it's not frequently used, and would make compilation even more expensive. This also adds some missing files to the generation routine.
-