- 05 Jun, 2019 1 commit
-
-
Tiago Peixoto authored
-
- 14 Feb, 2018 1 commit
-
-
Tiago Peixoto authored
-
- 01 Feb, 2018 1 commit
-
-
Tiago Peixoto authored
-
- 19 Nov, 2017 1 commit
-
-
Tiago Peixoto authored
-
- 28 Feb, 2017 1 commit
-
-
Tiago Peixoto authored
-
- 01 Jan, 2017 1 commit
-
-
Tiago Peixoto authored
-
- 22 Apr, 2016 1 commit
-
-
Tiago Peixoto authored
Now algorithms rely more on parallel_{vertex/edge}_loop() and global the paralellization threshold is honored.
-
- 07 Feb, 2016 1 commit
-
-
Tiago Peixoto authored
-
- 18 Jan, 2016 1 commit
-
-
Tiago Peixoto authored
-
- 01 Jan, 2016 1 commit
-
-
Tiago Peixoto authored
-
- 15 Oct, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 11 Oct, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 23 Apr, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 11 Mar, 2015 1 commit
-
-
Tiago Peixoto authored
This fixes issue #205
-
- 08 Jan, 2015 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.
-
- 02 Jan, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 10 Nov, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 22 Jul, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 15 Jul, 2013 1 commit
-
-
Tiago Peixoto authored
Use schedule(static, 100), to reduce overhead with small graphs in the majority of cases.
-
- 06 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 06 Oct, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 30 Sep, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 29 Sep, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 03 Jun, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 02 May, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 21 Mar, 2012 1 commit
-
-
Tiago Peixoto authored
This fixes ticket #84
-
- 24 Aug, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 28 Jun, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 03 May, 2011 1 commit
-
-
Tiago Peixoto authored
This makes the calculation coherent with the definition given in the documentation.
-
- 10 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 13 Nov, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 07 Mar, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 10 Mar, 2009 1 commit
-
-
Tiago Peixoto authored
Thins changes the graph filtering code slightly to wrap graph types with GraphWrap, which automatically updates the edge index list when edges are removed and added to the graph. This also changes how graphs are passed to algorithms, which is now by reference instead of pointer. (hence this touches lots of code, but changes are trivial)
-
- 14 Feb, 2009 1 commit
-
-
Tiago Peixoto authored
This adds the centrality module, which supports betweenness, eigentrust, pagerank and absolute trust.
-