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
011d7b65
Commit
011d7b65
authored
Feb 10, 2011
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright year
parent
d69231e6
Changes
124
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
124 changed files
with
126 additions
and
127 deletions
+126
-127
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_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_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_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/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/fast_vector_property_map.hh
src/graph/fast_vector_property_map.hh
+1
-1
src/graph/flow/graph_edmonds_karp.cc
src/graph/flow/graph_edmonds_karp.cc
+1
-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_push_relabel.cc
src/graph/flow/graph_push_relabel.cc
+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/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_bind.cc
src/graph/graph_bind.cc
+1
-1
src/graph/graph_copy.cc
src/graph/graph_copy.cc
+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_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_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/graph_wrap.hh
src/graph/graph_wrap.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/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/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/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/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_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_reciprocity.cc
src/graph/topology/graph_reciprocity.cc
+1
-1
src/graph/topology/graph_subgraph_isomorphism.cc
src/graph/topology/graph_subgraph_isomorphism.cc
+1
-1
src/graph/topology/graph_subgraph_isomorphism.hh
src/graph/topology/graph_subgraph_isomorphism.hh
+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_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/community/__init__.py
src/graph_tool/community/__init__.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
+1
-1
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/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/search/__init__.py
src/graph_tool/search/__init__.py
+2
-3
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 @
011d7b65
...
...
@@ -44,7 +44,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'graph-tool'
copyright
=
u
'201
0
, Tiago de Paula Peixoto <tiago@skewed.de>'
copyright
=
u
'201
1
, 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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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 @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_generation.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_generation.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_geometric.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_geometric.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_lattice.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_lattice.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_line_graph.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_predecessor.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_predecessor.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_price.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_price.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_rewiring.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_rewiring.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_triangulation.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_triangulation.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_union.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_union.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_union_eprop.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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_union_vprop.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/sampler.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/graph.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/graph.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/graph_adaptor.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/graph_bind.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/graph_copy.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/graph_filtering.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/graph_filtering.hh
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/graph_io.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
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/graph_properties.cc
View file @
011d7b65
// graph-tool -- a general graph modification and manipulation thingy
//
// Copyright (C) 2007-201
0
Tiago de Paula Peixoto <tiago@skewed.de>
// Copyright (C) 2007-201
1
Tiago de Paula Peixoto <tiago@skewed.de>