- 28 Mar, 2020 1 commit
-
-
Tiago Peixoto authored
This fixes issue #624
-
- 22 Mar, 2020 1 commit
-
-
Tiago Peixoto authored
-
- 12 Jul, 2019 1 commit
-
-
Tiago Peixoto authored
This also adds the missing Graph.get_total_degrees() and missing documentation. This fixes issue #596
-
- 05 Jun, 2019 1 commit
-
-
Tiago Peixoto authored
-
- 07 Apr, 2019 1 commit
-
-
Tiago Peixoto authored
This improves performance of the Python API.
-
- 14 Feb, 2018 1 commit
-
-
Tiago Peixoto authored
-
- 01 Feb, 2018 1 commit
-
-
Tiago Peixoto authored
-
- 19 Nov, 2017 1 commit
-
-
Tiago Peixoto authored
-
- 07 Oct, 2017 2 commits
-
-
Tiago Peixoto authored
It now accepts edge descriptors from all graph views and invalidates them after removal.
-
Tiago Peixoto authored
-
- 26 Sep, 2017 1 commit
-
-
Tiago Peixoto authored
This essentially replaces "neighbours" by "neighbors" throughout. Aliases using the British spelling (e.g. Vertex.out_neighbours()) are preserved for compatibility.
-
- 05 Feb, 2017 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This changes the underlying adjacency matrix implementation to a single mixed in + out edge list for each node, instead of separate ones. This simplifies the undirected_adaptor<> so that its out-edge iterators become trivial, and also faster.
-
- 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
-
- 12 Jan, 2016 1 commit
-
-
Tiago Peixoto authored
-
- 03 Jan, 2016 1 commit
-
-
Tiago Peixoto authored
-
- 01 Jan, 2016 1 commit
-
-
Tiago Peixoto authored
-
- 23 Dec, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 13 Nov, 2015 1 commit
-
-
Tiago Peixoto authored
This introduces support for returning a generator in subgraph_isomorphism(), so that all matches do not need to be kept on memory simultaneously. This fixes issue #255.
-
- 25 Oct, 2015 1 commit
-
-
Tiago Peixoto authored
-
- 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
-