- 20 Oct, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 14 Oct, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 06 Oct, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 05 Oct, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 22 Sep, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 14 Sep, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 13 Sep, 2015 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 06 Sep, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 05 Sep, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 05 Jun, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 23 Apr, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 18 Mar, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 05 Feb, 2015 1 commit
-
-
Tiago Peixoto authored
This fixes #189
-
- 08 Jan, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 16 Oct, 2014 1 commit
-
-
Tiago Peixoto authored
This fixes a bug where equal edge descriptors would be considered unequal. Additionally, now Vertex and Edges can be ordered (via >, <, >=, <=).
-
- 08 Oct, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 19 Aug, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 09 Jun, 2014 1 commit
-
-
Tiago Peixoto authored
This also implements direct manipulation of OpenMP settings (schedule and number of threads) via python.
-
- 20 Mar, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 02 Jan, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 10 Nov, 2013 2 commits
-
-
Tiago Peixoto authored
This makes edge deletion O(1) if fast edge deletion is enabled for the graph.
-
Tiago Peixoto authored
-
- 24 Oct, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 22 Jul, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 15 Jul, 2013 2 commits
-
-
Tiago Peixoto authored
Use schedule(static, 100), to reduce overhead with small graphs in the majority of cases.
-
Tiago Peixoto authored
-
- 20 Mar, 2013 1 commit
-
-
Tiago Peixoto authored
This fixes ticket #131, and includes a 'fast' O(k) option, which changes the vertex index ordering.
-
- 11 Feb, 2013 1 commit
-
-
Tiago Peixoto authored
Dumping boost::adjacency_list<> improves memory usage by a factor of two, and also slightly improves performance in some cases.
-
- 06 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 25 Nov, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 27 Oct, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 02 Aug, 2012 1 commit
-
-
Tiago Peixoto authored
An attempt no longer is made to reuse edge indexes in a contiguous fashion.
-
- 03 Jun, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 02 May, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 21 Mar, 2012 2 commits
-
-
Tiago Peixoto authored
This also makes all Edge classes inherit from the same base class of the same name. This fixes tickets #94 and #95
-
Tiago Peixoto authored
This works around a regression introduced in boost 1.48, relating to the edge descriptors of reversed graphs. See: https://svn.boost.org/trac/boost/ticket/6391
-
- 14 Aug, 2011 1 commit
-
-
Tiago Peixoto authored
This better organizes the documentation of the Graph class and provides other small fixes.
-
- 10 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 02 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
This implements a GraphView class which allows for convenient, independent filtering graphs.
-