- 25 May, 2013 1 commit
-
-
Tiago Peixoto authored
Ensure in/out_edge/adjacency_iterator and associated are random access in adj_ist<> and UndirectedAdaptor<>
-
- 25 Apr, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 15 Feb, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 10 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
This enables the inclusion of the non-boost tr1 headers if a recent enough version of libstdc++ is detected. This als fixes a bug with clang when sparsehash pulls unwanted tr1 headers.
-
- 07 Jan, 2013 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 26 Dec, 2012 1 commit
-
-
Tiago Peixoto authored
The object may be globally reset via the seed_rng() function.
-
- 22 Jun, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 21 Jun, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 03 Jun, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 06 May, 2012 1 commit
-
-
Tiago Peixoto authored
This install the boost workaround headers together with graph_tool's header files.
-
- 29 Apr, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 06 Apr, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 12 Oct, 2011 1 commit
-
-
Tiago Peixoto authored
This includes a spirit parser for the gml syntax, and a graph writer. Additionaly, the general graph io code also been cleaned up.
-
- 13 Aug, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 08 Jul, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 01 Jun, 2011 1 commit
-
-
Tiago Peixoto authored
Now properties can be copied from vertices which are not identical (e.g. from unfiltered to filtered graphs, etc). This fixes a problem with graph copying and pruning, where the properties were not correclty copied.
-
- 28 Apr, 2011 1 commit
-
-
Tiago Peixoto authored
This removes reverse_graph.hpp, reverse_graph.hpp and copy.hpp, and introduces some modifications in graph_adaptor.hh. This modification fixes compilation problems across different boost versions.
-
- 18 Jan, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 23 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 05 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
This module contains several search algorithms and a visitor interface.
-
- 03 May, 2010 1 commit
-
-
Tiago Peixoto authored
This also maintains compatibility with older boost versions.
-
- 23 Dec, 2009 1 commit
-
-
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.
-
- 05 Nov, 2009 1 commit
-
-
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.
-
- 05 Oct, 2009 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 03 Sep, 2009 1 commit
-
-
Tiago Peixoto authored
This implements a layout module (called 'draw' from python) with an implementation of the arf spring-block layout.
-
- 21 Aug, 2009 1 commit
-
-
Tiago Peixoto authored
This includes the edmonds karp, push relabel and kolmogorov maximum flow algorithms from the BGL.
-
- 16 Aug, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 14 Feb, 2009 1 commit
-
-
Tiago Peixoto authored
This adds the centrality module, which supports betweenness, eigentrust, pagerank and absolute trust.
-
- 06 Feb, 2009 3 commits
-
-
Tiago Peixoto authored
Now inline() automatically converts known variables (such as property maps) and defaults to boost::python objects, instead of scxx objects. The code now is only generated for the current filtered, reversed and/or directed status of the graph, reducing compile time and binary size. Edge modification (remove and add) is now protected by a GraphWrap class, which takes care of the edge index housekeeping, which does not need to be done by hand anymore. The function is also no longer bound to one graph, and can take an arbitrary number of variables of known or unknown types, including graphs.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This includes a new vector property map type (fast_vector_property_map) which has optional disabling of bounds checking, through its associate map type (unchecked_fast_vector_property_map). This should improve performance on algorithms which depend on tight loops which access property maps. Bounds checking is only disabled locally just before the algorithms run, and proper care is taken for bounds checking _beforehand_. The property maps exposed to python still have internal bounds checking.
-
- 01 Dec, 2008 1 commit
-
-
Tiago Peixoto authored
This includes the community sub-module.
-
- 23 Oct, 2008 1 commit
-
-
Tiago Peixoto authored
This also creates the misc sub-module. This may be re-organized in the future.
-
- 13 Oct, 2008 1 commit
-
-
Tiago Peixoto authored
This contains at the moment functions to perform basic vertex and edge searches.
-
- 07 Oct, 2008 1 commit
-
-
Tiago Peixoto authored
Add $(srcdir) to include paths in AM_CPPFLAGS so that we can compile the program writing all targets into a directory separate from the sources. This is done simply by creatig a subdirectory of the project root and running "../configure" and "make" inside it.
-
- 15 Jul, 2008 1 commit
-
-
Tiago Peixoto authored
A new 'clustering' sub-module was created.
-
- 14 Apr, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 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.
-