Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
read_edgelist /src/igraph/./fuzzing/read_edgelist.cpp 89 820 8 14 1961 538 read_edgelist.cpp
basic_properties_undirected /src/igraph/./fuzzing/basic_properties_undirected.cpp 132 1485 7 27 4802 1206 basic_properties_undirected.cpp
centrality /src/igraph/./fuzzing/centrality.cpp 516 1633 17 130 19819 5998 centrality.cpp
vertex_connectivity /src/igraph/./fuzzing/vertex_connectivity.cpp 180 1829 9 29 6473 1632 vertex_connectivity.cpp
weighted_community /src/igraph/./fuzzing/weighted_community.cpp 743 1785 10 62 17240 4585 weighted_community.cpp
read_ncol /src/igraph/./fuzzing/read_ncol.cpp 186 963 9 20 4052 1080 read_ncol.cpp
read_pajek /src/igraph/./fuzzing/read_pajek.cpp 226 972 11 21 5631 1460 read_pajek.cpp
read_lgl /src/igraph/./fuzzing/read_lgl.cpp 186 963 11 20 4133 1104 read_lgl.cpp
community /src/igraph/./fuzzing/community.cpp 437 1713 10 55 14625 3598 community.cpp
bliss /src/igraph/./fuzzing/bliss.cpp 315 2109 10 27 3453 1090 bliss.cpp
linear_algos_undirected /src/igraph/./fuzzing/linear_algos_undirected.cpp 462 2404 7 61 18003 4857 linear_algos_undirected.cpp
edge_connectivity /src/igraph/./fuzzing/edge_connectivity.cpp 172 1837 11 24 6238 1577 edge_connectivity.cpp
read_dl /src/igraph/./fuzzing/read_dl.cpp 167 983 9 18 3131 817 read_dl.cpp
misc_algos /src/igraph/./fuzzing/misc_algos.cpp 261 1784 8 35 9106 2292 misc_algos.cpp
read_graphdb /src/igraph/./fuzzing/read_graphdb.cpp 66 825 10 12 912 257 read_graphdb.cpp
linear_algos_directed /src/igraph/./fuzzing/linear_algos_directed.cpp 1009 1936 17 139 36461 11436 linear_algos_directed.cpp
read_graphml /src/igraph/./fuzzing/read_graphml.cpp 750 3080 40 44 20643 8298 read_graphml.cpp
spatial /src/igraph/./fuzzing/spatial.cpp 554 2189 10 22 6700 3070 spatial.cpp
basic_properties_directed /src/igraph/./fuzzing/basic_properties_directed.cpp 117 1120 7 25 3939 1019 basic_properties_directed.cpp
read_gml /src/igraph/./fuzzing/read_gml.cpp 239 955 10 22 5210 1316 read_gml.cpp
read_dimacs_flow /src/igraph/./fuzzing/read_dimacs_flow.cpp 83 983 9 13 1365 359 read_dimacs_flow.cpp
misc_algos_weighted /src/igraph/./fuzzing/misc_algos_weighted.cpp 921 1917 17 125 32342 9745 misc_algos_weighted.cpp
vertex_separators /src/igraph/./fuzzing/vertex_separators.cpp 296 1778 10 44 11542 2702 vertex_separators.cpp
weighted_centrality /src/igraph/./fuzzing/weighted_centrality.cpp 541 1698 17 132 19730 5845 weighted_centrality.cpp
write_all_graphml /src/igraph/./fuzzing/write_all_graphml.cpp 925 3195 40 63 27686 9937 write_all_graphml.cpp
write_all_gml /src/igraph/./fuzzing/write_all_gml.cpp 925 3195 40 63 27686 9937 write_all_gml.cpp

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: read_edgelist

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: basic_properties_undirected

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: centrality

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: vertex_connectivity

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: weighted_community

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: read_ncol

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: read_pajek

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: read_lgl

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: community

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: bliss

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: linear_algos_undirected

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: edge_connectivity

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: read_dl

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: misc_algos

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: read_graphdb

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: linear_algos_directed

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: read_graphml

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: spatial

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: basic_properties_directed

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: read_gml

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: read_dimacs_flow

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: misc_algos_weighted

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: vertex_separators

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: weighted_centrality

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: write_all_graphml

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: write_all_gml

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/igraph/./fuzzing/read_edgelist.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/basic_properties_undirected.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/centrality.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/vertex_connectivity.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/weighted_community.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/read_ncol.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/read_pajek.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/read_lgl.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/community.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/bliss.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/linear_algos_undirected.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/edge_connectivity.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/read_dl.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/misc_algos.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/read_graphdb.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/linear_algos_directed.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/read_graphml.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/spatial.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/basic_properties_directed.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/read_gml.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/read_dimacs_flow.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/misc_algos_weighted.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/vertex_separators.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/weighted_centrality.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/write_all_graphml.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/igraph/./fuzzing/write_all_gml.cpp

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/libxml2-2.15.0/pattern.c [] []
/src/igraph/vendor/cs/cs_leaf.c [] []
/usr/local/bin/../include/c++/v1/stdexcept ['centrality', 'weighted_centrality'] []
/src/igraph/src/properties/girth.c ['linear_algos_undirected'] []
/src/igraph/vendor/f2c/util.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/core/fixed_vectorlist.c ['centrality', 'vertex_connectivity', 'weighted_community', 'community', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'linear_algos_directed', 'spatial', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dgeqr2.c ['centrality', 'weighted_centrality'] []
/src/igraph/build/src/io/parsers/lgl-lexer.c ['read_lgl', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/centrality/pagerank.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/disnan.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/f2c/pow_dd.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/draft/glpios11.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/io/gml.c ['read_gml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/./fuzzing/misc_algos.cpp ['misc_algos'] []
/src/igraph/src/constructors/prufer.c ['linear_algos_undirected'] []
/src/igraph/src/community/louvain.c ['weighted_community', 'community'] []
/src/libxml2-2.15.0/valid.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/./fuzzing/read_gml.cpp ['read_gml'] []
/src/igraph/vendor/lapack/len_trim.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/qhull/libqhull_r/global_r.c [] []
/src/igraph/vendor/glpk/misc/ks.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/isomorphism/bliss/graph.hh ['bliss'] []
/src/igraph/src/isomorphism/bliss/stats.hh ['bliss'] []
/src/igraph/src/core/indheap.c ['centrality', 'weighted_community', 'community', 'linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlanhs.c ['centrality', 'weighted_centrality'] []
/src/libxml2-2.15.0/HTMLparser.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/dlaset.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/draft/glpios12.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/community/edge_betweenness.c ['weighted_community', 'community'] []
/src/igraph/src/isomorphism/bliss/orbit.hh ['bliss'] []
/src/igraph/vendor/glpk/draft/glpios02.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/npp/npp5.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/f2c/endfile.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/centrality/prpack/prpack_base_graph.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_cumsum.c ['weighted_community', 'community'] []
/src/libxml2-2.15.0/xmlregexp.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/paths/simple_paths.c ['misc_algos'] []
/src/igraph/vendor/glpk/draft/glpapi13.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/./fuzzing/write_all_gml.cpp ['write_all_gml'] []
/src/igraph/src/paths/bellman_ford.c ['linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/intopt/fpump.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/misc/wclique1.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dsgets.c [] []
/src/igraph/./fuzzing/read_ncol.cpp ['read_ncol'] []
/src/igraph/vendor/lapack/dsaup2.c [] []
/src/igraph/src/graph/visitors.c ['linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted', 'vertex_separators'] []
/src/igraph/src/io/dimacs.c ['read_dimacs_flow'] []
/src/igraph/src/operators/add_edge.c ['linear_algos_undirected', 'linear_algos_directed', 'vertex_separators'] []
/src/igraph/vendor/cs/cs_lu.c [] []
/src/igraph/vendor/lapack/dstqrb.c [] []
/src/igraph/src/community/spinglass/NetDataTypes.cpp ['weighted_community'] []
/src/igraph/src/misc/graphicality.c ['linear_algos_undirected', 'linear_algos_directed'] []
/src/igraph/src/io/dl-parser.y ['read_dl'] []
/src/igraph/src/community/fast_modularity.c ['weighted_community', 'community'] []
/src/igraph/src/graph/attributes.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'read_dl', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_gml', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/misc/gcd.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/properties/ecc.c ['weighted_community', 'community', 'misc_algos'] []
/src/igraph/src/isomorphism/bliss/kstack.hh ['bliss'] []
/src/igraph/src/centrality/prpack.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/src/centrality/prpack/prpack_preprocessed_schur_graph.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_ereach.c [] []
/src/igraph/vendor/glpk/intopt/cfg.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_etree.c [] []
/src/igraph/vendor/f2c/wref.c [] []
/src/igraph/src/properties/degrees.c ['centrality', 'weighted_community', 'community', 'linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/./fuzzing/read_graphdb.cpp ['read_graphdb'] []
/src/igraph/src/internal/glpk_support.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/libxml2-2.15.0/include/private/memory.h ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/dsaupd.c [] []
/src/libxml2-2.15.0/xmlsave.c [] []
/src/libxml2-2.15.0/entities.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/f2c/close.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/graph/adjlist.c ['basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'community', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'linear_algos_directed', 'basic_properties_directed', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/src/graph/graph_list.c ['linear_algos_undirected', 'linear_algos_directed'] []
/src/igraph/vendor/cs/cs_compress.c ['weighted_community', 'community'] []
/src/igraph/vendor/lapack/dngets.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/qhull/libqhull_r/merge_r.c [] []
/src/libxml2-2.15.0/buf.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/npp/npp2.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/libxml2-2.15.0/catalog.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/cs/cs_transpose.c [] []
/src/igraph/vendor/glpk/intopt/gmigen.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/misc/avl.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/intopt/gmicut.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/centrality/prpack/prpack_utils.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/src/community/walktrap/walktrap_communities.cpp ['weighted_community', 'community'] []
/src/igraph/vendor/lapack/dlahqr.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/io/dot.c ['write_all_graphml', 'write_all_gml'] []
/src/igraph/src/graph/../core/typed_list.pmt ['weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'linear_algos_undirected', 'read_dl', 'linear_algos_directed', 'read_graphml', 'read_gml', 'misc_algos_weighted', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/core/genheap.c ['linear_algos_undirected'] []
/src/igraph/vendor/cs/cs_chol.c [] []
/src/igraph/vendor/lapack/dlaev2.c [] []
/src/libxml2-2.15.0/parser.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/spatial/delaunay.c ['spatial'] []
/src/igraph/src/centrality/coreness.c ['linear_algos_undirected', 'linear_algos_directed'] []
/src/igraph/src/community/walktrap/walktrap_graph.cpp ['weighted_community', 'community'] []
/src/igraph/vendor/cs/cs_schol.c [] []
/src/igraph/vendor/glpk/draft/glpapi10.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/api/prob5.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/f2c/sfe.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/constructors/basic_constructors.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'spatial', 'basic_properties_directed', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/src/connectivity/cohesive_blocks.c ['vertex_separators'] []
/src/igraph/src/graph/iterators.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_gml', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/build/src/io/parsers/pajek-parser.c ['read_pajek'] []
/src/igraph/src/paths/dijkstra.c ['linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/flow/st-cuts.c ['linear_algos_directed', 'vertex_separators'] []
/src/igraph/vendor/f2c/fmt.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/centrality/prpack/prpack_preprocessed_ge_graph.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_reach.c [] []
/src/igraph/src/paths/voronoi.c ['weighted_community', 'community'] []
/src/igraph/vendor/qhull/libqhull_r/poly2_r.c [] []
/src/igraph/vendor/lapack/ivout.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlacn2.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_pvec.c [] []
/src/igraph/vendor/lapack/dlacpy.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/qhull/libqhull_r/usermem_r.c [] []
/src/igraph/vendor/cs/cs_usolve.c [] []
/src/igraph/src/isomorphism/bliss/partition.hh ['bliss'] []
/src/igraph/src/community/spinglass/NetDataTypes.h ['weighted_community'] []
/src/igraph/vendor/glpk/intopt/spv.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/libxml2-2.15.0/HTMLtree.c [] []
/src/igraph/vendor/cs/cs_scatter.c [] []
/src/igraph/vendor/glpk/misc/mc13d.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/f2c/pow_di.c ['centrality', 'weighted_centrality'] []
/src/igraph/./fuzzing/linear_algos_undirected.cpp ['linear_algos_undirected'] []
/src/igraph/src/community/fluid.c ['community'] []
/src/igraph/vendor/lapack/dasum.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/core/printing.c ['read_ncol', 'read_pajek', 'read_lgl', 'read_graphml', 'read_gml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/cs/cs_cholsol.c [] []
/src/igraph/vendor/glpk/npp/npp1.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dtrsen.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/core/marked_queue.c ['vertex_separators'] []
/src/igraph/vendor/lapack/dnaupd.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/api/prob1.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dsapps.c [] []
/src/igraph/src/flow/flow_conversion.c ['vertex_connectivity', 'vertex_separators'] []
/src/libxml2-2.15.0/xmlschemas.c [] []
/src/igraph/src/io/lgl.c ['read_lgl', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/bflib/fhv.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/libxml2-2.15.0/encoding.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/misc/rng.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/libxml2-2.15.0/xmlschemastypes.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/f2c/s_stop.c ['centrality', 'weighted_centrality'] []
/src/igraph/./fuzzing/vertex_separators.cpp ['vertex_separators'] []
/src/igraph/vendor/qhull/libqhull_r/userprintf_r.c [] []
/src/igraph/src/operators/permute.c ['vertex_separators'] []
/src/igraph/src/io/leda.c ['write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/draft/glpscl.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/centrality/prpack/prpack_preprocessed_gs_graph.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/src/centrality/prpack/prpack_result.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/src/math/safe_intop.c ['linear_algos_undirected', 'linear_algos_directed', 'read_gml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/paths/shortest_paths.c ['centrality', 'misc_algos_weighted', 'weighted_centrality'] []
/src/igraph/src/paths/eulerian.c ['basic_properties_undirected', 'linear_algos_undirected', 'linear_algos_directed', 'basic_properties_directed'] []
/src/libxml2-2.15.0/xpointer.c [] []
/src/igraph/vendor/glpk/env/dlsup.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/core/progress.c ['basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'community', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'linear_algos_directed', 'basic_properties_directed', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dorm2r.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/centrality/prpack/prpack_solver.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/src/centrality/prpack/prpack_igraph_graph.h ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlaln2.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/core/vector_ptr.c ['weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'linear_algos_undirected', 'read_dl', 'misc_algos', 'linear_algos_directed', 'read_graphml', 'read_gml', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/cs/cs_util.c ['weighted_community', 'community'] []
/src/igraph/vendor/f2c/s_cmp.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/paths/random_walk.c ['misc_algos', 'misc_algos_weighted'] []
/src/igraph/./fuzzing/write_all_graphml.cpp ['write_all_graphml'] []
/src/igraph/vendor/lapack/dstats.c [] []
/src/igraph/vendor/glpk/intopt/cfg2.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/api/prob4.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/io/ncol-parser.y ['read_ncol', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/cs/cs_happly.c [] []
/src/igraph/vendor/glpk/simplex/spxchuzr.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/misc/conversion.c ['centrality', 'vertex_connectivity', 'weighted_community', 'community', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'linear_algos_directed', 'spatial', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/vendor/glpk/misc/mt1.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dgetv0.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/intopt/covgen.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/community/modularity.c ['weighted_community', 'community'] []
/src/igraph/vendor/glpk/draft/glpios09.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/isomorphism/bliss/uintseqhash.cc ['bliss'] []
/src/igraph/vendor/lapack/dlartg.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/env/time.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/qhull/libqhull_r/geom2_r.c [] []
/src/igraph/vendor/glpk/env/tls.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/./fuzzing/edge_connectivity.cpp ['edge_connectivity'] []
/src/igraph/vendor/pcg/pcg_variants.h [] []
/src/igraph/vendor/qhull/libqhull_r/geom_r.c [] []
/src/igraph/./fuzzing/misc_algos_weighted.cpp ['misc_algos_weighted'] []
/src/igraph/build/src/io/parsers/dl-parser.c ['read_dl'] []
/src/igraph/vendor/cs/cs_droptol.c [] []
/src/igraph/vendor/qhull/libqhull_r/random_r.c [] []
/src/igraph/./fuzzing/vertex_connectivity.cpp ['vertex_connectivity'] []
/src/igraph/vendor/glpk/env/stdc.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/f2c/s_copy.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/isomorphism/bliss/bignum.hh ['bliss'] []
/src/igraph/src/properties/triangles.c ['centrality', 'misc_algos', 'weighted_centrality'] []
/src/igraph/src/operators/reverse.c ['misc_algos', 'linear_algos_directed'] []
/src/igraph/src/community/walktrap/walktrap_heap.cpp ['weighted_community', 'community'] []
/src/igraph/src/core/matrix.c [] []
/src/igraph/vendor/lapack/daxpy.c ['centrality', 'weighted_centrality'] []
/src/igraph/./fuzzing/community.cpp ['community'] []
/src/igraph/vendor/glpk/intopt/mirgen.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/f2c/open.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/core/buckets.c ['vertex_connectivity', 'edge_connectivity', 'vertex_separators'] []
/src/igraph/vendor/f2c/d_lg10.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/isomorphism/bliss.cc ['bliss'] []
/src/igraph/src/internal/utils.c ['linear_algos_undirected', 'linear_algos_directed'] []
/src/igraph/src/io/edgelist.c ['read_edgelist'] []
/src/igraph/vendor/lapack/dsteqr.c [] []
/src/igraph/vendor/mini-gmp/mini-gmp.c ['bliss'] []
/src/igraph/vendor/glpk/proxy/proxy.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/libxml2-2.15.0/threads.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/simplex/spxprim.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/./fuzzing/read_graphml.cpp ['read_graphml'] []
/src/libxml2-2.15.0/list.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/intopt/clqcut.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/bflib/sva.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/bflib/sgf.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dlascl.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/core/vector.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'read_dl', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_gml', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/core/error.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'read_dl', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_gml', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/properties/loops.c ['basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'community', 'linear_algos_undirected', 'linear_algos_directed', 'basic_properties_directed', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/vendor/f2c/d_sign.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/proxy/proxy1.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/./fuzzing/basic_properties_undirected.cpp ['basic_properties_undirected'] []
/src/igraph/src/isomorphism/bliss/heap.cc ['bliss'] []
/src/libxml2-2.15.0/timsort.h [] []
/src/igraph/vendor/lapack/dlasrt.c [] []
/src/igraph/src/isomorphism/bliss/orbit.cc ['bliss'] []
/src/igraph/vendor/lapack/arscnd.c ['centrality', 'weighted_centrality'] []
/src/libxml2-2.15.0/include/private/parser.h ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/paths/distances.c ['linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/paths/unweighted.c ['linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/qhull/libqhull_r/io_r.c [] []
/src/igraph/src/connectivity/separators.c ['vertex_separators'] []
/src/igraph/vendor/lapack/ddot.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dneigh.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/misc/wclique.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/api/advbas.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/io/dl.c ['read_dl'] []
/src/igraph/src/misc/bipartite.c ['basic_properties_undirected'] []
/src/igraph/vendor/glpk/simplex/spxchuzc.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/core/strvector.c ['weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'read_dl', 'read_graphml', 'read_gml', 'read_dimacs_flow', 'misc_algos_weighted', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/libxml2-2.15.0/xmlreader.c [] []
/src/igraph/vendor/cs/cs_entry.c ['weighted_community', 'community'] []
/src/igraph/vendor/lapack/dlaisnan.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/npp/npp3.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/io/pajek-parser.y ['read_pajek'] []
/src/igraph/vendor/glpk/api/prob2.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/libxml2-2.15.0/xmlmemory.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/xerbla.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/io/ncol.c ['read_ncol', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/cs/cs_amd.c [] []
/src/libxml2-2.15.0/debugXML.c [] []
/src/libxml2-2.15.0/hash.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/misc/mixing.c ['community', 'linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_lsolve.c [] []
/src/igraph/src/misc/coloring.c ['linear_algos_undirected'] []
/src/igraph/vendor/lapack/dladiv.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dtrsyl.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/properties/multiplicity.c ['basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'community', 'bliss', 'linear_algos_undirected', 'linear_algos_directed', 'basic_properties_directed', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/vendor/qhull/libqhull_r/user_r.c [] []
/src/igraph/vendor/glpk/simplex/spxprob.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/misc/spanning_trees.c ['linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dseigt.c [] []
/src/igraph/vendor/cs/cs_spsolve.c [] []
/src/libxml2-2.15.0/relaxng.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/cycles/feedback_sets.c ['linear_algos_undirected', 'linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/drot.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/bflib/luf.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/simplex/spychuzr.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dger.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/properties/complete.c ['basic_properties_undirected', 'vertex_connectivity', 'basic_properties_directed', 'vertex_separators'] []
/src/igraph/vendor/f2c/i_dnnt.c ['centrality', 'weighted_centrality'] []
/src/igraph/./fuzzing/centrality.cpp ['centrality'] []
/src/igraph/src/community/label_propagation.c ['weighted_community', 'community'] []
/src/igraph/vendor/glpk/bflib/fhvint.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/spatial/nanoflann_internal.hpp ['spatial'] []
/src/libxml2-2.15.0/uri.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/build/src/io/parsers/gml-lexer.c ['read_gml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/properties/dag.c ['basic_properties_undirected', 'vertex_connectivity', 'edge_connectivity', 'linear_algos_directed', 'basic_properties_directed', 'misc_algos_weighted', 'vertex_separators'] []
/src/igraph/src/centrality/prpack/prpack_preprocessed_scc_graph.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/build/src/io/parsers/ncol-parser.c ['read_ncol', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/simplex/spxat.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dneupd.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlabad.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlarfx.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/operators/contract.c ['weighted_community', 'community', 'vertex_separators'] []
/src/igraph/src/connectivity/reachability.c ['misc_algos'] []
/src/igraph/vendor/lapack/dlanv2.c ['centrality', 'weighted_centrality'] []
/src/igraph/./fuzzing/read_dl.cpp ['read_dl'] []
/src/igraph/./fuzzing/bliss.cpp ['bliss'] []
/src/igraph/vendor/glpk/simplex/spydual.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_malloc.c ['weighted_community', 'community'] []
/src/igraph/src/community/community_misc.c ['weighted_community', 'community'] []
/src/igraph/vendor/lapack/dvout.c ['centrality', 'weighted_centrality'] []
/src/libxml2-2.15.0/globals.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/dnaitr.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/isomorphism/bliss/defs.cc [] []
/src/igraph/src/operators/rewire.c ['linear_algos_undirected', 'linear_algos_directed'] []
/src/igraph/vendor/glpk/misc/round2n.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_multiply.c [] []
/src/igraph/vendor/qhull/libqhull_r/stat_r.c [] []
/src/igraph/build/src/io/parsers/pajek-lexer.c ['read_pajek'] []
/src/igraph/vendor/lapack/dsconv.c [] []
/src/igraph/vendor/glpk/draft/bfd.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/build/src/io/parsers/ncol-lexer.c ['read_ncol', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/dlarnv.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlanst.c [] []
/src/igraph/src/centrality/truss.cpp ['centrality'] []
/src/igraph/src/io/gml-parser.y ['read_gml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/dsesrt.c [] []
/src/igraph/src/core/bitset.c ['basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_pajek', 'community', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'linear_algos_directed', 'basic_properties_directed', 'misc_algos_weighted', 'vertex_separators'] []
/src/libxml2-2.15.0/codegen/unicode.inc [] []
/src/igraph/src/connectivity/components.c ['basic_properties_undirected', 'vertex_connectivity', 'weighted_community', 'community', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'linear_algos_directed', 'basic_properties_directed', 'misc_algos_weighted', 'vertex_separators'] []
/src/igraph/vendor/lapack/dlaruv.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/bflib/scfint.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/draft/glpapi09.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_ltsolve.c [] []
/src/igraph/src/core/vector.pmt ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'read_dl', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_gml', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/libxml2-2.15.0/error.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/draft/glpios01.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_add.c [] []
/src/igraph/src/paths/all_shortest_paths.c ['linear_algos_undirected', 'linear_algos_directed'] []
/src/igraph/vendor/lapack/fortran_intrinsics.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_gaxpy.c [] []
/src/igraph/src/community/spinglass/pottsmodel_2.cpp ['weighted_community'] []
/src/igraph/vendor/lapack/dcopy.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/npp/npp4.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/io/graphml.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/dlamch.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_qr.c [] []
/src/igraph/src/core/dqueue.pmt ['basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'community', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'linear_algos_directed', 'basic_properties_directed', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dsortc.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/io/graphdb.c ['read_graphdb'] []
/src/igraph/src/core/matrix.pmt ['centrality', 'weighted_community', 'community', 'linear_algos_undirected', 'linear_algos_directed', 'spatial', 'misc_algos_weighted', 'weighted_centrality'] []
/src/igraph/src/spatial/nearest_neighbor.cpp ['spatial'] []
/src/igraph/src/isomorphism/bliss/graph.cc ['bliss'] []
/src/igraph/vendor/lapack/dsortr.c [] []
/src/igraph/src/io/gml-tree.c ['read_gml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/community/spinglass/NetRoutines.cpp ['weighted_community'] []
/src/igraph/vendor/lapack/dnapps.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/misc/triang.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/iladlc.c ['centrality', 'weighted_centrality'] []
/src/igraph/build/src/io/parsers/lgl-parser.c ['read_lgl', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/iladlr.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/f2c/fmtlib.c [] []
/src/igraph/./fuzzing/read_edgelist.cpp ['read_edgelist'] []
/src/igraph/vendor/lapack/dnaup2.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/nanoflann/nanoflann.hpp ['spatial'] []
/src/igraph/./fuzzing/basic_properties_directed.cpp ['basic_properties_directed'] []
/src/igraph/src/paths/sparsifier.c ['centrality', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dtrevc.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_tdfs.c [] []
/src/igraph/vendor/glpk/simplex/spxnt.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dnrm2.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlassq.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/math/complex.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/isomorphism/bliss/utils.cc [] []
/src/igraph/vendor/lapack/dsaitr.c [] []
/src/igraph/src/cycles/cycle_bases.c ['misc_algos'] []
/src/libxml2-2.15.0/xinclude.c [] []
/src/igraph/src/misc/motifs.c ['misc_algos'] []
/src/igraph/vendor/f2c/i_len.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_dupl.c ['weighted_community', 'community'] []
/src/igraph/src/core/cutheap.c ['edge_connectivity'] []
/src/igraph/vendor/lapack/idamax.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/centrality/prpack/prpack_igraph_graph.cpp ['centrality', 'weighted_centrality'] []
/src/igraph/src/core/typed_list.pmt ['centrality', 'vertex_connectivity', 'weighted_community', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'linear_algos_directed', 'spatial', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/./fuzzing/weighted_community.cpp ['weighted_community'] []
/src/igraph/vendor/lapack/dgemv.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_permute.c [] []
/src/igraph/vendor/lapack/dseupd.c [] []
/src/igraph/vendor/cs/cs_counts.c [] []
/src/igraph/vendor/glpk/draft/glpapi06.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/properties/constraint.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/bflib/lufint.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/misc/dmp.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/centrality/betweenness.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/math/utils.c ['centrality', 'weighted_community', 'community', 'linear_algos_undirected', 'linear_algos_directed', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlaexc.c ['centrality', 'weighted_centrality'] []
/src/igraph/build/src/io/parsers/gml-parser.c ['read_gml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/dlae2.c [] []
/src/libxml2-2.15.0/dict.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/properties/spectral.c ['misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_pinv.c [] []
/src/igraph/vendor/qhull/libqhull_r/libqhull_r.c [] []
/src/igraph/vendor/qhull/libqhull_r/qset_r.c [] []
/src/igraph/src/core/bitset_list.c ['misc_algos'] []
/src/igraph/./fuzzing/linear_algos_directed.cpp ['linear_algos_directed'] []
/src/igraph/src/community/voronoi.c ['weighted_community', 'community'] []
/src/igraph/src/core/trie.c ['read_ncol', 'read_pajek', 'read_lgl', 'read_dl', 'read_graphml', 'read_gml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/env/error.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/build/src/io/parsers/dl-lexer.c ['read_dl'] []
/src/igraph/src/core/memory.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'read_dl', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_gml', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/misc/chordality.c ['basic_properties_undirected', 'linear_algos_undirected'] []
/src/igraph/vendor/qhull/libqhull_r/poly_r.c [] []
/src/igraph/vendor/lapack/dtrmm.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlasy2.c ['centrality', 'weighted_centrality'] []
/src/libxml2-2.15.0/xpath.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/libxml2-2.15.0/tree.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/intopt/cfg1.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/lapack/dswap.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/isomorphism/bliss/uintseqhash.hh ['bliss'] []
/src/igraph/src/misc/degree_sequence.cpp ['linear_algos_undirected', 'linear_algos_directed'] []
/src/igraph/vendor/lapack/dnconv.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/cs/cs_dropzeros.c [] []
/src/igraph/src/isomorphism/bliss/kqueue.hh ['bliss'] []
/src/igraph/src/isomorphism/bliss/partition.cc ['bliss'] []
/src/igraph/src/community/leiden.c ['weighted_community', 'community'] []
/src/igraph/src/isomorphism/isoclasses.c [] []
/src/igraph/./fuzzing/weighted_centrality.cpp ['weighted_centrality'] []
/src/igraph/src/centrality/closeness.c ['centrality', 'weighted_centrality'] []
/src/libxml2-2.15.0/SAX2.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/./fuzzing/read_lgl.cpp ['read_lgl'] []
/src/igraph/vendor/qhull/libqhull_r/mem_r.c [] []
/src/igraph/vendor/glpk/misc/fvs.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_ipvec.c [] []
/src/igraph/src/flow/flow.c ['vertex_connectivity', 'edge_connectivity', 'vertex_separators'] []
/src/igraph/src/graph/cattributes.c ['weighted_community', 'misc_algos_weighted', 'weighted_centrality'] []
/src/igraph/vendor/glpk/simplex/spychuzc.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_symperm.c [] []
/src/igraph/vendor/cs/cs_utsolve.c [] []
/src/igraph/src/community/spinglass/clustertool.cpp ['weighted_community'] []
/src/igraph/src/properties/trees.c ['basic_properties_undirected', 'linear_algos_undirected', 'linear_algos_directed', 'basic_properties_directed'] []
/src/igraph/src/community/spinglass/pottsmodel_2.h ['weighted_community'] []
/src/igraph/src/operators/simplify.c ['centrality', 'weighted_community', 'community', 'linear_algos_undirected', 'linear_algos_directed', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/src/core/stack.pmt ['basic_properties_undirected', 'centrality', 'weighted_community', 'community', 'linear_algos_undirected', 'misc_algos', 'linear_algos_directed', 'basic_properties_directed', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlarf.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlapy2.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/core/interruption.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'community', 'linear_algos_undirected', 'edge_connectivity', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/graph/type_common.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'read_dl', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/io/parse_utils.c ['read_edgelist', 'read_ncol', 'read_pajek', 'read_lgl', 'read_dl', 'read_gml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/cs/cs_lusol.c [] []
/src/igraph/src/spatial/convex_hull.c ['spatial'] []
/src/igraph/vendor/lapack/dlarfg.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dlange.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/isomorphism/bliss/heap.hh [] []
/src/igraph/vendor/glpk/misc/mc21a.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/misc/rng1.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/random/rng_pcg32.c [] []
/usr/local/bin/../include/c++/v1/string [] []
/src/libxml2-2.15.0/xmlstring.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/dlasr.c [] []
/src/igraph/src/community/walktrap/walktrap.cpp ['weighted_community', 'community'] []
/src/igraph/vendor/glpk/bflib/ifu.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/./fuzzing/read_dimacs_flow.cpp ['read_dimacs_flow'] []
/src/igraph/./fuzzing/spatial.cpp ['spatial'] []
/src/igraph/vendor/f2c/wrtfmt.c [] []
/src/igraph/vendor/f2c/sig_die.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/graph/basic_query.c ['vertex_connectivity', 'linear_algos_undirected', 'linear_algos_directed', 'vertex_separators'] []
/src/igraph/vendor/glpk/bflib/btfint.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/graph/caching.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'read_dl', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_gml', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/lapack/lsame.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/graph/type_indexededgelist.c ['read_edgelist', 'basic_properties_undirected', 'centrality', 'vertex_connectivity', 'weighted_community', 'read_ncol', 'read_pajek', 'read_lgl', 'community', 'bliss', 'linear_algos_undirected', 'edge_connectivity', 'read_dl', 'misc_algos', 'read_graphdb', 'linear_algos_directed', 'read_graphml', 'spatial', 'basic_properties_directed', 'read_gml', 'read_dimacs_flow', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/operators/subgraph.c ['linear_algos_undirected', 'misc_algos', 'linear_algos_directed', 'vertex_separators'] []
/src/libxml2-2.15.0/parserInternals.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/draft/glpios03.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/io/lgl-parser.y ['read_lgl', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/glpk/env/alloc.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/cs/cs_fkeep.c [] []
/src/igraph/vendor/lapack/dscal.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/glpk/simplex/spxlp.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/libxml2-2.15.0/chvalid.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/f2c/err.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/io/pajek.c ['read_pajek', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/cycles/order_cycle.cpp ['misc_algos'] []
/src/igraph/vendor/glpk/draft/glpapi12.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/paths/widest_paths.c ['misc_algos_weighted'] []
/src/igraph/src/random/random.c ['centrality', 'vertex_connectivity', 'weighted_community', 'community', 'linear_algos_undirected', 'misc_algos', 'linear_algos_directed', 'misc_algos_weighted', 'vertex_separators', 'weighted_centrality'] []
/src/igraph/src/paths/johnson.c ['linear_algos_undirected', 'linear_algos_directed'] []
/src/igraph/vendor/glpk/bflib/scf.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/core/estack.c ['vertex_separators'] []
/src/igraph/src/properties/basic_properties.c ['basic_properties_undirected', 'linear_algos_undirected', 'linear_algos_directed', 'basic_properties_directed', 'weighted_centrality'] []
/src/igraph/vendor/lapack/dtrexc.c ['centrality', 'weighted_centrality'] []
/src/igraph/./fuzzing/read_pajek.cpp ['read_pajek'] []
/src/igraph/vendor/cs/cs_post.c [] []
/src/igraph/vendor/cs/cs_sqr.c [] []
/src/igraph/vendor/lapack/dmout.c ['centrality', 'weighted_centrality'] []
/src/igraph/src/core/sparsemat.c ['weighted_community', 'community'] []
/src/igraph/vendor/f2c/wsfe.c ['centrality', 'weighted_centrality'] []
/src/igraph/vendor/pcg/pcg-advance-64.c [] []
/src/igraph/vendor/glpk/bflib/btf.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/internal/qsort.c ['weighted_community', 'community', 'linear_algos_undirected', 'misc_algos', 'linear_algos_directed', 'spatial', 'read_gml', 'misc_algos_weighted', 'vertex_separators', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/src/linalg/arpack.c ['centrality', 'weighted_centrality'] []
/src/libxml2-2.15.0/xmlIO.c ['read_graphml', 'write_all_graphml', 'write_all_gml'] []
/src/igraph/vendor/cs/cs_dfs.c [] []
/src/igraph/vendor/glpk/misc/jd.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/vendor/glpk/env/env.c ['linear_algos_directed', 'misc_algos_weighted'] []
/src/igraph/src/misc/other.c ['misc_algos_weighted'] []
/src/igraph/vendor/glpk/env/stdout.c ['linear_algos_directed', 'misc_algos_weighted'] []
/usr/local/bin/../include/c++/v1/__exception/exception_ptr.h [] []
/src/igraph/vendor/cs/cs_house.c [] []
/src/igraph/src/paths/floyd_warshall.c ['linear_algos_undirected', 'linear_algos_directed'] []
/usr/local/bin/../include/c++/v1/__exception/exception.h [] []
/src/igraph/src/core/set.c [] []

Directories in report

Directory
/src/igraph/build/src/io/parsers/
/src/igraph/vendor/qhull/libqhull_r/
/src/igraph/src/flow/
/src/igraph/vendor/glpk/env/
/src/igraph/vendor/glpk/proxy/
/src/igraph/vendor/cs/
/src/igraph/src/graph/../core/
/src/igraph/src/cycles/
/src/igraph/src/isomorphism/
/src/igraph/src/constructors/
/src/igraph/vendor/glpk/api/
/src/libxml2-2.15.0/include/private/
/src/igraph/src/linalg/
/src/igraph/vendor/f2c/
/src/igraph/src/connectivity/
/usr/local/bin/../include/c++/v1/__exception/
/src/igraph/./fuzzing/
/src/igraph/vendor/glpk/bflib/
/src/igraph/src/community/walktrap/
/usr/local/bin/../include/c++/v1/
/src/igraph/src/isomorphism/bliss/
/src/igraph/src/community/spinglass/
/src/igraph/src/core/
/src/libxml2-2.15.0/
/src/igraph/src/spatial/
/src/igraph/src/community/
/src/igraph/src/misc/
/src/igraph/src/math/
/src/igraph/vendor/glpk/simplex/
/src/igraph/src/centrality/
/src/igraph/vendor/glpk/misc/
/src/igraph/src/internal/
/src/igraph/vendor/pcg/
/src/igraph/src/graph/
/src/igraph/src/operators/
/src/igraph/vendor/mini-gmp/
/src/igraph/vendor/glpk/npp/
/src/igraph/src/random/
/src/igraph/vendor/glpk/intopt/
/src/igraph/vendor/nanoflann/
/src/igraph/vendor/lapack/
/src/igraph/src/properties/
/src/libxml2-2.15.0/codegen/
/src/igraph/src/io/
/src/igraph/src/paths/
/src/igraph/vendor/glpk/draft/
/src/igraph/src/centrality/prpack/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
read_edgelist fuzzerLogFile-0-t4GsABAMSQ.data fuzzerLogFile-0-t4GsABAMSQ.data.yaml
basic_properties_undirected fuzzerLogFile-0-q9EovofSjN.data fuzzerLogFile-0-q9EovofSjN.data.yaml
centrality fuzzerLogFile-0-PCteQAEvei.data fuzzerLogFile-0-PCteQAEvei.data.yaml
vertex_connectivity fuzzerLogFile-0-DgAXOVrtHA.data fuzzerLogFile-0-DgAXOVrtHA.data.yaml
weighted_community fuzzerLogFile-0-FvbA3JNPN8.data fuzzerLogFile-0-FvbA3JNPN8.data.yaml
read_ncol fuzzerLogFile-0-9U5n7X88tt.data fuzzerLogFile-0-9U5n7X88tt.data.yaml
read_pajek fuzzerLogFile-0-TTs5XKUD5G.data fuzzerLogFile-0-TTs5XKUD5G.data.yaml
read_lgl fuzzerLogFile-0-fcWL5ZQz1p.data fuzzerLogFile-0-fcWL5ZQz1p.data.yaml
community fuzzerLogFile-0-zadWToZeH1.data fuzzerLogFile-0-zadWToZeH1.data.yaml
bliss fuzzerLogFile-0-UTYZZjcZTe.data fuzzerLogFile-0-UTYZZjcZTe.data.yaml
linear_algos_undirected fuzzerLogFile-0-KSIZXarocu.data fuzzerLogFile-0-KSIZXarocu.data.yaml
edge_connectivity fuzzerLogFile-0-DO8NH7tXqC.data fuzzerLogFile-0-DO8NH7tXqC.data.yaml
read_dl fuzzerLogFile-0-ETB0wZWNer.data fuzzerLogFile-0-ETB0wZWNer.data.yaml
misc_algos fuzzerLogFile-0-G3Y4kSs0PH.data fuzzerLogFile-0-G3Y4kSs0PH.data.yaml
read_graphdb fuzzerLogFile-0-cQqFY82FY6.data fuzzerLogFile-0-cQqFY82FY6.data.yaml
linear_algos_directed fuzzerLogFile-0-D8oZ8cu5yF.data fuzzerLogFile-0-D8oZ8cu5yF.data.yaml
read_graphml fuzzerLogFile-0-VzsCZFKfAJ.data fuzzerLogFile-0-VzsCZFKfAJ.data.yaml
spatial fuzzerLogFile-0-H2wDql4PLW.data fuzzerLogFile-0-H2wDql4PLW.data.yaml
basic_properties_directed fuzzerLogFile-0-cGgeddo203.data fuzzerLogFile-0-cGgeddo203.data.yaml
read_gml fuzzerLogFile-0-3WpfwmEmhL.data fuzzerLogFile-0-3WpfwmEmhL.data.yaml
read_dimacs_flow fuzzerLogFile-0-ZXgfNgQCyX.data fuzzerLogFile-0-ZXgfNgQCyX.data.yaml
misc_algos_weighted fuzzerLogFile-0-BoBStwGEAV.data fuzzerLogFile-0-BoBStwGEAV.data.yaml
vertex_separators fuzzerLogFile-0-JCtsUiEtVZ.data fuzzerLogFile-0-JCtsUiEtVZ.data.yaml
weighted_centrality fuzzerLogFile-0-FwEDCPisAf.data fuzzerLogFile-0-FwEDCPisAf.data.yaml
write_all_graphml fuzzerLogFile-0-eHhJvdzw4u.data fuzzerLogFile-0-eHhJvdzw4u.data.yaml
write_all_gml fuzzerLogFile-0-AZBR9UBoUc.data fuzzerLogFile-0-AZBR9UBoUc.data.yaml