- 20 Feb, 2010 1 commit
-
-
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.
-