Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
adf14b20
Commit
adf14b20
authored
Jan 08, 2015
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright information
parent
f7cb33ba
Changes
207
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
207 changed files
with
257 additions
and
209 deletions
+257
-209
doc/conf.py
doc/conf.py
+1
-1
src/graph/centrality/graph_betweenness.cc
src/graph/centrality/graph_betweenness.cc
+1
-1
src/graph/centrality/graph_centrality_bind.cc
src/graph/centrality/graph_centrality_bind.cc
+1
-1
src/graph/centrality/graph_closeness.cc
src/graph/centrality/graph_closeness.cc
+1
-1
src/graph/centrality/graph_closeness.hh
src/graph/centrality/graph_closeness.hh
+1
-1
src/graph/centrality/graph_eigentrust.cc
src/graph/centrality/graph_eigentrust.cc
+1
-1
src/graph/centrality/graph_eigentrust.hh
src/graph/centrality/graph_eigentrust.hh
+1
-1
src/graph/centrality/graph_eigenvector.cc
src/graph/centrality/graph_eigenvector.cc
+1
-1
src/graph/centrality/graph_eigenvector.hh
src/graph/centrality/graph_eigenvector.hh
+1
-1
src/graph/centrality/graph_hits.cc
src/graph/centrality/graph_hits.cc
+1
-1
src/graph/centrality/graph_hits.hh
src/graph/centrality/graph_hits.hh
+1
-1
src/graph/centrality/graph_katz.cc
src/graph/centrality/graph_katz.cc
+1
-1
src/graph/centrality/graph_katz.hh
src/graph/centrality/graph_katz.hh
+1
-1
src/graph/centrality/graph_pagerank.cc
src/graph/centrality/graph_pagerank.cc
+1
-1
src/graph/centrality/graph_pagerank.hh
src/graph/centrality/graph_pagerank.hh
+1
-1
src/graph/centrality/graph_trust_transitivity.cc
src/graph/centrality/graph_trust_transitivity.cc
+1
-1
src/graph/centrality/graph_trust_transitivity.hh
src/graph/centrality/graph_trust_transitivity.hh
+1
-1
src/graph/centrality/minmax.hh
src/graph/centrality/minmax.hh
+1
-1
src/graph/clustering/graph_clustering.cc
src/graph/clustering/graph_clustering.cc
+1
-1
src/graph/clustering/graph_clustering.hh
src/graph/clustering/graph_clustering.hh
+1
-1
src/graph/clustering/graph_extended_clustering.cc
src/graph/clustering/graph_extended_clustering.cc
+1
-1
src/graph/clustering/graph_extended_clustering.hh
src/graph/clustering/graph_extended_clustering.hh
+1
-1
src/graph/clustering/graph_motifs.cc
src/graph/clustering/graph_motifs.cc
+1
-1
src/graph/clustering/graph_motifs.hh
src/graph/clustering/graph_motifs.hh
+1
-1
src/graph/community/graph_blockmodel.cc
src/graph/community/graph_blockmodel.cc
+1
-1
src/graph/community/graph_blockmodel.hh
src/graph/community/graph_blockmodel.hh
+1
-1
src/graph/community/graph_blockmodel_overlap.cc
src/graph/community/graph_blockmodel_overlap.cc
+1
-1
src/graph/community/graph_blockmodel_overlap.hh
src/graph/community/graph_blockmodel_overlap.hh
+1
-1
src/graph/community/graph_community.cc
src/graph/community/graph_community.cc
+1
-1
src/graph/community/graph_community.hh
src/graph/community/graph_community.hh
+1
-1
src/graph/community/graph_community_network.cc
src/graph/community/graph_community_network.cc
+1
-1
src/graph/community/graph_community_network.hh
src/graph/community/graph_community_network.hh
+1
-1
src/graph/community/graph_community_network_eavg.cc
src/graph/community/graph_community_network_eavg.cc
+1
-1
src/graph/community/graph_community_network_eavg_imp1.cc
src/graph/community/graph_community_network_eavg_imp1.cc
+1
-1
src/graph/community/graph_community_network_edges.cc
src/graph/community/graph_community_network_edges.cc
+1
-1
src/graph/community/graph_community_network_vavg.cc
src/graph/community/graph_community_network_vavg.cc
+1
-1
src/graph/community/spence.cc
src/graph/community/spence.cc
+1
-1
src/graph/correlations/graph_assortativity.cc
src/graph/correlations/graph_assortativity.cc
+1
-1
src/graph/correlations/graph_assortativity.hh
src/graph/correlations/graph_assortativity.hh
+1
-1
src/graph/correlations/graph_avg_correlations.cc
src/graph/correlations/graph_avg_correlations.cc
+1
-1
src/graph/correlations/graph_avg_correlations.hh
src/graph/correlations/graph_avg_correlations.hh
+1
-1
src/graph/correlations/graph_avg_correlations_combined.cc
src/graph/correlations/graph_avg_correlations_combined.cc
+1
-1
src/graph/correlations/graph_avg_correlations_imp1.cc
src/graph/correlations/graph_avg_correlations_imp1.cc
+1
-1
src/graph/correlations/graph_corr_hist.hh
src/graph/correlations/graph_corr_hist.hh
+1
-1
src/graph/correlations/graph_correlations.cc
src/graph/correlations/graph_correlations.cc
+1
-1
src/graph/correlations/graph_correlations.hh
src/graph/correlations/graph_correlations.hh
+1
-1
src/graph/correlations/graph_correlations_bind.cc
src/graph/correlations/graph_correlations_bind.cc
+1
-1
src/graph/correlations/graph_correlations_combined.cc
src/graph/correlations/graph_correlations_combined.cc
+1
-1
src/graph/correlations/graph_correlations_imp1.cc
src/graph/correlations/graph_correlations_imp1.cc
+1
-1
src/graph/draw/graph_cairo_draw.cc
src/graph/draw/graph_cairo_draw.cc
+1
-1
src/graph/draw/graph_tree_cts.cc
src/graph/draw/graph_tree_cts.cc
+1
-1
src/graph/fast_vector_property_map.hh
src/graph/fast_vector_property_map.hh
+1
-1
src/graph/flow/graph_augment.hh
src/graph/flow/graph_augment.hh
+3
-1
src/graph/flow/graph_edmonds_karp.cc
src/graph/flow/graph_edmonds_karp.cc
+1
-1
src/graph/flow/graph_flow_bind.cc
src/graph/flow/graph_flow_bind.cc
+3
-1
src/graph/flow/graph_kolmogorov.cc
src/graph/flow/graph_kolmogorov.cc
+1
-1
src/graph/flow/graph_maximum_cardinality_matching.cc
src/graph/flow/graph_maximum_cardinality_matching.cc
+1
-1
src/graph/flow/graph_minimum_cut.cc
src/graph/flow/graph_minimum_cut.cc
+1
-1
src/graph/flow/graph_push_relabel.cc
src/graph/flow/graph_push_relabel.cc
+1
-1
src/graph/generation/dynamic_sampler.hh
src/graph/generation/dynamic_sampler.hh
+1
-1
src/graph/generation/graph_complete.cc
src/graph/generation/graph_complete.cc
+1
-1
src/graph/generation/graph_complete.hh
src/graph/generation/graph_complete.hh
+1
-1
src/graph/generation/graph_generation.cc
src/graph/generation/graph_generation.cc
+1
-1
src/graph/generation/graph_generation.hh
src/graph/generation/graph_generation.hh
+1
-1
src/graph/generation/graph_geometric.cc
src/graph/generation/graph_geometric.cc
+1
-1
src/graph/generation/graph_geometric.hh
src/graph/generation/graph_geometric.hh
+1
-1
src/graph/generation/graph_lattice.cc
src/graph/generation/graph_lattice.cc
+1
-1
src/graph/generation/graph_lattice.hh
src/graph/generation/graph_lattice.hh
+1
-1
src/graph/generation/graph_line_graph.cc
src/graph/generation/graph_line_graph.cc
+1
-1
src/graph/generation/graph_predecessor.cc
src/graph/generation/graph_predecessor.cc
+1
-1
src/graph/generation/graph_predecessor.hh
src/graph/generation/graph_predecessor.hh
+1
-1
src/graph/generation/graph_price.cc
src/graph/generation/graph_price.cc
+1
-1
src/graph/generation/graph_price.hh
src/graph/generation/graph_price.hh
+1
-1
src/graph/generation/graph_rewiring.cc
src/graph/generation/graph_rewiring.cc
+1
-1
src/graph/generation/graph_rewiring.hh
src/graph/generation/graph_rewiring.hh
+1
-1
src/graph/generation/graph_triangulation.cc
src/graph/generation/graph_triangulation.cc
+1
-1
src/graph/generation/graph_triangulation.hh
src/graph/generation/graph_triangulation.hh
+1
-1
src/graph/generation/graph_union.cc
src/graph/generation/graph_union.cc
+1
-1
src/graph/generation/graph_union.hh
src/graph/generation/graph_union.hh
+1
-1
src/graph/generation/graph_union_eprop.cc
src/graph/generation/graph_union_eprop.cc
+1
-1
src/graph/generation/graph_union_vprop.cc
src/graph/generation/graph_union_vprop.cc
+1
-1
src/graph/generation/sampler.hh
src/graph/generation/sampler.hh
+1
-1
src/graph/gml.hh
src/graph/gml.hh
+1
-1
src/graph/graph.cc
src/graph/graph.cc
+1
-1
src/graph/graph.hh
src/graph/graph.hh
+1
-1
src/graph/graph_adaptor.hh
src/graph/graph_adaptor.hh
+1
-1
src/graph/graph_adjacency.hh
src/graph/graph_adjacency.hh
+1
-1
src/graph/graph_bind.cc
src/graph/graph_bind.cc
+1
-1
src/graph/graph_copy.cc
src/graph/graph_copy.cc
+1
-1
src/graph/graph_exceptions.cc
src/graph/graph_exceptions.cc
+1
-1
src/graph/graph_exceptions.hh
src/graph/graph_exceptions.hh
+1
-1
src/graph/graph_filtering.cc
src/graph/graph_filtering.cc
+1
-1
src/graph/graph_filtering.hh
src/graph/graph_filtering.hh
+1
-1
src/graph/graph_io.cc
src/graph/graph_io.cc
+1
-1
src/graph/graph_io_binary.hh
src/graph/graph_io_binary.hh
+1
-1
src/graph/graph_openmp.cc
src/graph/graph_openmp.cc
+1
-1
src/graph/graph_properties.cc
src/graph/graph_properties.cc
+1
-1
src/graph/graph_properties.hh
src/graph/graph_properties.hh
+1
-1
src/graph/graph_properties_copy.cc
src/graph/graph_properties_copy.cc
+1
-1
src/graph/graph_properties_group.cc
src/graph/graph_properties_group.cc
+1
-1
src/graph/graph_properties_group.hh
src/graph/graph_properties_group.hh
+1
-1
src/graph/graph_properties_ungroup.cc
src/graph/graph_properties_ungroup.cc
+1
-1
src/graph/graph_python_interface.cc
src/graph/graph_python_interface.cc
+1
-1
src/graph/graph_python_interface.hh
src/graph/graph_python_interface.hh
+1
-1
src/graph/graph_python_interface_export.cc
src/graph/graph_python_interface_export.cc
+1
-1
src/graph/graph_selectors.cc
src/graph/graph_selectors.cc
+1
-1
src/graph/graph_selectors.hh
src/graph/graph_selectors.hh
+1
-1
src/graph/graph_util.hh
src/graph/graph_util.hh
+1
-1
src/graph/histogram.hh
src/graph/histogram.hh
+1
-1
src/graph/layout/graph_arf.cc
src/graph/layout/graph_arf.cc
+1
-1
src/graph/layout/graph_arf.hh
src/graph/layout/graph_arf.hh
+1
-1
src/graph/layout/graph_bind_layout.cc
src/graph/layout/graph_bind_layout.cc
+1
-1
src/graph/layout/graph_fruchterman_reingold.cc
src/graph/layout/graph_fruchterman_reingold.cc
+1
-1
src/graph/layout/graph_radial.cc
src/graph/layout/graph_radial.cc
+1
-1
src/graph/layout/graph_sfdp.cc
src/graph/layout/graph_sfdp.cc
+1
-1
src/graph/layout/graph_sfdp.hh
src/graph/layout/graph_sfdp.hh
+1
-1
src/graph/mpl_nested_loop.hh
src/graph/mpl_nested_loop.hh
+1
-1
src/graph/numpy_bind.hh
src/graph/numpy_bind.hh
+1
-1
src/graph/numpy_bind_old.hh
src/graph/numpy_bind_old.hh
+1
-1
src/graph/random.cc
src/graph/random.cc
+1
-1
src/graph/random.hh
src/graph/random.hh
+1
-1
src/graph/search/graph_astar.cc
src/graph/search/graph_astar.cc
+1
-1
src/graph/search/graph_astar.hh
src/graph/search/graph_astar.hh
+1
-1
src/graph/search/graph_astar_implicit.cc
src/graph/search/graph_astar_implicit.cc
+1
-1
src/graph/search/graph_bellman_ford.cc
src/graph/search/graph_bellman_ford.cc
+1
-1
src/graph/search/graph_bfs.cc
src/graph/search/graph_bfs.cc
+1
-1
src/graph/search/graph_dijkstra.cc
src/graph/search/graph_dijkstra.cc
+1
-1
src/graph/search/graph_search_bind.cc
src/graph/search/graph_search_bind.cc
+1
-1
src/graph/shared_map.hh
src/graph/shared_map.hh
+1
-1
src/graph/spectral/graph_adjacency.cc
src/graph/spectral/graph_adjacency.cc
+1
-1
src/graph/spectral/graph_adjacency.hh
src/graph/spectral/graph_adjacency.hh
+1
-1
src/graph/spectral/graph_incidence.cc
src/graph/spectral/graph_incidence.cc
+1
-1
src/graph/spectral/graph_incidence.hh
src/graph/spectral/graph_incidence.hh
+1
-1
src/graph/spectral/graph_laplacian.cc
src/graph/spectral/graph_laplacian.cc
+1
-1
src/graph/spectral/graph_laplacian.hh
src/graph/spectral/graph_laplacian.hh
+1
-1
src/graph/spectral/graph_matrix.cc
src/graph/spectral/graph_matrix.cc
+1
-1
src/graph/spectral/graph_norm_laplacian.cc
src/graph/spectral/graph_norm_laplacian.cc
+1
-1
src/graph/spectral/graph_transition.cc
src/graph/spectral/graph_transition.cc
+1
-1
src/graph/spectral/graph_transition.hh
src/graph/spectral/graph_transition.hh
+1
-1
src/graph/stats/graph_average.cc
src/graph/stats/graph_average.cc
+3
-1
src/graph/stats/graph_average.hh
src/graph/stats/graph_average.hh
+3
-1
src/graph/stats/graph_distance.cc
src/graph/stats/graph_distance.cc
+1
-1
src/graph/stats/graph_distance.hh
src/graph/stats/graph_distance.hh
+1
-1
src/graph/stats/graph_distance_sampled.cc
src/graph/stats/graph_distance_sampled.cc
+1
-1
src/graph/stats/graph_distance_sampled.hh
src/graph/stats/graph_distance_sampled.hh
+1
-1
src/graph/stats/graph_histograms.cc
src/graph/stats/graph_histograms.cc
+3
-1
src/graph/stats/graph_histograms.hh
src/graph/stats/graph_histograms.hh
+3
-1
src/graph/stats/graph_parallel.cc
src/graph/stats/graph_parallel.cc
+3
-1
src/graph/stats/graph_parallel.hh
src/graph/stats/graph_parallel.hh
+3
-1
src/graph/stats/graph_stats_bind.cc
src/graph/stats/graph_stats_bind.cc
+3
-1
src/graph/str_repr.hh
src/graph/str_repr.hh
+1
-1
src/graph/topology/graph_all_distances.cc
src/graph/topology/graph_all_distances.cc
+3
-1
src/graph/topology/graph_bipartite.cc
src/graph/topology/graph_bipartite.cc
+1
-1
src/graph/topology/graph_components.cc
src/graph/topology/graph_components.cc
+3
-1
src/graph/topology/graph_components.hh
src/graph/topology/graph_components.hh
+3
-1
src/graph/topology/graph_diameter.cc
src/graph/topology/graph_diameter.cc
+3
-1
src/graph/topology/graph_distance.cc
src/graph/topology/graph_distance.cc
+3
-1
src/graph/topology/graph_dominator_tree.cc
src/graph/topology/graph_dominator_tree.cc
+1
-1
src/graph/topology/graph_isomorphism.cc
src/graph/topology/graph_isomorphism.cc
+1
-1
src/graph/topology/graph_kcore.cc
src/graph/topology/graph_kcore.cc
+3
-1
src/graph/topology/graph_kcore.hh
src/graph/topology/graph_kcore.hh
+3
-1
src/graph/topology/graph_maximal_planar.cc
src/graph/topology/graph_maximal_planar.cc
+1
-1
src/graph/topology/graph_maximal_vertex_set.cc
src/graph/topology/graph_maximal_vertex_set.cc
+3
-1
src/graph/topology/graph_minimum_spanning_tree.cc
src/graph/topology/graph_minimum_spanning_tree.cc
+1
-1
src/graph/topology/graph_planar.cc
src/graph/topology/graph_planar.cc
+1
-1
src/graph/topology/graph_random_matching.cc
src/graph/topology/graph_random_matching.cc
+3
-1
src/graph/topology/graph_random_spanning_tree.cc
src/graph/topology/graph_random_spanning_tree.cc
+1
-1
src/graph/topology/graph_reciprocity.cc
src/graph/topology/graph_reciprocity.cc
+1
-1
src/graph/topology/graph_sequential_color.cc
src/graph/topology/graph_sequential_color.cc
+1
-1
src/graph/topology/graph_similarity.cc
src/graph/topology/graph_similarity.cc
+3
-1
src/graph/topology/graph_similarity.hh
src/graph/topology/graph_similarity.hh
+3
-1
src/graph/topology/graph_subgraph_isomorphism.cc
src/graph/topology/graph_subgraph_isomorphism.cc
+1
-1
src/graph/topology/graph_topological_sort.cc
src/graph/topology/graph_topological_sort.cc
+1
-1
src/graph/topology/graph_topology.cc
src/graph/topology/graph_topology.cc
+1
-1
src/graph/topology/graph_transitive_closure.cc
src/graph/topology/graph_transitive_closure.cc
+1
-1
src/graph/topology/graph_tsp.cc
src/graph/topology/graph_tsp.cc
+1
-1
src/graph/transform_iterator.hh
src/graph/transform_iterator.hh
+1
-1
src/graph/util/graph_search.cc
src/graph/util/graph_search.cc
+3
-1
src/graph/util/graph_search.hh
src/graph/util/graph_search.hh
+3
-1
src/graph/util/graph_util_bind.cc
src/graph/util/graph_util_bind.cc
+3
-1
src/graph_tool/__init__.py
src/graph_tool/__init__.py
+2
-2
src/graph_tool/all.py
src/graph_tool/all.py
+1
-1
src/graph_tool/centrality/__init__.py
src/graph_tool/centrality/__init__.py
+1
-1
src/graph_tool/clustering/__init__.py
src/graph_tool/clustering/__init__.py
+1
-1
src/graph_tool/collection/__init__.py
src/graph_tool/collection/__init__.py
+1
-1
src/graph_tool/community/__init__.py
src/graph_tool/community/__init__.py
+1
-1
src/graph_tool/community/blockmodel.py
src/graph_tool/community/blockmodel.py
+1
-1
src/graph_tool/community/nested_blockmodel.py
src/graph_tool/community/nested_blockmodel.py
+1
-1
src/graph_tool/community/overlap_blockmodel.py
src/graph_tool/community/overlap_blockmodel.py
+1
-1
src/graph_tool/correlations/__init__.py
src/graph_tool/correlations/__init__.py
+1
-1
src/graph_tool/decorators.py
src/graph_tool/decorators.py
+2
-2
src/graph_tool/dl_import.py
src/graph_tool/dl_import.py
+1
-1
src/graph_tool/draw/__init__.py
src/graph_tool/draw/__init__.py
+1
-1
src/graph_tool/draw/cairo_draw.py
src/graph_tool/draw/cairo_draw.py
+1
-1
src/graph_tool/draw/graphviz_draw.py
src/graph_tool/draw/graphviz_draw.py
+1
-1
src/graph_tool/draw/gtk_draw.py
src/graph_tool/draw/gtk_draw.py
+1
-1
src/graph_tool/flow/__init__.py
src/graph_tool/flow/__init__.py
+1
-1
src/graph_tool/generation/__init__.py
src/graph_tool/generation/__init__.py
+1
-1
src/graph_tool/io.py
src/graph_tool/io.py
+1
-1
src/graph_tool/run_action/__init__.py
src/graph_tool/run_action/__init__.py
+1
-1
src/graph_tool/run_action/inline.py
src/graph_tool/run_action/inline.py
+1
-1
src/graph_tool/run_action/run_action_support.hh
src/graph_tool/run_action/run_action_support.hh
+3
-1
src/graph_tool/search/__init__.py
src/graph_tool/search/__init__.py
+1
-1
src/graph_tool/spectral/__init__.py
src/graph_tool/spectral/__init__.py
+1
-1
src/graph_tool/stats/__init__.py
src/graph_tool/stats/__init__.py
+1
-1
src/graph_tool/topology/__init__.py
src/graph_tool/topology/__init__.py
+1
-1
src/graph_tool/util/__init__.py
src/graph_tool/util/__init__.py
+1
-1
No files found.
doc/conf.py
View file @
adf14b20
...
...
@@ -48,7 +48,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'graph-tool'
copyright
=
u
'201
4
, Tiago de Paula Peixoto <tiago@skewed.de>'
copyright
=
u
'201
5
, Tiago de Paula Peixoto <tiago@skewed.de>'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
src/graph/centrality/graph_betweenness.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_centrality_bind.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_closeness.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_closeness.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_eigentrust.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_eigentrust.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_eigenvector.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_eigenvector.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_hits.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_hits.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_katz.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_katz.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_pagerank.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_pagerank.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_trust_transitivity.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/graph_trust_transitivity.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/centrality/minmax.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/clustering/graph_clustering.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/clustering/graph_clustering.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/clustering/graph_extended_clustering.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/clustering/graph_extended_clustering.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/clustering/graph_motifs.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/clustering/graph_motifs.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_blockmodel.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_blockmodel.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_blockmodel_overlap.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_blockmodel_overlap.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_community.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_community.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_community_network.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_community_network.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_community_network_eavg.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_community_network_eavg_imp1.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_community_network_edges.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/graph_community_network_vavg.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/community/spence.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_assortativity.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_assortativity.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_avg_correlations.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_avg_correlations.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_avg_correlations_combined.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_avg_correlations_imp1.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_corr_hist.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_correlations.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_correlations.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_correlations_bind.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_correlations_combined.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/correlations/graph_correlations_imp1.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/draw/graph_cairo_draw.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/draw/graph_tree_cts.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/fast_vector_property_map.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/flow/graph_augment.hh
View file @
adf14b20
// Copyright (C) 2006-2014 Tiago de Paula Peixoto <tiago@skewed.de>
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-2015 Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/flow/graph_edmonds_karp.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/flow/graph_flow_bind.cc
View file @
adf14b20
// Copyright (C) 2006-2014 Tiago de Paula Peixoto <tiago@skewed.de>
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-2015 Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/flow/graph_kolmogorov.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/flow/graph_maximum_cardinality_matching.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/flow/graph_minimum_cut.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/flow/graph_push_relabel.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/generation/dynamic_sampler.hh
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/generation/graph_complete.cc
View file @
adf14b20
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2006-201
4
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2006-201
5
Tiago de Paula Peixoto <tiago@skewed.de>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
...
...
src/graph/generation/graph_complete.hh
View file @
adf14b20