- 02 Feb, 2011 4 commits
-
-
Tiago Peixoto authored
This makes sphinx's autodoc slightly happier.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This implements a GraphView class which allows for convenient, independent filtering graphs.
-
Tiago Peixoto authored
-
- 29 Jan, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 25 Jan, 2011 3 commits
-
-
Tiago Peixoto authored
Use Palatino as default font, and remove underline from links.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 18 Jan, 2011 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 16 Jan, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 14 Jan, 2011 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This adds a check for directed graphs in most functions of the flow module, and renames the kolmogorov_max_flow to koybov_kolmogorov_max_flow. This also optimizes the graph augmentation in koybov_kolmogorov_max_flow, where reversed edges are detected and used if they exist.
-
- 26 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 24 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 23 Dec, 2010 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 21 Dec, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Added more DOI links to references, and other cosmetic changes.
-
- 20 Dec, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 15 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
This also keeps compatibility with earlier versions of boost.
-
- 10 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
This fixes ticket 61: http://projects.skewed.de/graph-tool/ticket/61
-
- 05 Dec, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This module contains several search algorithms and a visitor interface.
-
- 04 Dec, 2010 6 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Now an explicit conversion to a compatible python type is attempted if the value being set in a property map cannot be converted directly to a C++ type. This also fixes a bug with vector-valued property maps.
-
Tiago Peixoto authored
Now, whenever GraphWrap is being used, the property maps are always in "checked" mode.
-
- 03 Dec, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 24 Nov, 2010 3 commits
-
-
Tiago Peixoto authored
The arrays returned by PropertyMap.get_array() are now PropertyArray instances, which keep track of the PropertyMap data, and are able to detect when it changes, and raise a ValueError exception. As such, it becomes impossible to read or write to non-allocated memory if an array becomes invalid.
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-