Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 25, 2020 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e4ba382054350cbcf262f340d17c7ea9 to your computer and use it in GitHub Desktop.
Save r-ryantm/e4ba382054350cbcf262f340d17c7ea9 to your computer and use it in GitHub Desktop.
/nix/store/382r5r7ikf5yy5i7rmx8bx44xv5dv9ki-python2.7-graph-tool-2.30
├── lib
│   ├── pkgconfig
│   │   └── graph-tool-py2.7.pc
│   └── python2.7
│   └── site-packages
│   └── graph_tool
│   ├── all.py
│   ├── all.pyc
│   ├── all.pyo
│   ├── centrality
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_centrality.la
│   │   └── libgraph_tool_centrality.so
│   ├── clustering
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_clustering.la
│   │   └── libgraph_tool_clustering.so
│   ├── collection
│   │   ├── adjnoun.gt.gz
│   │   ├── as-22july06.gt.gz
│   │   ├── astro-ph.gt.gz
│   │   ├── celegansneural.gt.gz
│   │   ├── cond-mat-2003.gt.gz
│   │   ├── cond-mat-2005.gt.gz
│   │   ├── cond-mat.gt.gz
│   │   ├── dolphins.gt.gz
│   │   ├── email-Enron.gt.gz
│   │   ├── football.gt.gz
│   │   ├── hep-th.gt.gz
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── karate.gt.gz
│   │   ├── konect.py
│   │   ├── konect.pyc
│   │   ├── konect.pyo
│   │   ├── lesmis.gt.gz
│   │   ├── netscience.gt.gz
│   │   ├── pgp-strong-2009.gt.gz
│   │   ├── polblogs.gt.gz
│   │   ├── polbooks.gt.gz
│   │   ├── power.gt.gz
│   │   └── serengeti-foodweb.gt.gz
│   ├── correlations
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_correlations.la
│   │   └── libgraph_tool_correlations.so
│   ├── decorators.py
│   ├── decorators.pyc
│   ├── decorators.pyo
│   ├── dl_import.py
│   ├── dl_import.pyc
│   ├── dl_import.pyo
│   ├── draw
│   │   ├── cairo_draw.py
│   │   ├── cairo_draw.pyc
│   │   ├── cairo_draw.pyo
│   │   ├── graph-tool-logo.svg
│   │   ├── graphviz_draw.py
│   │   ├── graphviz_draw.pyc
│   │   ├── graphviz_draw.pyo
│   │   ├── gtk_draw.py
│   │   ├── gtk_draw.pyc
│   │   ├── gtk_draw.pyo
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_draw.la
│   │   ├── libgraph_tool_draw.so
│   │   ├── libgraph_tool_layout.la
│   │   ├── libgraph_tool_layout.so
│   │   ├── libgt_pycairo_aux.la
│   │   └── libgt_pycairo_aux.so
│   ├── dynamics
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_dynamics.la
│   │   └── libgraph_tool_dynamics.so
│   ├── flow
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_flow.la
│   │   └── libgraph_tool_flow.so
│   ├── generation
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_generation.la
│   │   └── libgraph_tool_generation.so
│   ├── gt_io.py
│   ├── gt_io.pyc
│   ├── gt_io.pyo
│   ├── include
│   │   ├── base64.hh
│   │   ├── boost-workaround
│   │   │   └── boost
│   │   │   └── graph
│   │   │   ├── betweenness_centrality.hpp
│   │   │   ├── copy_alt.hpp
│   │   │   ├── graphml.hpp
│   │   │   ├── graphviz.hpp
│   │   │   ├── isomorphism.hpp
│   │   │   ├── kamada_kawai_spring_layout.hpp
│   │   │   ├── maximum_weighted_matching.hpp
│   │   │   ├── metric_tsp_approx.hpp
│   │   │   ├── named_function_params-alt.hpp
│   │   │   ├── overloading.hpp
│   │   │   ├── push_relabel_max_flow.hpp
│   │   │   ├── read_graphviz_new.hpp
│   │   │   └── stoer_wagner_min_cut.hpp
│   │   ├── centrality
│   │   │   ├── graph_closeness.hh
│   │   │   ├── graph_eigentrust.hh
│   │   │   ├── graph_eigenvector.hh
│   │   │   ├── graph_hits.hh
│   │   │   ├── graph_katz.hh
│   │   │   ├── graph_pagerank.hh
│   │   │   ├── graph_trust_transitivity.hh
│   │   │   └── minmax.hh
│   │   ├── clustering
│   │   │   ├── graph_clustering.hh
│   │   │   ├── graph_extended_clustering.hh
│   │   │   └── graph_motifs.hh
│   │   ├── config.h
│   │   ├── coroutine.hh
│   │   ├── correlations
│   │   │   ├── graph_assortativity.hh
│   │   │   ├── graph_avg_correlations.hh
│   │   │   ├── graph_correlations.hh
│   │   │   └── graph_corr_hist.hh
│   │   ├── demangle.hh
│   │   ├── dynamics
│   │   │   ├── graph_continuous.hh
│   │   │   └── graph_discrete.hh
│   │   ├── fast_vector_property_map.hh
│   │   ├── flow
│   │   │   └── graph_augment.hh
│   │   ├── generation
│   │   │   ├── dynamic_sampler.hh
│   │   │   ├── graph_community_network.hh
│   │   │   ├── graph_complete.hh
│   │   │   ├── graph_generation.hh
│   │   │   ├── graph_geometric.hh
│   │   │   ├── graph_lattice.hh
│   │   │   ├── graph_maxent_sbm.hh
│   │   │   ├── graph_predecessor.hh
│   │   │   ├── graph_price.hh
│   │   │   ├── graph_rewiring.hh
│   │   │   ├── graph_sbm.hh
│   │   │   ├── graph_triangulation.hh
│   │   │   ├── graph_union.hh
│   │   │   ├── sampler.hh
│   │   │   └── urn_sampler.hh
│   │   ├── gml.hh
│   │   ├── graph_adaptor.hh
│   │   ├── graph_adjacency.hh
│   │   ├── graph_exceptions.hh
│   │   ├── graph_filtered.hh
│   │   ├── graph_filtering.hh
│   │   ├── graph.hh
│   │   ├── graph_io_binary.hh
│   │   ├── graph_properties_copy.hh
│   │   ├── graph_properties_group.hh
│   │   ├── graph_properties.hh
│   │   ├── graph_properties_map_values.hh
│   │   ├── graph_python_interface.hh
│   │   ├── graph_reverse.hh
│   │   ├── graph_selectors.hh
│   │   ├── graph_tool.hh
│   │   ├── graph_util.hh
│   │   ├── hash_map_wrap.hh
│   │   ├── histogram.hh
│   │   ├── idx_map.hh
│   │   ├── inference
│   │   │   ├── blockmodel
│   │   │   │   ├── graph_blockmodel_elist.hh
│   │   │   │   ├── graph_blockmodel_emat.hh
│   │   │   │   ├── graph_blockmodel_em.hh
│   │   │   │   ├── graph_blockmodel_entries.hh
│   │   │   │   ├── graph_blockmodel_entropy.hh
│   │   │   │   ├── graph_blockmodel_exhaustive.hh
│   │   │   │   ├── graph_blockmodel_gibbs.hh
│   │   │   │   ├── graph_blockmodel.hh
│   │   │   │   ├── graph_blockmodel_mcmc.hh
│   │   │   │   ├── graph_blockmodel_merge.hh
│   │   │   │   ├── graph_blockmodel_multicanonical.hh
│   │   │   │   ├── graph_blockmodel_multiflip_mcmc.hh
│   │   │   │   ├── graph_blockmodel_partition.hh
│   │   │   │   ├── graph_blockmodel_util.hh
│   │   │   │   └── graph_blockmodel_weights.hh
│   │   │   ├── graph_latent_multigraph.hh
│   │   │   ├── graph_modularity.hh
│   │   │   ├── layers
│   │   │   │   ├── graph_blockmodel_layers.hh
│   │   │   │   └── graph_blockmodel_layers_util.hh
│   │   │   ├── loops
│   │   │   │   ├── bundled_vacate_loop.hh
│   │   │   │   ├── exhaustive_loop.hh
│   │   │   │   ├── gibbs_loop.hh
│   │   │   │   ├── mcmc_loop.hh
│   │   │   │   └── merge_loop.hh
│   │   │   ├── overlap
│   │   │   │   ├── graph_blockmodel_overlap.hh
│   │   │   │   ├── graph_blockmodel_overlap_mcmc_bundled.hh
│   │   │   │   ├── graph_blockmodel_overlap_partition.hh
│   │   │   │   ├── graph_blockmodel_overlap_util.hh
│   │   │   │   └── graph_blockmodel_overlap_vacate.hh
│   │   │   ├── partition_centroid
│   │   │   │   └── graph_partition_centroid.hh
│   │   │   ├── partition_modes
│   │   │   │   ├── graph_partition_mode_clustering.hh
│   │   │   │   └── graph_partition_mode.hh
│   │   │   ├── support
│   │   │   │   ├── cache.hh
│   │   │   │   ├── graph_neighbor_sampler.hh
│   │   │   │   ├── graph_state.hh
│   │   │   │   ├── int_part.hh
│   │   │   │   └── util.hh
│   │   │   └── uncertain
│   │   │   ├── graph_blockmodel_dynamics_continuous.hh
│   │   │   ├── graph_blockmodel_dynamics_discrete.hh
│   │   │   ├── graph_blockmodel_dynamics_epidemics_mcmc_h.hh
│   │   │   ├── graph_blockmodel_dynamics.hh
│   │   │   ├── graph_blockmodel_dynamics_mcmc.hh
│   │   │   ├── graph_blockmodel_dynamics_pseudo_ising_mcmc_h.hh
│   │   │   ├── graph_blockmodel_measured.hh
│   │   │   ├── graph_blockmodel_sample_edge.hh
│   │   │   ├── graph_blockmodel_uncertain.hh
│   │   │   ├── graph_blockmodel_uncertain_marginal.hh
│   │   │   ├── graph_blockmodel_uncertain_mcmc.hh
│   │   │   └── graph_blockmodel_uncertain_util.hh
│   │   ├── layout
│   │   │   ├── graph_arf.hh
│   │   │   └── graph_sfdp.hh
│   │   ├── mpl_nested_loop.hh
│   │   ├── numpy_bind.hh
│   │   ├── openmp_lock.hh
│   │   ├── parallel_rng.hh
│   │   ├── pcg-cpp
│   │   │   ├── pcg_extras.hpp
│   │   │   ├── pcg_random.hpp
│   │   │   └── pcg_uint128.hpp
│   │   ├── random.hh
│   │   ├── shared_map.hh
│   │   ├── spectral
│   │   │   ├── graph_adjacency.hh
│   │   │   ├── graph_incidence.hh
│   │   │   ├── graph_laplacian.hh
│   │   │   ├── graph_nonbacktracking.hh
│   │   │   └── graph_transition.hh
│   │   ├── stats
│   │   │   ├── graph_average.hh
│   │   │   ├── graph_distance.hh
│   │   │   ├── graph_distance_sampled.hh
│   │   │   ├── graph_histograms.hh
│   │   │   └── graph_parallel.hh
│   │   ├── str_repr.hh
│   │   ├── topology
│   │   │   ├── graph_bipartite_weighted_matching.hh
│   │   │   ├── graph_components.hh
│   │   │   ├── graph_kcore.hh
│   │   │   ├── graph_maximal_cliques.hh
│   │   │   ├── graph_percolation.hh
│   │   │   ├── graph_similarity.hh
│   │   │   └── graph_vertex_similarity.hh
│   │   ├── transform_iterator.hh
│   │   └── util
│   │   └── graph_search.hh
│   ├── inference
│   │   ├── bisection.py
│   │   ├── bisection.pyc
│   │   ├── bisection.pyo
│   │   ├── blockmodel_em.py
│   │   ├── blockmodel_em.pyc
│   │   ├── blockmodel_em.pyo
│   │   ├── blockmodel.py
│   │   ├── blockmodel.pyc
│   │   ├── blockmodel.pyo
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── latent_multigraph.py
│   │   ├── latent_multigraph.pyc
│   │   ├── latent_multigraph.pyo
│   │   ├── layered_blockmodel.py
│   │   ├── layered_blockmodel.pyc
│   │   ├── layered_blockmodel.pyo
│   │   ├── libgraph_tool_inference.la
│   │   ├── libgraph_tool_inference.so
│   │   ├── mcmc.py
│   │   ├── mcmc.pyc
│   │   ├── mcmc.pyo
│   │   ├── minimize.py
│   │   ├── minimize.pyc
│   │   ├── minimize.pyo
│   │   ├── modularity.py
│   │   ├── modularity.pyc
│   │   ├── modularity.pyo
│   │   ├── nested_blockmodel.py
│   │   ├── nested_blockmodel.pyc
│   │   ├── nested_blockmodel.pyo
│   │   ├── overlap_blockmodel.py
│   │   ├── overlap_blockmodel.pyc
│   │   ├── overlap_blockmodel.pyo
│   │   ├── partition_centroid.py
│   │   ├── partition_centroid.pyc
│   │   ├── partition_centroid.pyo
│   │   ├── partition_modes.py
│   │   ├── uncertain_blockmodel.py
│   │   ├── uncertain_blockmodel.pyc
│   │   ├── uncertain_blockmodel.pyo
│   │   ├── util.py
│   │   ├── util.pyc
│   │   └── util.pyo
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── __init__.pyo
│   ├── libgraph_tool_core.la
│   ├── libgraph_tool_core.so
│   ├── search
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_search.la
│   │   └── libgraph_tool_search.so
│   ├── spectral
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_spectral.la
│   │   └── libgraph_tool_spectral.so
│   ├── stats
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_stats.la
│   │   └── libgraph_tool_stats.so
│   ├── topology
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── libgraph_tool_topology.la
│   │   └── libgraph_tool_topology.so
│   └── util
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── __init__.pyo
│   ├── libgraph_tool_util.la
│   └── libgraph_tool_util.so
├── nix-support
│   └── propagated-build-inputs
└── share
└── doc
└── graph-tool
├── AUTHORS
├── doc
│   ├── centrality.rst
│   ├── clustering.rst
│   ├── conf.py
│   ├── correlations.rst
│   ├── demos
│   │   ├── animation
│   │   │   └── animation.rst
│   │   ├── cppextensions
│   │   │   ├── cppextensions.rst
│   │   │   ├── kcore.cc
│   │   │   ├── kcore.hh
│   │   │   ├── kcore.py
│   │   │   └── Makefile
│   │   ├── index.rst
│   │   └── inference
│   │   └── inference.rst
│   ├── draw.rst
│   ├── flow.rst
│   ├── generation.rst
│   ├── graph_tool.rst
│   ├── gt_theme
│   │   ├── static
│   │   │   ├── flasky.css
│   │   │   └── gt_style.css
│   │   └── theme.conf
│   ├── index.rst
│   ├── inference.rst
│   ├── Makefile
│   ├── mathjax.py
│   ├── modules.rst
│   ├── price.py
│   ├── pyenv.py
│   ├── quickstart.rst
│   ├── search_example.xml
│   ├── search_module.rst
│   ├── spectral.rst
│   ├── sphinxext
│   │   ├── comment_eater.py
│   │   ├── compiler_unparse.py
│   │   ├── phantom_import.py
│   │   └── traitsdoc.py
│   ├── stats.rst
│   ├── topology.rst
│   └── util.rst
├── INSTALL
├── LICENSE
├── README.md
└── src
└── boost-workaround
└── LICENSE_1_0.txt
58 directories, 356 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment