- 22 Feb, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 17 Jan, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 02 Sep, 2014 1 commit
-
-
Tiago Peixoto authored
The new format fully supports all property map types present in graph-tool and should be much faster and produce smaller files than the other text-based formats.
-
- 09 Jun, 2014 1 commit
-
-
Tiago Peixoto authored
This also implements direct manipulation of OpenMP settings (schedule and number of threads) via python.
-
- 10 Nov, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 20 Oct, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 27 Jun, 2013 1 commit
-
-
Tiago Peixoto authored
This removes old dependency on an outdated graph wrapper which did edge index housekeeping.
-
- 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.
-