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
fuzzing/read_lgl.cpp fuzzing/read_lgl.cpp 140 6965 7 13 269 276 read_lgl.cpp
fuzzing/basic_properties_undirected.cpp fuzzing/basic_properties_undirected.cpp 142 6960 7 22 439 608 basic_properties_undirected.cpp
fuzzing/vertex_connectivity.cpp fuzzing/vertex_connectivity.cpp 194 6914 9 24 506 680 vertex_connectivity.cpp
fuzzing/vertex_separators.cpp fuzzing/vertex_separators.cpp 313 6828 10 39 831 1089 vertex_separators.cpp
fuzzing/read_dimacs_flow.cpp fuzzing/read_dimacs_flow.cpp 78 7014 8 9 111 94 read_dimacs_flow.cpp
fuzzing/weighted_centrality.cpp fuzzing/weighted_centrality.cpp 330 6815 9 38 887 1180 weighted_centrality.cpp
fuzzing/edge_connectivity.cpp fuzzing/edge_connectivity.cpp 198 6910 11 20 496 656 edge_connectivity.cpp
fuzzing/read_gml.cpp fuzzing/read_gml.cpp 194 6936 9 16 374 351 read_gml.cpp
fuzzing/read_ncol.cpp fuzzing/read_ncol.cpp 154 6956 8 14 285 286 read_ncol.cpp
fuzzing/linear_algos_directed.cpp fuzzing/linear_algos_directed.cpp 710 6508 14 89 2811 3940 linear_algos_directed.cpp
fuzzing/centrality.cpp fuzzing/centrality.cpp 345 6806 9 40 906 1211 centrality.cpp
fuzzing/write_all_graphml.cpp fuzzing/write_all_graphml.cpp 289 6877 7 24 782 856 write_all_graphml.cpp
fuzzing/community.cpp fuzzing/community.cpp 401 6767 9 51 1167 1490 community.cpp
fuzzing/read_pajek.cpp fuzzing/read_pajek.cpp 147 6969 7 14 258 256 read_pajek.cpp
fuzzing/read_dl.cpp fuzzing/read_dl.cpp 93 7000 7 11 134 109 read_dl.cpp
fuzzing/basic_properties_directed.cpp fuzzing/basic_properties_directed.cpp 125 6971 7 19 369 495 basic_properties_directed.cpp
fuzzing/bliss.cpp fuzzing/bliss.cpp 110 6993 8 18 168 155 bliss.cpp
fuzzing/write_all_gml.cpp fuzzing/write_all_gml.cpp 289 6877 9 24 782 856 write_all_gml.cpp
fuzzing/misc_algos.cpp fuzzing/misc_algos.cpp 274 6872 8 31 673 877 misc_algos.cpp
fuzzing/read_graphml.cpp fuzzing/read_graphml.cpp 191 6938 7 16 387 375 read_graphml.cpp
fuzzing/read_edgelist.cpp fuzzing/read_edgelist.cpp 92 6998 8 11 169 180 read_edgelist.cpp
fuzzing/misc_algos_weighted.cpp fuzzing/misc_algos_weighted.cpp 639 6549 14 78 2669 3679 misc_algos_weighted.cpp
fuzzing/read_graphdb.cpp fuzzing/read_graphdb.cpp 59 7024 8 8 73 59 read_graphdb.cpp
fuzzing/weighted_community.cpp fuzzing/weighted_community.cpp 464 6739 9 54 1320 1729 weighted_community.cpp
fuzzing/linear_algos_undirected.cpp fuzzing/linear_algos_undirected.cpp 436 6752 8 53 1330 1776 linear_algos_undirected.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: fuzzing/read_lgl.cpp

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: fuzzing/basic_properties_undirected.cpp

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: fuzzing/vertex_connectivity.cpp

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: fuzzing/vertex_separators.cpp

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: fuzzing/read_dimacs_flow.cpp

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: fuzzing/weighted_centrality.cpp

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: fuzzing/edge_connectivity.cpp

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: fuzzing/read_gml.cpp

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: fuzzing/read_ncol.cpp

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: fuzzing/linear_algos_directed.cpp

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: fuzzing/centrality.cpp

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: fuzzing/write_all_graphml.cpp

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: fuzzing/community.cpp

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: fuzzing/read_pajek.cpp

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: fuzzing/read_dl.cpp

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: fuzzing/basic_properties_directed.cpp

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: fuzzing/bliss.cpp

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: fuzzing/write_all_gml.cpp

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: fuzzing/misc_algos.cpp

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: fuzzing/read_graphml.cpp

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: fuzzing/read_edgelist.cpp

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: fuzzing/misc_algos_weighted.cpp

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: fuzzing/read_graphdb.cpp

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: fuzzing/weighted_community.cpp

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: fuzzing/linear_algos_undirected.cpp

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.

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
check_align /src/igraph/tests/unit/igraph_layout_align.c 1 ['igraph_t*'] 14 0 24 2 2 387 0 3543 3166
glp_mpl_read_model /src/igraph/vendor/glpk/api/mpl.c 3 ['glp_tran*', 'char*', 'int'] 51 0 10 4 4 191 0 1465 1366
igraph_lapack_dgeevx /src/igraph/src/linalg/lapack.c 13 ['igraph_lapack_dgeevx_balance_t', 'igraph_matrix_t*', 'igraph_vector_t*', 'igraph_vector_t*', 'igraph_matrix_t*', 'igraph_matrix_t*', 'int*', 'int*', 'igraph_vector_t*', 'igraph_real_t*', 'igraph_vector_t*', 'igraph_vector_t*', 'int*'] 17 0 101 24 27 181 0 2424 1269

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
22.0%
1525 / 7064
Cyclomatic complexity statically reachable by fuzzers
36.0%
13898 / 39030

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

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

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.

fuzzing/read_lgl.cpp

Dictionary

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


fuzzing/basic_properties_undirected.cpp

Dictionary

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


fuzzing/vertex_connectivity.cpp

Dictionary

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


fuzzing/vertex_separators.cpp

Dictionary

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


fuzzing/read_dimacs_flow.cpp

Dictionary

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


fuzzing/weighted_centrality.cpp

Dictionary

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


fuzzing/edge_connectivity.cpp

Dictionary

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


fuzzing/read_gml.cpp

Dictionary

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


fuzzing/read_ncol.cpp

Dictionary

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


fuzzing/linear_algos_directed.cpp

Dictionary

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


fuzzing/centrality.cpp

Dictionary

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


fuzzing/write_all_graphml.cpp

Dictionary

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


fuzzing/community.cpp

Dictionary

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


fuzzing/read_pajek.cpp

Dictionary

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


fuzzing/read_dl.cpp

Dictionary

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


fuzzing/basic_properties_directed.cpp

Dictionary

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


fuzzing/bliss.cpp

Dictionary

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


fuzzing/write_all_gml.cpp

Dictionary

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


fuzzing/misc_algos.cpp

Dictionary

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


fuzzing/read_graphml.cpp

Dictionary

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


fuzzing/read_edgelist.cpp

Dictionary

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


fuzzing/misc_algos_weighted.cpp

Dictionary

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


fuzzing/read_graphdb.cpp

Dictionary

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


fuzzing/weighted_community.cpp

Dictionary

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


fuzzing/linear_algos_undirected.cpp

Dictionary

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


Fuzz driver synthesis

New fuzzers

The below fuzzers are templates and suggestions for how to target the set of optimal functions above

igraph_layout_align.c

Target file: /src/igraph/tests/unit/igraph_layout_align.c
Target functions: check_align
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target check_align */
  UNKNOWN_TYPE unknown_0;
  check_align(unknown_0);

  af_safe_gb_cleanup();
}

mpl.c

Target file: /src/igraph/vendor/glpk/api/mpl.c
Target functions: glp_mpl_read_model
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glp_mpl_read_model */
  UNKNOWN_TYPE unknown_1;
  char *new_var2 = ada_safe_get_char_p();
  int new_var3 = ada_safe_get_int();
  glp_mpl_read_model(unknown_1, new_var2, new_var3);

  af_safe_gb_cleanup();
}

lapack.c

Target file: /src/igraph/src/linalg/lapack.c
Target functions: igraph_lapack_dgeevx
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target igraph_lapack_dgeevx */
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  UNKNOWN_TYPE unknown_6;
  UNKNOWN_TYPE unknown_7;
  UNKNOWN_TYPE unknown_8;
  UNKNOWN_TYPE unknown_9;
  int *new_var10 = af_get_int_p();
  int *new_var11 = af_get_int_p();
  UNKNOWN_TYPE unknown_12;
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  int *new_var16 = af_get_int_p();
  igraph_lapack_dgeevx(unknown_4, unknown_5, unknown_6, unknown_7, unknown_8, unknown_9, new_var10, new_var11, unknown_12, unknown_13, unknown_14, unknown_15, new_var16);

  af_safe_gb_cleanup();
}

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/igraph/tests/regression/igraph_layout_kamada_kawai_3d_bug_1462.c [] []
/src/igraph/examples/simple/igraph_sparsemat4.c [] []
/src/igraph/vendor/f2c/sfe.c [] []
/src/igraph/examples/simple/igraph_lapack_dgesv.c [] []
/src/igraph/src/paths/all_shortest_paths.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/lapack/dtrsyl.c [] []
/src/igraph/src/io/parse_utils.h [] []
/src/igraph/vendor/glpk/misc/bignum.c [] []
/src/igraph/vendor/f2c/d_cnjg.c [] []
/src/igraph/vendor/infomap/src/core/InfoEdge.cpp [] []
/src/igraph/src/layout/align.c [] []
/src/igraph/vendor/f2c/s_cat.c [] []
/src/igraph/tests/unit/igraph_sparsemat_fkeep.c [] []
/src/igraph/vendor/f2c/rsfe.c [] []
/src/igraph/tests/unit/igraph_adjacency.c [] []
/src/igraph/vendor/glpk/api/maxffalg.c [] []
/src/igraph/vendor/f2c/i_nint.c [] []
/src/igraph/vendor/lapack/dorghr.c [] []
/src/igraph/src/core/set.h [] []
/src/igraph/include/igraph_vector_pmt.h [] []
/src/igraph/vendor/glpk/misc/avl.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/glpk/api/wrcnf.c [] []
/src/igraph/src/paths/histogram.c [] []
/src/igraph/include/igraph_vector.h [] []
/src/igraph/src/constructors/basic_constructors.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/read_dimacs_flow.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_edgelist.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/read_graphdb.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/glpk/env/stream.c [] []
/src/igraph/vendor/f2c/s_stop.c [] []
/src/igraph/src/paths/random_walk.c ['fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/tests/unit/igraph_community_infomap.c [] []
/src/igraph/tests/unit/adjlist.c [] []
/src/igraph/vendor/glpk/amd/amd.h [] []
/src/igraph/vendor/lapack/dorg2r.c [] []
/src/igraph/tests/unit/gen2wheap.c [] []
/src/igraph/vendor/glpk/misc/wclique1.c [] []
/src/igraph/vendor/f2c/d_dim.c [] []
/src/igraph/vendor/f2c/r_sinh.c [] []
/src/igraph/vendor/f2c/wsfe.c [] []
/src/igraph/vendor/lapack/dlarrc.c [] []
/src/igraph/vendor/lapack/dlassq.c [] []
/src/igraph/vendor/glpk/simplex/spxchuzr.c [] []
/src/igraph/vendor/f2c/lbitshft.c [] []
/src/igraph/fuzzing/weighted_community.cpp ['fuzzing/weighted_community.cpp'] []
/src/igraph/src/io/gml-tree.c ['fuzzing/read_gml.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp'] []
/src/igraph/src/core/trie.c ['fuzzing/read_lgl.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/read_dl.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/read_graphml.cpp'] []
/src/igraph/vendor/f2c/open.c [] []
/src/igraph/src/core/vector.c ['fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/include/igraph_dqueue.h [] []
/src/igraph/tests/unit/glpk_error.c [] []
/src/igraph/src/operators/add_edge.c ['fuzzing/vertex_separators.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/f2c/i_sign.c [] []
/src/igraph/vendor/glpk/misc/strtrim.c [] []
/src/igraph/tests/unit/igraph_joint_degree_distribution.c [] []
/src/igraph/vendor/plfit/plfit_error.c [] []
/src/igraph/vendor/f2c/system_.c [] []
/src/igraph/fuzzing/read_pajek.cpp ['fuzzing/read_pajek.cpp'] []
/src/igraph/vendor/glpk/misc/gcd.c [] []
/src/igraph/vendor/plfit/arithmetic_sse_float.h [] []
/src/igraph/src/cliques/glet.c [] []
/src/igraph/vendor/cs/cs_post.c [] []
/src/igraph/vendor/lapack/dtrexc.c [] []
/src/igraph/src/core/printing.c ['fuzzing/read_lgl.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/read_graphml.cpp'] []
/src/igraph/tests/unit/igraph_layout_kamada_kawai.c [] []
/src/igraph/src/core/grid.h [] []
/src/igraph/vendor/lapack/dlapy2.c [] []
/src/igraph/src/misc/scan.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/lapack/arscnd.c [] []
/src/igraph/src/operators/reverse.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos.cpp'] []
/src/igraph/src/layout/drl/DensityGrid.h [] []
/src/igraph/tests/unit/igraph_pseudo_diameter_dijkstra.c [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_degree_sequence.h [] []
/src/igraph/src/hrg/hrg_types.cc [] []
/src/igraph/vendor/f2c/wref.c [] []
/src/igraph/examples/simple/igraph_community_multilevel.c [] []
/src/igraph/vendor/glpk/minisat/minisat.h [] []
/src/igraph/vendor/glpk/env/env.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/infomap/src/utils/infomath.h [] []
/src/igraph/vendor/f2c/d_sqrt.c [] []
/src/igraph/fuzzing/linear_algos_undirected.cpp ['fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/core/grid.c [] []
/src/igraph/include/igraph_stack.h [] []
/src/igraph/include/igraph_psumtree.h [] []
/src/igraph/tests/unit/igraph_closeness.c [] []
/src/igraph/tests/unit/set.c [] []
/src/igraph/tests/unit/efficiency.c [] []
/src/igraph/vendor/f2c/cabs.c [] []
/src/igraph/vendor/glpk/draft/glpapi09.c ['fuzzing/vertex_separators.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/centrality/prpack/prpack_preprocessed_schur_graph.cpp [] []
/src/igraph/src/cliques/maximal_cliques.c [] []
/src/igraph/vendor/f2c/pow_ii.c [] []
/src/igraph/src/core/psumtree.c [] []
/src/igraph/vendor/glpk/draft/glpapi08.c [] []
/src/igraph/tests/unit/igraph_eigen_matrix2.c [] []
/src/igraph/src/community/spinglass/NetDataTypes.cpp ['fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/glpk/draft/glpscl.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/tests/unit/coloring.c [] []
/src/igraph/include/igraph_epidemics.h [] []
/src/igraph/tests/benchmarks/igraph_ecc.c [] []
/src/igraph/vendor/glpk/env/stdc.c [] []
/src/igraph/vendor/glpk/simplex/spxlp.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/community/walktrap/walktrap_heap.cpp [] []
/src/igraph/vendor/glpk/bflib/luf.h [] []
/src/igraph/vendor/f2c/d_acos.c [] []
/src/igraph/vendor/lapack/dlarrb.c [] []
/src/igraph/include/igraph_bitset_list.h [] []
/src/igraph/vendor/lapack/dlaqtr.c [] []
/src/igraph/vendor/cs/cs_transpose.c [] []
/src/igraph/vendor/infomap/src/utils/VectorMap.h [] []
/src/igraph/vendor/mini-gmp/mini-gmp.c ['fuzzing/bliss.cpp'] []
/src/igraph/vendor/lapack/dsytd2.c [] []
/src/igraph/vendor/glpk/api/graph.c [] []
/src/igraph/vendor/glpk/glpk.h [] []
/src/igraph/src/games/callaway_traits.c [] []
/src/igraph/vendor/glpk/amd/amd_defaults.c [] []
/src/igraph/src/linalg/arpack.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/vendor/glpk/colamd/colamd.h [] []
/src/igraph/vendor/lapack/dlansy.c [] []
/src/igraph/vendor/lapack/dlaqr4.c [] []
/src/igraph/src/constructors/lcf.c [] []
/src/igraph/src/misc/order_cycle.cpp ['fuzzing/misc_algos.cpp'] []
/src/igraph/src/games/chung_lu.c [] []
/src/igraph/src/isomorphism/queries.c [] []
/src/igraph/src/io/graphdb.c ['fuzzing/read_graphdb.cpp'] []
/src/igraph/tests/unit/igraph_rng_sample_dirichlet.c [] []
/src/igraph/tests/unit/igraph_attribute_combination_remove.c [] []
/src/igraph/vendor/glpk/simplex/spxat.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/f2c/exit_.c [] []
/src/igraph/src/paths/eulerian.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/paths/shortest_paths.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/infomap/src/utils/FlowCalculator.h [] []
/src/igraph/src/io/graphml.c ['fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/read_graphml.cpp'] []
/src/igraph/vendor/glpk/simplex/spxnt.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/fuzzing/misc_algos.cpp ['fuzzing/misc_algos.cpp'] []
/src/igraph/tests/unit/igraph_to_prufer.c [] []
/src/igraph/src/games/degree_sequence.c [] []
/src/igraph/vendor/f2c/z_sin.c [] []
/src/igraph/fuzzing/read_ncol.cpp ['fuzzing/read_ncol.cpp'] []
/src/igraph/src/centrality/prpack/prpack_preprocessed_gs_graph.cpp [] []
/src/igraph/vendor/lapack/dlarrd.c [] []
/src/igraph/src/core/cutheap.c ['fuzzing/edge_connectivity.cpp'] []
/src/igraph/vendor/glpk/misc/jd.c [] []
/src/igraph/vendor/glpk/api/wrmip.c [] []
/src/igraph/tests/unit/igraph_is_forest.c [] []
/src/igraph/include/igraph_vector_list.h [] []
/src/igraph/vendor/lapack/dnaupd.c [] []
/src/igraph/vendor/glpk/api/prmip.c [] []
/src/igraph/vendor/lapack/dlae2.c [] []
/src/igraph/examples/simple/igraph_sparsemat3.c [] []
/src/igraph/vendor/glpk/api/mcflp.c [] []
/src/igraph/src/operators/subgraph.c ['fuzzing/vertex_separators.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/glpk/mpl/mpl5.c [] []
/src/igraph/src/io/pajek.c ['fuzzing/write_all_graphml.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/write_all_gml.cpp'] []
/src/igraph/vendor/glpk/api/netgen.c [] []
/src/igraph/vendor/glpk/misc/ffalg.c [] []
/src/igraph/src/flow/flow_conversion.c ['fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp'] []
/src/igraph/src/isomorphism/bliss/orbit.cc [] []
/src/igraph/vendor/infomap/src/core/InfoNode.cpp [] []
/src/igraph/fuzzing/read_lgl.cpp ['fuzzing/read_lgl.cpp'] []
/src/igraph/src/cliques/cliquer/graph.h [] []
/src/igraph/src/f2c.h [] []
/src/igraph/vendor/f2c/r_exp.c [] []
/src/igraph/src/isomorphism/bliss/partition.cc [] []
/src/igraph/vendor/glpk/npp/npp2.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/glpk/draft/lux.c [] []
/src/igraph/src/paths/sparsifier.c ['fuzzing/centrality.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/fuzzing/read_dimacs_flow.cpp ['fuzzing/read_dimacs_flow.cpp'] []
/src/igraph/tests/unit/igraph_simple_cycles.c [] []
/src/igraph/examples/simple/igraph_strvector.c [] []
/src/igraph/vendor/lapack/dlarrv.c [] []
/src/igraph/src/centrality/pagerank.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/src/community/louvain.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/layout/layout_bipartite.c [] []
/src/igraph/vendor/f2c/err.c [] []
/src/igraph/vendor/lapack/dlasq5.c [] []
/src/igraph/src/spatial/nearest_neighbor.cpp [] []
/src/igraph/vendor/glpk/amd/amd_dump.c [] []
/src/igraph/vendor/cs/cs_qrsol.c [] []
/src/igraph/src/hrg/dendro.h [] []
/src/igraph/src/random/rng_glibc2.c [] []
/src/igraph/vendor/f2c/etime_.c [] []
/src/igraph/src/centrality/prpack.cpp ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/vendor/glpk/api/rdsol.c [] []
/src/igraph/vendor/glpk/simplex/spxprob.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/infomap/src/core/iterators/IterWrapper.h [] []
/src/igraph/tests/unit/tls2.c [] []
/src/igraph/src/paths/bellman_ford.c ['fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/operators/difference.c [] []
/src/igraph/vendor/f2c/due.c [] []
/src/igraph/vendor/cs/cs_scatter.c [] []
/src/igraph/src/layout/graphopt.c [] []
/src/igraph/vendor/glpk/intopt/mirgen.c [] []
/src/igraph/src/centrality/prpack/prpack_base_graph.cpp [] []
/src/igraph/vendor/infomap/src/io/Config.h [] []
/src/igraph/src/community/leiden.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/glpk/api/strong.c [] []
/src/igraph/src/core/setup.c [] []
/src/igraph/src/games/recent_degree.c [] []
/src/igraph/src/graph/iterators.c ['fuzzing/read_lgl.cpp', 'fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/community.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/read_edgelist.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/infomap/src/core/MetaMapEquation.cpp [] []
/src/igraph/vendor/lapack/dswap.c [] []
/src/igraph/vendor/lapack/dlatrd.c [] []
/src/igraph/include/igraph_iterators.h [] []
/src/igraph/tests/benchmarks/inc_vs_adj.c [] []
/src/igraph/examples/simple/igraph_is_minimal_separator.c [] []
/src/igraph/tests/unit/igraph_community_optimal_modularity.c [] []
/src/igraph/src/layout/reingold_tilford.c [] []
/src/igraph/vendor/f2c/r_asin.c [] []
/src/igraph/src/properties/complete.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/basic_properties_directed.cpp'] []
/src/igraph/src/layout/layout_grid.c [] []
/src/igraph/vendor/glpk/api/gridgen.c [] []
/src/igraph/vendor/f2c/h_sign.c [] []
/src/igraph/vendor/plfit/sampling.c [] []
/src/igraph/vendor/plfit/rbinom.c [] []
/src/igraph/vendor/infomap/src/main.cpp [] []
/src/igraph/vendor/glpk/draft/glpapi07.c [] []
/src/igraph/src/paths/simple_paths.c ['fuzzing/misc_algos.cpp'] []
/src/igraph/vendor/f2c/c_sin.c [] []
/src/igraph/vendor/glpk/misc/spm.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/internal/hacks.c [] []
/src/igraph/vendor/glpk/api/asnlp.c [] []
/src/igraph/tests/unit/igraph_sparsemat5.c [] []
/src/igraph/src/core/cutheap.h [] []
/src/igraph/tests/unit/igraph_motifs_randesu_no.c [] []
/src/igraph/src/constructors/trees.c [] []
/src/igraph/tests/unit/igraph_layout_davidson_harel.c [] []
/src/igraph/tests/unit/igraph_density.c [] []
/src/igraph/src/games/growing_random.c [] []
/src/igraph/src/layout/drl/drl_Node_3d.h [] []
/src/igraph/vendor/lapack/dgeevx.c [] []
/src/igraph/tests/benchmarks/igraph_induced_subgraph.c [] []
/src/igraph/vendor/pcg/pcg-advance-64.c [] []
/src/igraph/fuzzing/vertex_separators.cpp ['fuzzing/vertex_separators.cpp'] []
/src/igraph/vendor/f2c/r_imag.c [] []
/src/igraph/vendor/f2c/h_indx.c [] []
/src/igraph/vendor/lapack/dlanv2.c [] []
/src/igraph/src/core/estack.h [] []
/src/igraph/vendor/lapack/dlarft.c [] []
/src/igraph/vendor/glpk/misc/hbm.c [] []
/src/igraph/vendor/lapack/dlasq3.c [] []
/src/igraph/vendor/f2c/d_log.c [] []
/src/igraph/vendor/f2c/c_sqrt.c [] []
/src/igraph/vendor/lapack/idamax.c [] []
/src/igraph/vendor/f2c/r_cos.c [] []
/src/igraph/vendor/cs/cs_usolve.c [] []
/src/igraph/tests/unit/igraph_weighted_cliques.c [] []
/src/igraph/vendor/lapack/dlaqr3.c [] []
/src/igraph/vendor/glpk/misc/rgr.c [] []
/src/igraph/vendor/f2c/z_log.c [] []
/src/igraph/vendor/cs/cs_maxtrans.c [] []
/src/igraph/tests/unit/igraph_get_stochastic.c [] []
/src/igraph/vendor/glpk/bflib/scf.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/glpk/api/wrmaxf.c [] []
/src/igraph/src/isomorphism/bliss/uintseqhash.hh [] []
/src/igraph/tests/unit/erdos_renyi_game_gnm.c [] []
/src/igraph/src/games/preference.c [] []
/src/igraph/src/centrality/truss.cpp ['fuzzing/centrality.cpp'] []
/src/igraph/tests/unit/igraph_compare_communities.c [] []
/src/igraph/include/igraph_strvector.h [] []
/src/igraph/vendor/glpk/env/time.c [] []
/src/igraph/vendor/f2c/hl_lt.c [] []
/src/igraph/vendor/cs/cs_compress.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/graph/adjlist.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/f2c/rsli.c [] []
/src/igraph/vendor/glpk/api/ckcnf.c [] []
/src/igraph/vendor/lapack/dgetrs.c [] []
/src/igraph/vendor/plfit/mt.c [] []
/src/igraph/vendor/f2c/d_sin.c [] []
/src/igraph/tests/unit/igraph_get_shortest_paths_dijkstra.c [] []
/src/igraph/src/layout/davidson_harel.c [] []
/src/igraph/vendor/infomap/src/io/ClusterMap.h [] []
/src/igraph/tests/unit/random_sampling.c [] []
/src/igraph/vendor/glpk/env/alloc.c [] []
/src/igraph/vendor/infomap/src/io/Config.cpp [] []
/src/igraph/tests/unit/watts_strogatz_game.c [] []
/src/igraph/src/misc/sir.c [] []
/src/igraph/src/isomorphism/bliss/kqueue.hh [] []
/src/igraph/src/isomorphism/isoclasses.c [] []
/src/igraph/src/operators/contract.c ['fuzzing/vertex_separators.cpp', 'fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/lapack/dscal.c [] []
/src/igraph/vendor/glpk/draft/glpios12.c [] []
/src/igraph/vendor/lapack/dsyevr.c [] []
/src/igraph/vendor/cs/cs_lsolve.c [] []
/src/igraph/vendor/glpk/draft/glpios11.c [] []
/src/igraph/vendor/cs/cs_symperm.c [] []
/src/igraph/vendor/cs/cs_droptol.c [] []
/src/igraph/src/math/utils.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/math/safe_intop.h [] []
/src/igraph/tests/unit/igraph_product.c [] []
/src/igraph/tests/unit/igraph_layout_mds.c [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_graph_molloy_optimized.cpp [] []
/src/igraph/vendor/glpk/mpl/mplsql.c [] []
/src/igraph/tests/unit/igraph_weighted_adjacency.c [] []
/src/igraph/include/igraph_complex.h [] []
/src/igraph/vendor/plfit/options.c [] []
/src/igraph/vendor/glpk/misc/keller.c [] []
/src/igraph/tests/unit/error_macros.c [] []
/src/igraph/vendor/glpk/amd/amd_post_tree.c [] []
/src/igraph/src/misc/embedding.c [] []
/src/igraph/src/games/citations.c [] []
/src/igraph/src/graph/visitors.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/glpk/amd/amd_1.c [] []
/src/igraph/vendor/glpk/misc/mygmp.c ['fuzzing/bliss.cpp'] []
/src/igraph/include/igraph_adjlist.h [] []
/src/igraph/tests/unit/VF2-compat.c [] []
/src/igraph/src/properties/degrees.c ['fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/lapack/dcopy.c [] []
/src/igraph/vendor/lapack/dlaqr5.c [] []
/src/igraph/vendor/glpk/api/prob5.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/operators/misc_internal.c [] []
/src/igraph/vendor/cs/cs_lu.c [] []
/src/igraph/vendor/infomap/src/core/BiasedMapEquation.h [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_random.h [] []
/src/igraph/tests/unit/assortativity.c [] []
/src/igraph/vendor/infomap/src/utils/FileURI.h [] []
/src/igraph/vendor/f2c/d_sign.c [] []
/src/igraph/vendor/lapack/dlasy2.c [] []
/src/igraph/src/misc/degree_sequence.cpp ['fuzzing/linear_algos_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/glpk/env/stdout.c [] []
/src/igraph/vendor/infomap/src/utils/Random.h [] []
/src/igraph/vendor/lapack/dlacpy.c [] []
/src/igraph/vendor/nanoflann/nanoflann.hpp ['fuzzing/centrality.cpp', 'fuzzing/bliss.cpp'] []
/src/igraph/vendor/glpk/intopt/cfg.c ['fuzzing/bliss.cpp'] []
/src/igraph/vendor/glpk/draft/glpssx01.c [] []
/src/igraph/src/constructors/circulant.c [] []
/src/igraph/vendor/infomap/src/core/BiasedMapEquation.cpp [] []
/src/igraph/vendor/f2c/ef1asc_.c [] []
/src/igraph/vendor/f2c/i_mod.c [] []
/src/igraph/src/core/fixed_vectorlist.h [] []
/src/igraph/src/centrality/centrality_other.c [] []
/src/igraph/vendor/cs/cs_permute.c [] []
/src/igraph/tests/unit/igraph_maxflow.c [] []
/src/igraph/src/community/spinglass/clustertool.cpp ['fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/f2c/ctype.h [] []
/src/igraph/tests/unit/igraph_pagerank.c [] []
/src/igraph/vendor/lapack/dsaitr.c [] []
/src/igraph/examples/simple/igraph_motifs_randesu.c [] []
/src/igraph/vendor/f2c/fmt.c [] []
/src/igraph/tests/unit/igraph_transitivity_barrat.c [] []
/src/igraph/src/core/indheap.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/tests/benchmarks/erdos_renyi.c [] []
/src/igraph/vendor/lapack/dstats.c [] []
/src/igraph/vendor/f2c/pow_zi.c [] []
/src/igraph/src/layout/layout_random.c [] []
/src/igraph/vendor/infomap/src/io/ProgramInterface.h [] []
/src/igraph/vendor/lapack/dgehrd.c [] []
/src/igraph/vendor/lapack/dlartg.c [] []
/src/igraph/vendor/glpk/draft/glpios03.c [] []
/src/igraph/src/games/erdos_renyi.c [] []
/src/igraph/src/community/fast_modularity.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/glpk/minisat/minisat.c [] []
/src/igraph/tests/unit/igraph_square_lattice.c [] []
/src/igraph/vendor/f2c/s_cmp.c [] []
/src/igraph/vendor/cs/cs_norm.c [] []
/src/igraph/vendor/glpk/misc/mc13d.c [] []
/src/igraph/src/isomorphism/bliss/defs.cc [] []
/src/igraph/src/properties/basic_properties.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/glpk/amd/amd_info.c [] []
/src/igraph/vendor/infomap/src/utils/MetaCollection.h [] []
/src/igraph/tests/unit/igraph_layout_fruchterman_reingold.c [] []
/src/igraph/src/constructors/prufer.c ['fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/plfit/kolmogorov.c [] []
/src/igraph/vendor/f2c/i_dim.c [] []
/src/igraph/vendor/lapack/dsyr2k.c [] []
/src/igraph/tests/unit/igraph_layout_reingold_tilford_circular.c [] []
/src/igraph/tests/unit/isomorphism_test.c [] []
/src/igraph/src/operators/connect_neighborhood.c [] []
/src/igraph/vendor/glpk/api/mpl.c [] []
/src/igraph/vendor/glpk/misc/fvs.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/lapack/dtrsen.c [] []
/src/igraph/vendor/lapack/dtrmv.c [] []
/src/igraph/src/cliques/cliquer/cliquer.c [] []
/src/igraph/tests/unit/igraph_bipartite_projection.c [] []
/src/igraph/vendor/glpk/draft/glpipm.c [] []
/src/igraph/vendor/lapack/dlarrj.c [] []
/src/igraph/vendor/f2c/c_exp.c [] []
/src/igraph/tests/unit/igraph_eccentricity_dijkstra.c [] []
/src/igraph/include/igraph_arpack.h [] []
/src/igraph/vendor/lapack/dtrsm.c [] []
/src/igraph/vendor/f2c/wsle.c [] []
/src/igraph/fuzzing/linear_algos_directed.cpp ['fuzzing/linear_algos_directed.cpp'] []
/src/igraph/fuzzing/weighted_centrality.cpp ['fuzzing/weighted_centrality.cpp'] []
/src/igraph/tests/unit/igraph_widest_paths.c [] []
/src/igraph/src/community/spinglass/pottsmodel_2.cpp ['fuzzing/weighted_community.cpp'] []
/src/igraph/src/layout/merge_dla.c [] []
/src/igraph/include/igraph_vector_ptr.h [] []
/src/igraph/vendor/glpk/npp/npp1.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/tests/unit/constructor-failure.c [] []
/src/igraph/tests/benchmarks/igraph_nearest_neighbor_graph.c [] []
/src/igraph/src/io/parse_utils.c ['fuzzing/read_edgelist.cpp'] []
/src/igraph/src/paths/johnson.c [] []
/src/igraph/vendor/glpk/draft/glpios02.c [] []
/src/igraph/vendor/glpk/env/dlsup.c [] []
/src/igraph/vendor/f2c/r_tan.c [] []
/src/igraph/vendor/f2c/rewind.c [] []
/src/igraph/vendor/glpk/misc/mc21a.c [] []
/src/igraph/src/io/gml.c ['fuzzing/read_gml.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp'] []
/src/igraph/vendor/f2c/wrtfmt.c [] []
/src/igraph/vendor/f2c/c_log.c [] []
/src/igraph/src/connectivity/cohesive_blocks.c ['fuzzing/vertex_separators.cpp'] []
/src/igraph/vendor/glpk/api/prob1.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/properties/girth.c ['fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/f2c/d_cos.c [] []
/src/igraph/vendor/f2c/signal1.h [] []
/src/igraph/examples/simple/igraph_subisomorphic_lad.c [] []
/src/igraph/vendor/f2c/s_rnge.c [] []
/src/igraph/vendor/lapack/dlarre.c [] []
/src/igraph/vendor/glpk/npp/npp6.c [] []
/src/igraph/vendor/infomap/src/core/StateNetwork.cpp [] []
/src/igraph/src/math/safe_intop.c ['fuzzing/read_gml.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/f2c/dummy.c [] []
/src/igraph/src/isomorphism/bliss/orbit.hh [] []
/src/igraph/vendor/glpk/api/prsol.c [] []
/src/igraph/vendor/lapack/dlagts.c [] []
/src/igraph/vendor/glpk/mpl/mpl1.c [] []
/src/igraph/src/constructors/mycielskian.c [] []
/src/igraph/vendor/infomap/src/core/StateNetwork.h [] []
/src/igraph/vendor/lapack/dlasr.c [] []
/src/igraph/vendor/lapack/dhseqr.c [] []
/src/igraph/tests/unit/igraph_get_all_shortest_paths_dijkstra.c [] []
/src/igraph/tests/benchmarks/lad.c [] []
/src/igraph/vendor/glpk/env/env.h [] []
/src/igraph/vendor/lapack/dgehd2.c [] []
/src/igraph/vendor/lapack/dlaisnan.c [] []
/src/igraph/vendor/lapack/disnan.c [] []
/src/igraph/vendor/glpk/misc/str2num.c [] []
/src/igraph/tests/unit/adj.c [] []
/src/igraph/vendor/lapack/dgemm.c [] []
/src/igraph/vendor/lapack/dtrmm.c [] []
/src/igraph/vendor/glpk/intopt/gmicut.c [] []
/src/igraph/tests/unit/igraph_rng_get_integer.c [] []
/src/igraph/src/constructors/generalized_petersen.c [] []
/src/igraph/src/misc/chordality.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/glpk/npp/npp4.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/operators/permute.c ['fuzzing/vertex_separators.cpp'] []
/src/igraph/vendor/glpk/misc/round2n.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/tests/unit/coreness.c [] []
/src/igraph/vendor/cs/cs_dupl.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/lapack/dneupd.c [] []
/src/igraph/vendor/lapack/daxpy.c [] []
/src/igraph/src/isomorphism/bliss/graph.cc ['fuzzing/bliss.cpp'] []
/src/igraph/vendor/f2c/d_asin.c [] []
/src/igraph/fuzzing/edge_connectivity.cpp ['fuzzing/edge_connectivity.cpp'] []
/src/igraph/src/core/progress.c [] []
/src/igraph/tests/unit/igraph_neighborhood_graphs.c [] []
/src/igraph/include/igraph_statusbar.h [] []
/src/igraph/vendor/glpk/mpl/mpl3.c [] []
/src/igraph/vendor/lapack/ilaenv.c [] []
/src/igraph/vendor/lapack/lsame.c [] []
/src/igraph/vendor/infomap/src/Infomap.h [] []
/src/igraph/vendor/cs/cs_spsolve.c [] []
/src/igraph/vendor/cs/cs_qr.c [] []
/src/igraph/vendor/lapack/dsyr2.c [] []
/src/igraph/vendor/lapack/dneigh.c [] []
/src/igraph/examples/simple/igraph_mincut.c [] []
/src/igraph/vendor/glpk/amd/amd_2.c [] []
/src/igraph/vendor/lapack/dsesrt.c [] []
/src/igraph/fuzzing/write_all_graphml.cpp ['fuzzing/write_all_graphml.cpp'] []
/src/igraph/vendor/f2c/abort_.c [] []
/src/igraph/tests/unit/igraph_realize_degree_sequence.c [] []
/src/igraph/vendor/lapack/dormhr.c [] []
/src/igraph/src/graph/cattributes.c [] []
/src/igraph/src/flow/st-cuts.c ['fuzzing/vertex_separators.cpp', 'fuzzing/linear_algos_directed.cpp'] []
/src/igraph/src/isomorphism/isomorphism_misc.c [] []
/src/igraph/examples/simple/igraph_lapack_dgeevx.c [] []
/src/igraph/vendor/cs/cs_tdfs.c [] []
/src/igraph/vendor/f2c/dolio.c [] []
/src/igraph/tests/unit/inclist.c [] []
/src/igraph/vendor/f2c/fio.h [] []
/src/igraph/vendor/lapack/ddot.c [] []
/src/igraph/vendor/glpk/api/ckasn.c [] []
/src/igraph/vendor/glpk/misc/str2int.c [] []
/src/igraph/src/core/memory.c ['fuzzing/read_lgl.cpp', 'fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/community.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/read_dl.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/read_edgelist.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/internal/glpk_support.h [] []
/src/igraph/vendor/f2c/pow_hh.c [] []
/src/igraph/vendor/lapack/dlasq6.c [] []
/src/igraph/tests/unit/bliss_automorphisms.c [] []
/src/igraph/vendor/f2c/i_dnnt.c [] []
/src/igraph/tests/unit/igraph_random_walk.c [] []
/src/igraph/fuzzing/fuzz_utilities.h [] []
/src/igraph/src/properties/perfect.c [] []
/src/igraph/tests/unit/test_utilities.h [] []
/src/igraph/tests/unit/igraph_community_edge_betweenness.c [] []
/src/igraph/vendor/f2c/l_ge.c [] []
/src/igraph/src/connectivity/percolation.c [] []
/src/igraph/tests/unit/rng_init_destroy_max_bits_name_set_default.c [] []
/src/igraph/vendor/lapack/dnaitr.c [] []
/src/igraph/tests/unit/igraph_degree_sequence_game.c [] []
/src/igraph/vendor/f2c/r_sin.c [] []
/src/igraph/src/games/sbm.c [] []
/src/igraph/tests/unit/simplify_and_colorize.c [] []
/src/igraph/vendor/infomap/src/utils/Stopwatch.h [] []
/src/igraph/vendor/infomap/src/utils/convert.h [] []
/src/igraph/vendor/lapack/dlarfx.c [] []
/src/igraph/vendor/glpk/bflib/fhv.c [] []
/src/igraph/vendor/infomap/src/core/InfomapOptimizer.h [] []
/src/igraph/tests/unit/igraph_transitive_closure.c [] []
/src/igraph/vendor/glpk/draft/glpios01.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/misc/coloring.c ['fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/f2c/c_div.c [] []
/src/igraph/src/games/grg.c [] []
/src/igraph/src/layout/drl/drl_Node.h [] []
/src/igraph/examples/simple/igraph_biconnected_components.c [] []
/src/igraph/src/constructors/famous.c [] []
/src/igraph/src/io/lgl.c ['fuzzing/read_lgl.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp'] []
/src/igraph/src/random/rng_pcg32.c [] []
/src/igraph/src/paths/dijkstra.c ['fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/hrg/hrg.cc [] []
/src/igraph/vendor/f2c/r_cnjg.c [] []
/src/igraph/include/igraph_hrg.h [] []
/src/igraph/vendor/plfit/gss.c [] []
/src/igraph/vendor/f2c/r_log.c [] []
/src/igraph/vendor/f2c/pow_ri.c [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_graph_molloy_hash.h [] []
/src/igraph/src/layout/merge_grid.c [] []
/src/igraph/src/centrality/prpack/prpack_solver.cpp ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/vendor/f2c/z_div.c [] []
/src/igraph/vendor/f2c/ef1cmc_.c [] []
/src/igraph/include/igraph_interface.h [] []
/src/igraph/vendor/glpk/api/wrcc.c [] []
/src/igraph/vendor/f2c/getarg_.c [] []
/src/igraph/vendor/glpk/api/rdcnf.c [] []
/src/igraph/vendor/glpk/api/rmfgen.c [] []
/src/igraph/tests/unit/igraph_get_adjacency_sparse.c [] []
/src/igraph/vendor/f2c/sue.c [] []
/src/igraph/tests/unit/expand_path_to_pairs.c [] []
/src/igraph/src/core/bitset_list.c [] []
/src/igraph/src/properties/neighborhood.c [] []
/src/igraph/vendor/cs/cs_multiply.c [] []
/src/igraph/vendor/lapack/dorgqr.c [] []
/src/igraph/vendor/lapack/dlamch.c [] []
/src/igraph/vendor/f2c/z_exp.c [] []
/src/igraph/src/core/matrix.c [] []
/src/igraph/vendor/glpk/bflib/sgf.h [] []
/src/igraph/vendor/glpk/api/rdipt.c [] []
/src/igraph/src/operators/rewire.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/fuzzing/centrality.cpp ['fuzzing/centrality.cpp'] []
/src/igraph/vendor/cs/cs_scc.c [] []
/src/igraph/vendor/infomap/src/io/Output.cpp [] []
/src/igraph/src/community/community_misc.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/tests/unit/igraph_degree.c [] []
/src/igraph/src/isomorphism/bliss/partition.hh ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/tests/unit/eigen_stress.c [] []
/src/igraph/src/graph/type_indexededgelist.c ['fuzzing/read_lgl.cpp', 'fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/read_dimacs_flow.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/community.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/read_dl.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/read_edgelist.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/read_graphdb.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/tests/unit/igraph_bipartite_game.c [] []
/src/igraph/src/misc/power_law_fit.c [] []
/src/igraph/src/layout/fruchterman_reingold.c [] []
/src/igraph/vendor/glpk/draft/bfx.c [] []
/src/igraph/vendor/lapack/iladlr.c [] []
/src/igraph/vendor/lapack/drot.c [] []
/src/igraph/tests/unit/test_utilities.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/games/watts_strogatz.c [] []
/src/igraph/src/layout/drl/DensityGrid_3d.cpp [] []
/src/igraph/vendor/glpk/api/prrngs.c [] []
/src/igraph/src/games/establishment.c [] []
/src/igraph/src/properties/multiplicity.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/tests/unit/igraph_rewire.c [] []
/src/igraph/src/core/sparsemat.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/f2c/util.c [] []
/src/igraph/src/isomorphism/bliss/uintseqhash.cc [] []
/src/igraph/examples/simple/igraph_get_laplacian_sparse.c [] []
/src/igraph/src/properties/constraint.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/src/paths/unweighted.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/lapack/dgebak.c [] []
/src/igraph/vendor/f2c/d_cosh.c [] []
/src/igraph/tests/unit/cattributes5.c [] []
/src/igraph/vendor/infomap/src/core/FlowData.h [] []
/src/igraph/vendor/glpk/amd/amd_preprocess.c [] []
/src/igraph/src/internal/lsap.c [] []
/src/igraph/tests/unit/igraph_sparsemat9.c [] []
/src/igraph/vendor/glpk/api/cpxbas.c [] []
/src/igraph/tests/unit/igraph_almost_equals.c [] []
/src/igraph/vendor/f2c/fmtlib.c [] []
/src/igraph/src/constructors/lattices.c [] []
/src/igraph/vendor/infomap/src/core/InfomapBase.h [] []
/src/igraph/vendor/lapack/dsaupd.c [] []
/src/igraph/vendor/f2c/h_dnnt.c [] []
/src/igraph/vendor/lapack/dlanst.c [] []
/src/igraph/vendor/cs/cs_dropzeros.c [] []
/src/igraph/tests/unit/overflow.c [] []
/src/igraph/vendor/f2c/xwsne.c [] []
/src/igraph/tests/unit/igraph_is_complete.c [] []
/src/igraph/tests/benchmarks/igraph_matrix_transpose.c [] []
/src/igraph/src/constructors/adjacency.c [] []
/src/igraph/vendor/glpk/api/rdmaxf.c [] []
/src/igraph/src/linalg/lapack.c [] []
/src/igraph/vendor/glpk/misc/dimacs.c [] []
/src/igraph/vendor/lapack/dladiv.c [] []
/src/igraph/vendor/lapack/dgetf2.c [] []
/src/igraph/include/igraph_matrix_list.h [] []
/src/igraph/vendor/f2c/z_sqrt.c [] []
/src/igraph/examples/simple/igraph_get_shortest_paths.c [] []
/src/igraph/fuzzing/misc_algos_weighted.cpp ['fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/tests/unit/igraph_is_separator.c [] []
/src/igraph/vendor/lapack/dlagtf.c [] []
/src/igraph/vendor/f2c/z_abs.c [] []
/src/igraph/vendor/lapack/dlarf.c [] []
/src/igraph/vendor/glpk/api/advbas.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/glpk/bflib/fhvint.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/tests/unit/minimum_spanning_tree.c [] []
/src/igraph/vendor/glpk/api/asnokalg.c [] []
/src/igraph/vendor/glpk/api/wrmcf.c [] []
/src/igraph/vendor/f2c/h_abs.c [] []
/src/igraph/vendor/lapack/dstemr.c [] []
/src/igraph/src/layout/mds.c [] []
/src/igraph/vendor/glpk/api/minisat1.c [] []
/src/igraph/vendor/infomap/src/core/MapEquation.h [] []
/src/igraph/src/layout/merge_grid.h [] []
/src/igraph/vendor/cs/cs_lusol.c [] []
/src/igraph/vendor/glpk/amd/amd_valid.c [] []
/src/igraph/vendor/lapack/dlarrk.c [] []
/src/igraph/src/version.c [] []
/src/igraph/src/isomorphism/bliss/heap.hh [] []
/src/igraph/include/igraph_pmt.h [] []
/src/igraph/vendor/f2c/r_tanh.c [] []
/src/igraph/vendor/f2c/l_gt.c [] []
/src/igraph/src/games/barabasi.c [] []
/src/igraph/src/graph/graph_list.c [] []
/src/igraph/vendor/lapack/dsteqr.c [] []
/src/igraph/src/core/interruption.c [] []
/src/igraph/src/games/islands.c [] []
/src/igraph/vendor/glpk/api/wrprob.c [] []
/src/igraph/vendor/infomap/src/utils/FlowCalculator.cpp [] []
/src/igraph/vendor/glpk/bflib/luf.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/graph/type_common.c ['fuzzing/read_lgl.cpp', 'fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/read_dimacs_flow.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/community.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/read_dl.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/read_edgelist.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/read_graphdb.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/examples/simple/igraph_contract_vertices.c [] []
/src/igraph/vendor/f2c/r_abs.c [] []
/src/igraph/src/paths/astar.c [] []
/src/igraph/src/community/edge_betweenness.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/graph/basic_query.c ['fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/core/indheap.h [] []
/src/igraph/vendor/glpk/amd/amd_control.c [] []
/src/igraph/src/games/forestfire.c [] []
/src/igraph/src/games/static_fitness.c [] []
/src/igraph/vendor/cs/cs_util.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/glpk/simplex/spychuzr.c [] []
/src/igraph/vendor/glpk/misc/rng1.c [] []
/src/igraph/src/cliques/cliquer/set.h [] []
/src/igraph/tests/unit/igraph_graph_center.c [] []
/src/igraph/vendor/f2c/backspac.c [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_degree_sequence.cpp [] []
/src/igraph/vendor/f2c/lbitbits.c [] []
/src/igraph/src/core/matrix_list.c [] []
/src/igraph/tests/benchmarks/bench.h [] []
/src/igraph/src/cliques/cliquer/cliquer_graph.c [] []
/src/igraph/vendor/glpk/proxy/proxy1.c [] []
/src/igraph/vendor/glpk/intopt/cfg2.c [] []
/src/igraph/vendor/f2c/d_tan.c [] []
/src/igraph/vendor/lapack/dnapps.c [] []
/src/igraph/vendor/glpk/api/npp.c [] []
/src/igraph/examples/simple/igraph_degree.c [] []
/src/igraph/tests/benchmarks/igraph_power_law_fit.c [] []
/src/igraph/vendor/infomap/src/io/ClusterMap.cpp [] []
/src/igraph/vendor/infomap/src/core/MemMapEquation.h [] []
/src/igraph/vendor/glpk/proxy/proxy.c ['fuzzing/vertex_separators.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/infomap/src/utils/Date.h [] []
/src/igraph/vendor/f2c/hl_le.c [] []
/src/igraph/tests/benchmarks/graphicality.c [] []
/src/igraph/vendor/f2c/endfile.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/lapack/dnconv.c [] []
/src/igraph/vendor/lapack/dseupd.c [] []
/src/igraph/vendor/cs/cs_reach.c [] []
/src/igraph/src/community/spinglass/pottsmodel_2.h [] []
/src/igraph/vendor/glpk/draft/bfd.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/operators/union.c [] []
/src/igraph/tests/unit/igraph_arpack_rnsolve.c [] []
/src/igraph/src/isomorphism/bliss.cc ['fuzzing/bliss.cpp'] []
/src/igraph/src/properties/ecc.c ['fuzzing/community.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/graph/caching.h [] []
/src/igraph/tests/unit/igraph_realize_bipartite_degree_sequence.c [] []
/src/igraph/vendor/lapack/dlaset.c [] []
/src/igraph/tests/unit/symmetric_tree.c [] []
/src/igraph/vendor/cs/cs_pvec.c [] []
/src/igraph/examples/simple/igraph_cliques.c [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_graph_molloy_hash.cpp [] []
/src/igraph/vendor/f2c/pow_dd.c [] []
/src/igraph/src/centrality/prpack/prpack_result.cpp [] []
/src/igraph/vendor/lapack/dlarra.c [] []
/src/igraph/vendor/f2c/r_int.c [] []
/src/igraph/vendor/glpk/amd/amd_internal.h [] []
/src/igraph/src/layout/drl/DensityGrid.cpp [] []
/src/igraph/src/properties/convergence_degree.c [] []
/src/igraph/tests/unit/igraph_subisomorphic_lad.c [] []
/src/igraph/vendor/cs/cs_counts.c [] []
/src/igraph/vendor/glpk/intopt/cfg1.c [] []
/src/igraph/src/layout/drl/drl_layout.cpp [] []
/src/igraph/include/igraph_constants.h [] []
/src/igraph/vendor/infomap/src/core/iterators/treeIterators.h [] []
/src/igraph/vendor/glpk/api/pript.c [] []
/src/igraph/vendor/plfit/lbfgs.c [] []
/src/igraph/vendor/f2c/uninit.c [] []
/src/igraph/vendor/f2c/sig_die.c [] []
/src/igraph/vendor/glpk/api/rdmip.c [] []
/src/igraph/tests/unit/igraph_sparsemat_getelements_sorted.c [] []
/src/igraph/vendor/cs/cs_cumsum.c [] []
/src/igraph/vendor/cs/cs_utsolve.c [] []
/src/igraph/vendor/cs/cs_etree.c [] []
/src/igraph/vendor/glpk/api/prob4.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/f2c/h_mod.c [] []
/src/igraph/vendor/f2c/hl_gt.c [] []
/src/igraph/tests/regression/bug_1814.c [] []
/src/igraph/vendor/plfit/plfit.c [] []
/src/igraph/vendor/infomap/src/core/iterators/infomapIterators.h [] []
/src/igraph/vendor/f2c/r_atn2.c [] []
/src/igraph/vendor/f2c/hl_ge.c [] []
/src/igraph/vendor/lapack/dorm2r.c [] []
/src/igraph/vendor/lapack/dlaqr1.c [] []
/src/igraph/vendor/f2c/d_imag.c [] []
/src/igraph/vendor/lapack/dlaebz.c [] []
/src/igraph/vendor/lapack/dlar1v.c [] []
/src/igraph/tests/unit/igraph_qsort.c [] []
/src/igraph/src/core/set.c [] []
/src/igraph/fuzzing/write_all_gml.cpp ['fuzzing/write_all_gml.cpp'] []
/src/igraph/vendor/glpk/misc/dmp.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/f2c/derfc_.c [] []
/src/igraph/vendor/glpk/api/wrsol.c [] []
/src/igraph/src/centrality/prpack/prpack_igraph_graph.h [] []
/src/igraph/vendor/f2c/d_abs.c [] []
/src/igraph/tests/unit/cattributes6.c [] []
/src/igraph/vendor/glpk/api/mcfokalg.c [] []
/src/igraph/src/properties/dag.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/tests/unit/igraph_sir.c [] []
/src/igraph/src/games/dotproduct.c [] []
/src/igraph/vendor/f2c/d_lg10.c [] []
/src/igraph/vendor/glpk/draft/glpapi13.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/lapack/dlaswp.c [] []
/src/igraph/src/core/trie.h [] []
/src/igraph/tests/unit/igraph_barabasi_game.c [] []
/src/igraph/vendor/cs/cs_malloc.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/games/degree_sequence_vl/gengraph_definitions.h [] []
/src/igraph/vendor/f2c/r_sqrt.c [] []
/src/igraph/tests/benchmarks/igraph_degree.c [] []
/src/igraph/vendor/lapack/dlaqrb.c [] []
/src/igraph/vendor/glpk/api/mps.c [] []
/src/igraph/vendor/glpk/intopt/covgen.c [] []
/src/igraph/src/paths/widest_paths.c ['fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/isomorphism/bliss/graph.hh ['fuzzing/bliss.cpp'] []
/src/igraph/vendor/infomap/src/core/InfomapConfig.h [] []
/src/igraph/vendor/glpk/draft/glpapi12.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/infomap/src/io/SafeFile.h [] []
/src/igraph/vendor/lapack/dlarrf.c [] []
/src/igraph/vendor/glpk/bflib/lufint.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/tests/unit/igraph_sparsemat_minmax.c [] []
/src/igraph/tests/unit/igraph_eigen_matrix_symmetric.c [] []
/src/igraph/vendor/lapack/dlasq4.c [] []
/src/igraph/src/layout/drl/drl_layout_3d.cpp [] []
/src/igraph/vendor/glpk/bflib/ifu.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/glpk/api/prob2.c ['fuzzing/vertex_separators.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/cs/cs_updown.c [] []
/src/igraph/tests/benchmarks/igraph_betweenness_weighted.c [] []
/src/igraph/tests/unit/dgemv.c [] []
/src/igraph/tests/unit/igraph_nearest_neighbor_graph.c [] []
/src/igraph/src/operators/disjoint_union.c [] []
/src/igraph/src/graph/attributes.c ['fuzzing/read_lgl.cpp', 'fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/read_dimacs_flow.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/community.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/read_dl.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/read_edgelist.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/read_graphdb.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/include/igraph_progress.h [] []
/src/igraph/vendor/glpk/api/rdmcf.c [] []
/src/igraph/src/properties/rich_club.c [] []
/src/igraph/vendor/lapack/dlaqr0.c [] []
/src/igraph/vendor/glpk/env/tls.c [] []
/src/igraph/tests/unit/igraph_gomory_hu_tree.c [] []
/src/igraph/vendor/lapack/dmout.c [] []
/src/igraph/src/connectivity/separators.c ['fuzzing/vertex_separators.cpp'] []
/src/igraph/src/cliques/cliques.c [] []
/src/igraph/tests/unit/igraph_maximum_bipartite_matching.c [] []
/src/igraph/tests/unit/igraph_layout_align.c [] []
/src/igraph/src/misc/bipartite.c ['fuzzing/basic_properties_undirected.cpp'] []
/src/igraph/src/misc/other.c ['fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/f2c/rsne.c [] []
/src/igraph/vendor/cs/cs_happly.c [] []
/src/igraph/vendor/lapack/dlabad.c [] []
/src/igraph/vendor/f2c/d_tanh.c [] []
/src/igraph/fuzzing/basic_properties_undirected.cpp ['fuzzing/basic_properties_undirected.cpp'] []
/src/igraph/src/internal/glpk_support.c [] []
/src/igraph/include/igraph_bitset.h [] []
/src/igraph/vendor/plfit/plfit_error.h [] []
/src/igraph/fuzzing/read_graphdb.cpp ['fuzzing/read_graphdb.cpp'] []
/src/igraph/vendor/f2c/r_acos.c [] []
/src/igraph/vendor/lapack/dlarnv.c [] []
/src/igraph/src/games/correlated.c [] []
/src/igraph/src/operators/simplify.c ['fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/lapack/iparmq.c [] []
/src/igraph/vendor/lapack/dlaruv.c [] []
/src/igraph/src/core/bitset.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/lapack/dstebz.c [] []
/src/igraph/vendor/lapack/dgemv.c [] []
/src/igraph/examples/simple/igraph_intersection.c [] []
/src/igraph/vendor/f2c/erfc_.c [] []
/src/igraph/include/igraph_error.h [] []
/src/igraph/src/isomorphism/lad.c [] []
/src/igraph/vendor/glpk/api/maxflp.c [] []
/src/igraph/src/isomorphism/bliss/heap.cc [] []
/src/igraph/examples/simple/cattributes.c [] []
/src/igraph/src/graph/caching.c ['fuzzing/read_lgl.cpp', 'fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/read_dimacs_flow.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/community.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/read_dl.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/read_edgelist.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/read_graphdb.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/tests/unit/igraph_all_st_cuts.c [] []
/src/igraph/src/linalg/blas.c [] []
/src/igraph/vendor/glpk/bflib/sgf.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/f2c/h_dim.c [] []
/src/igraph/vendor/f2c/s_paus.c [] []
/src/igraph/vendor/f2c/r_dim.c [] []
/src/igraph/tests/unit/erdos_renyi_game_gnp.c [] []
/src/igraph/vendor/glpk/api/cplex.c [] []
/src/igraph/tests/unit/igraph_get_subisomorphisms_vf2.c [] []
/src/igraph/vendor/lapack/dlarfg.c [] []
/src/igraph/fuzzing/read_gml.cpp ['fuzzing/read_gml.cpp'] []
/src/igraph/vendor/infomap/src/io/ProgramInterface.cpp [] []
/src/igraph/tests/unit/igraph_convex_hull.c [] []
/src/igraph/vendor/glpk/api/topsort.c [] []
/src/igraph/tests/unit/igraph_edge_betweenness.c [] []
/src/igraph/vendor/f2c/d_prod.c [] []
/src/igraph/src/layout/drl/drl_graph.cpp [] []
/src/igraph/src/centrality/prpack/prpack_preprocessed_scc_graph.cpp [] []
/src/igraph/vendor/infomap/src/core/InfomapBase.cpp [] []
/src/igraph/vendor/lapack/dpotrf.c [] []
/src/igraph/vendor/lapack/dsconv.c [] []
/src/igraph/vendor/lapack/dlascl.c [] []
/src/igraph/tests/unit/igraph_callaway_traits_game.c [] []
/src/igraph/vendor/lapack/dstein.c [] []
/src/igraph/vendor/cs/cs_schol.c [] []
/src/igraph/vendor/lapack/dlasq2.c [] []
/src/igraph/src/layout/sugiyama.c [] []
/src/igraph/src/io/dimacs.c ['fuzzing/read_dimacs_flow.cpp'] []
/src/igraph/src/operators/products.c [] []
/src/igraph/vendor/lapack/dsortr.c [] []
/src/igraph/vendor/lapack/ivout.c [] []
/src/igraph/vendor/mini-gmp/mini-gmp.h [] []
/src/igraph/fuzzing/basic_properties_directed.cpp ['fuzzing/basic_properties_directed.cpp'] []
/src/igraph/tests/unit/graphlets.c [] []
/src/igraph/src/flow/flow.c ['fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/edge_connectivity.cpp'] []
/src/igraph/src/misc/feedback_arc_set.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/fuzzing/vertex_connectivity.cpp ['fuzzing/vertex_connectivity.cpp'] []
/src/igraph/vendor/lapack/dtrevc.c [] []
/src/igraph/src/community/voronoi.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/include/igraph_attributes.h [] []
/src/igraph/vendor/infomap/src/io/Network.cpp [] []
/src/igraph/vendor/f2c/r_mod.c [] []
/src/igraph/src/random/sampling.c [] []
/src/igraph/vendor/infomap/src/core/InfomapOptimizerBase.h [] []
/src/igraph/tests/unit/igraph_spanner.c [] []
/src/igraph/vendor/lapack/dngets.c [] []
/src/igraph/vendor/cs/cs_print.c [] []
/src/igraph/vendor/glpk/misc/qmd.c [] []
/src/igraph/src/linalg/eigen.c [] []
/src/igraph/src/cliques/cliquer_wrapper.c [] []
/src/igraph/vendor/glpk/intopt/gmigen.c [] []
/src/igraph/vendor/f2c/lread.c [] []
/src/igraph/vendor/glpk/npp/npp5.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/cs/cs_ipvec.c [] []
/src/igraph/src/operators/join.c [] []
/src/igraph/src/random/random_device.cpp [] []
/src/igraph/src/properties/triangles.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/src/isomorphism/bliss/bignum.hh [] []
/src/igraph/src/layout/drl/DensityGrid_3d.h [] []
/src/igraph/vendor/glpk/mpl/mpl4.c [] []
/src/igraph/src/constructors/linegraph.c [] []
/src/igraph/vendor/f2c/d_atan.c [] []
/src/igraph/vendor/f2c/i_abs.c [] []
/src/igraph/vendor/lapack/iladlc.c [] []
/src/igraph/vendor/infomap/src/utils/FileURI.cpp [] []
/src/igraph/vendor/lapack/dnaup2.c [] []
/src/igraph/vendor/cs/cs.h [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_qsort.h [] []
/src/igraph/vendor/glpk/misc/rng.c [] []
/src/igraph/fuzzing/read_dl.cpp ['fuzzing/read_dl.cpp'] []
/src/igraph/vendor/glpk/simplex/spydual.c [] []
/src/igraph/vendor/glpk/draft/glpmat.c [] []
/src/igraph/src/community/fluid.c ['fuzzing/community.cpp'] []
/src/igraph/vendor/lapack/dseigt.c [] []
/src/igraph/vendor/f2c/getenv_.c [] []
/src/igraph/vendor/glpk/draft/glpapi06.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/core/strvector.c ['fuzzing/read_lgl.cpp', 'fuzzing/read_dimacs_flow.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/read_dl.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/constructors/kautz.c [] []
/src/igraph/src/community/walktrap/walktrap.cpp ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/lapack/dger.c [] []
/src/igraph/vendor/f2c/d_exp.c [] []
/src/igraph/src/centrality/prpack/prpack_utils.cpp [] []
/src/igraph/tests/unit/vector_ptr.c [] []
/src/igraph/vendor/f2c/r_atan.c [] []
/src/igraph/vendor/lapack/dsaup2.c [] []
/src/igraph/src/centrality/prpack/prpack_utils.h [] []
/src/igraph/vendor/pcg/pcg_variants.h [] []
/src/igraph/vendor/cs/cs_load.c [] []
/src/igraph/vendor/glpk/api/mcfrelax.c [] []
/src/igraph/fuzzing/community.cpp ['fuzzing/community.cpp'] []
/src/igraph/vendor/lapack/dlahqr.c [] []
/src/igraph/vendor/glpk/bflib/sva.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/infomap/src/core/iterators/InfomapIterator.h [] []
/src/igraph/src/games/tree.c [] []
/src/igraph/src/community/optimal_modularity.c [] []
/src/igraph/vendor/glpk/misc/mt1.c [] []
/src/igraph/src/centrality/closeness.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/vendor/f2c/iargc_.c [] []
/src/igraph/vendor/glpk/misc/relax4.c [] []
/src/igraph/vendor/glpk/api/rdprob.c [] []
/src/igraph/vendor/lapack/dlaev2.c [] []
/src/igraph/vendor/lapack/dgeqr2.c [] []
/src/igraph/vendor/cs/cs_chol.c [] []
/src/igraph/vendor/cs/cs_house.c [] []
/src/igraph/src/isomorphism/bliss/utils.cc [] []
/src/igraph/vendor/glpk/bflib/scf.h [] []
/src/igraph/vendor/lapack/dlange.c [] []
/src/igraph/vendor/lapack/dgetv0.c [] []
/src/igraph/src/random/rng_pcg64.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/tests/unit/igraph_layout_drl.c [] []
/src/igraph/examples/simple/cattributes3.c [] []
/src/igraph/vendor/infomap/src/core/MetaMapEquation.h [] []
/src/igraph/vendor/infomap/src/core/iterators/InfomapIterator.cpp [] []
/src/igraph/vendor/f2c/h_nint.c [] []
/src/igraph/examples/simple/igraph_sparsemat7.c [] []
/src/igraph/vendor/infomap/src/core/InfoEdge.h [] []
/src/igraph/tests/unit/igraph_modularity_matrix.c [] []
/src/igraph/tests/unit/knn.c [] []
/src/igraph/src/io/dot.c ['fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp'] []
/src/igraph/src/layout/gem.c [] []
/src/igraph/src/core/genheap.c ['fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/f2c/z_cos.c [] []
/src/igraph/vendor/lapack/ieeeck.c [] []
/src/igraph/tests/unit/igraph_get_shortest_path_astar.c [] []
/src/igraph/vendor/cs/cs_fkeep.c [] []
/src/igraph/src/hrg/graph.h [] []
/src/igraph/src/centrality/prpack/prpack_igraph_graph.cpp ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/vendor/lapack/dsymv.c [] []
/src/igraph/src/constructors/de_bruijn.c [] []
/src/igraph/vendor/glpk/draft/glpios09.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/tests/unit/igraph_is_graphical.c [] []
/src/igraph/vendor/cs/cs_gaxpy.c [] []
/src/igraph/tests/unit/igraph_power_law_fit.c [] []
/src/igraph/src/community/label_propagation.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/glpk/simplex/spychuzc.c [] []
/src/igraph/vendor/lapack/dlaexc.c [] []
/src/igraph/vendor/cs/cs_cholsol.c [] []
/src/igraph/fuzzing/bliss.cpp ['fuzzing/bliss.cpp'] []
/src/igraph/tests/unit/percolation.c [] []
/src/igraph/vendor/lapack/dlarfb.c [] []
/src/igraph/src/core/buckets.c ['fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/edge_connectivity.cpp'] []
/src/igraph/src/centrality/prpack/prpack_preprocessed_ge_graph.cpp [] []
/src/igraph/tests/unit/igraph_similarity.c [] []
/src/igraph/tests/benchmarks/igraph_neighborhood.c [] []
/src/igraph/vendor/glpk/bflib/btf.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/f2c/pow_di.c [] []
/src/igraph/vendor/f2c/signal_.c [] []
/src/igraph/vendor/f2c/d_nint.c [] []
/src/igraph/vendor/f2c/iio.c [] []
/src/igraph/vendor/f2c/i_indx.c [] []
/src/igraph/vendor/cs/cs_pinv.c [] []
/src/igraph/src/misc/graphicality.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/layout/circular.c [] []
/src/igraph/src/constructors/regular.c [] []
/src/igraph/src/centrality/hub_authority.c [] []
/src/igraph/vendor/f2c/ilnw.c [] []
/src/igraph/src/misc/spanning_trees.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/lapack/dlaneg.c [] []
/src/igraph/vendor/glpk/simplex/spxchuzc.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/examples/simple/igraph_is_loop.c [] []
/src/igraph/src/io/ncol.c ['fuzzing/read_ncol.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp'] []
/src/igraph/include/igraph_decls.h [] []
/src/igraph/tests/unit/tls1.c [] []
/src/igraph/tests/benchmarks/community.c [] []
/src/igraph/tests/unit/igraph_ecc.c [] []
/src/igraph/src/properties/spectral.c ['fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/f2c/derf_.c [] []
/src/igraph/vendor/f2c/pow_zz.c [] []
/src/igraph/vendor/cs/cs_amd.c [] []
/src/igraph/vendor/f2c/r_cosh.c [] []
/src/igraph/src/layout/drl/drl_graph_3d.cpp [] []
/src/igraph/src/random/rng_mt19937.c [] []
/src/igraph/src/operators/compose.c [] []
/src/igraph/tests/unit/reachability.c [] []
/src/igraph/vendor/lapack/dgetrf.c [] []
/src/igraph/src/cliques/cliquer/reorder.c [] []
/src/igraph/examples/simple/igraph_get_all_shortest_paths_dijkstra.c [] []
/src/igraph/tests/unit/igraph_sparsemat_normalize.c [] []
/src/igraph/src/games/k_regular.c [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_header.h [] []
/src/igraph/vendor/lapack/dlaln2.c [] []
/src/igraph/tests/unit/is_coloring.c [] []
/src/igraph/src/layout/drl/drl_parse.h [] []
/src/igraph/src/cliques/cliquer/misc.h [] []
/src/igraph/src/connectivity/reachability.c ['fuzzing/misc_algos.cpp'] []
/src/igraph/vendor/cs/cs_entry.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/layout/umap.c [] []
/src/igraph/vendor/f2c/arithchk.c [] []
/src/igraph/src/core/statusbar.c [] []
/src/igraph/src/constructors/atlas.c [] []
/src/igraph/vendor/f2c/d_int.c [] []
/src/igraph/src/io/pajek-header.h [] []
/src/igraph/vendor/cs/cs_add.c [] []
/src/igraph/tests/unit/cycle_bases.c [] []
/src/igraph/vendor/glpk/mpl/mpl6.c [] []
/src/igraph/src/properties/trees.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/community/spinglass/NetDataTypes.h ['fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/f2c/d_atn2.c [] []
/src/igraph/vendor/cs/cs_sqr.c [] []
/src/igraph/src/io/dl.c ['fuzzing/read_dl.cpp'] []
/src/igraph/vendor/cs/cs_ltsolve.c [] []
/src/igraph/vendor/lapack/dsterf.c [] []
/src/igraph/tests/unit/igraph_edge_betweenness_subset.c [] []
/src/igraph/tests/unit/mycielskian.c [] []
/src/igraph/vendor/lapack/dormtr.c [] []
/src/igraph/vendor/f2c/c_abs.c [] []
/src/igraph/vendor/glpk/api/cpp.c [] []
/src/igraph/src/core/interruption.h [] []
/src/igraph/vendor/glpk/misc/strspx.c [] []
/src/igraph/vendor/f2c/r_lg10.c [] []
/src/igraph/vendor/f2c/ftell_.c [] []
/src/igraph/vendor/glpk/api/weak.c [] []
/src/igraph/src/core/buckets.h [] []
/src/igraph/vendor/f2c/f77_aloc.c [] []
/src/igraph/tests/unit/maximal_cliques_callback.c [] []
/src/igraph/vendor/f2c/r_sign.c [] []
/src/igraph/vendor/glpk/api/intfeas1.c [] []
/src/igraph/vendor/lapack/dormqr.c [] []
/src/igraph/tests/benchmarks/igraph_induced_subgraph_edges.c [] []
/src/igraph/vendor/glpk/env/error.c [] []
/src/igraph/vendor/lapack/dsytrd.c [] []
/src/igraph/vendor/glpk/api/rdasn.c [] []
/src/igraph/fuzzing/read_edgelist.cpp ['fuzzing/read_edgelist.cpp'] []
/src/igraph/src/io/leda.c ['fuzzing/write_all_graphml.cpp', 'fuzzing/write_all_gml.cpp'] []
/src/igraph/vendor/lapack/dsapps.c [] []
/src/igraph/vendor/f2c/inquire.c [] []
/src/igraph/tests/unit/community_leiden.c [] []
/src/igraph/src/core/exceptions.h [] []
/src/igraph/vendor/glpk/simplex/spxprim.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/glpk/bflib/scfint.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/pcg/pcg-advance-128.c [] []
/src/igraph/src/connectivity/components.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/community.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/operators/intersection.c [] []
/src/igraph/src/paths/distances.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/f2c/pow_ci.c [] []
/src/igraph/include/igraph_matrix.h [] []
/src/igraph/vendor/glpk/misc/okalg.c [] []
/src/igraph/vendor/glpk/mpl/mpl2.c [] []
/src/igraph/vendor/glpk/misc/wclique.c [] []
/src/igraph/tests/unit/rich_club.c [] []
/src/igraph/vendor/glpk/draft/glpios07.c [] []
/src/igraph/src/misc/mixing.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/community.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/cs/cs_randperm.c [] []
/src/igraph/tests/unit/matrix2.c [] []
/src/igraph/src/random/random.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/misc/motifs.c ['fuzzing/misc_algos.cpp'] []
/src/igraph/tests/unit/igraph_lapack_dgeevx.c [] []
/src/igraph/tests/benchmarks/igraph_adjacency.c [] []
/src/igraph/vendor/glpk/intopt/fpump.c [] []
/src/igraph/vendor/glpk/bflib/btfint.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/src/layout/drl/drl_graph_3d.h [] []
/src/igraph/src/isomorphism/bliss/stats.hh [] []
/src/igraph/vendor/f2c/h_len.c [] []
/src/igraph/examples/simple/igraph_sparsemat8.c [] []
/src/igraph/src/core/marked_queue.h [] []
/src/igraph/vendor/f2c/close.c [] []
/src/igraph/vendor/lapack/dlacn2.c [] []
/src/igraph/vendor/lapack/dtrsv.c [] []
/src/igraph/tests/unit/vector_ptr_sort_ind.c [] []
/src/igraph/tests/unit/igraph_bridges.c [] []
/src/igraph/vendor/f2c/l_lt.c [] []
/src/igraph/include/igraph_graph_list.h [] []
/src/igraph/fuzzing/read_graphml.cpp ['fuzzing/read_graphml.cpp'] []
/src/igraph/vendor/f2c/dtime_.c [] []
/src/igraph/src/core/marked_queue.c ['fuzzing/vertex_separators.cpp'] []
/src/igraph/src/internal/utils.c [] []
/src/igraph/src/centrality/eigenvector.c [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_hash.h [] []
/src/igraph/vendor/glpk/amd/amd_order.c [] []
/src/igraph/tests/unit/prop_caching.c [] []
/src/igraph/tests/unit/community_walktrap.c [] []
/src/igraph/vendor/infomap/src/core/InfoNode.h [] []
/src/igraph/vendor/lapack/dgebal.c [] []
/src/igraph/src/community/spinglass/NetRoutines.cpp ['fuzzing/weighted_community.cpp'] []
/src/igraph/src/paths/voronoi.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/io/edgelist.c ['fuzzing/read_edgelist.cpp'] []
/src/igraph/src/core/error.c ['fuzzing/read_lgl.cpp', 'fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/read_dimacs_flow.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/community.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/read_dl.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/bliss.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/read_edgelist.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/read_graphdb.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/lapack/dpotf2.c [] []
/src/igraph/examples/simple/cattributes4.c [] []
/src/igraph/vendor/lapack/dlarrr.c [] []
/src/igraph/tests/unit/2wheap.c [] []
/src/igraph/vendor/cs/cs_dfs.c [] []
/src/igraph/vendor/lapack/dgesv.c [] []
/src/igraph/vendor/lapack/dgeev.c [] []
/src/igraph/vendor/glpk/api/prob3.c [] []
/src/igraph/vendor/f2c/c_cos.c [] []
/src/igraph/vendor/f2c/uio.c [] []
/src/igraph/src/community/infomap.cpp [] []
/src/igraph/src/community/walktrap/walktrap_communities.cpp ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/tests/unit/igraph_maximal_cliques.c [] []
/src/igraph/tests/unit/gml.c [] []
/src/igraph/include/igraph_memory.h [] []
/src/igraph/vendor/lapack/dnrm2.c [] []
/src/igraph/vendor/glpk/misc/triang.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/tests/unit/igraph_layout_umap.c [] []
/src/igraph/src/community/leading_eigenvector.c [] []
/src/igraph/vendor/lapack/dtrsna.c [] []
/src/igraph/vendor/glpk/colamd/colamd.c [] []
/src/igraph/src/misc/conversion.c ['fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/tests/unit/igraph_sparsemat2.c [] []
/src/igraph/vendor/cs/cs_ereach.c [] []
/src/igraph/src/centrality/betweenness.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/vendor/lapack/dorm2l.c [] []
/src/igraph/src/community/walktrap/walktrap_graph.cpp [] []
/src/igraph/vendor/lapack/xerbla.c [] []
/src/igraph/vendor/infomap/src/utils/Log.h [] []
/src/igraph/vendor/lapack/dasum.c [] []
/src/igraph/tests/unit/igraph_local_transitivity.c [] []
/src/igraph/vendor/lapack/dvout.c [] []
/src/igraph/tests/unit/igraph_full_bipartite.c [] []
/src/igraph/vendor/lapack/dsgets.c [] []
/src/igraph/vendor/glpk/mpl/mpl.h [] []
/src/igraph/src/core/estack.c ['fuzzing/vertex_separators.cpp'] []
/src/igraph/src/cycles/simple_cycles.c [] []
/src/igraph/vendor/lapack/dsyrk.c [] []
/src/igraph/vendor/glpk/misc/mygmp.h [] []
/src/igraph/src/misc/cycle_bases.c ['fuzzing/misc_algos.cpp'] []
/src/igraph/vendor/lapack/dlanhs.c [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_graph_molloy_optimized.h [] []
/src/igraph/src/centrality/centralization.c [] []
/src/igraph/src/games/degree_sequence_vl/gengraph_mr-connected.cpp [] []
/src/igraph/src/operators/rewire_edges.c [] []
/src/igraph/vendor/plfit/hzeta.c [] []
/src/igraph/vendor/glpk/intopt/clqcut.c [] []
/src/igraph/vendor/lapack/dormql.c [] []
/src/igraph/src/misc/matching.c [] []
/src/igraph/vendor/glpk/amd/amd_aat.c [] []
/src/igraph/vendor/lapack/fortran_intrinsics.c [] []
/src/igraph/vendor/lapack/dsortc.c [] []
/src/igraph/tests/unit/igraph_feedback_arc_set.c [] []
/src/igraph/vendor/lapack/dlahr2.c [] []
/src/igraph/tests/benchmarks/igraph_tree_game.c [] []
/src/igraph/src/misc/cocitation.c [] []
/src/igraph/src/core/vector_ptr.c ['fuzzing/read_lgl.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/read_gml.cpp', 'fuzzing/read_ncol.cpp', 'fuzzing/write_all_graphml.cpp', 'fuzzing/community.cpp', 'fuzzing/read_pajek.cpp', 'fuzzing/read_dl.cpp', 'fuzzing/write_all_gml.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/read_graphml.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/src/core/fixed_vectorlist.c ['fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/edge_connectivity.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/misc_algos.cpp', 'fuzzing/misc_algos_weighted.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/examples/simple/igraph_bfs_callback.c [] []
/src/igraph/src/internal/qsort.c ['fuzzing/community.cpp', 'fuzzing/weighted_community.cpp'] []
/src/igraph/vendor/glpk/intopt/spv.c [] []
/src/igraph/vendor/lapack/dstqrb.c [] []
/src/igraph/src/paths/floyd_warshall.c [] []
/src/igraph/vendor/glpk/api/wript.c [] []
/src/igraph/src/layout/large_graph.c [] []
/src/igraph/vendor/glpk/npp/npp3.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/misc_algos_weighted.cpp'] []
/src/igraph/vendor/f2c/d_sinh.c [] []
/src/igraph/vendor/glpk/misc/dmp.h [] []
/src/igraph/src/properties/loops.c ['fuzzing/basic_properties_undirected.cpp', 'fuzzing/vertex_connectivity.cpp', 'fuzzing/vertex_separators.cpp', 'fuzzing/weighted_centrality.cpp', 'fuzzing/linear_algos_directed.cpp', 'fuzzing/centrality.cpp', 'fuzzing/community.cpp', 'fuzzing/basic_properties_directed.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/glpk/api/wrasn.c [] []
/src/igraph/vendor/infomap/src/core/MemMapEquation.cpp [] []
/src/igraph/vendor/f2c/d_mod.c [] []
/src/igraph/vendor/glpk/misc/fp2rat.c [] []
/src/igraph/vendor/glpk/api/wcliqex.c [] []
/src/igraph/vendor/infomap/src/io/Network.h [] []
/src/igraph/src/operators/complementer.c [] []
/src/igraph/vendor/f2c/fmt.h [] []
/src/igraph/vendor/lapack/dlaqr2.c [] []
/src/igraph/vendor/glpk/api/rdcc.c [] []
/src/igraph/src/internal/hacks.h [] []
/src/igraph/include/igraph_random.h [] []
/src/igraph/vendor/f2c/i_len.c [] []
/src/igraph/tests/unit/igraph_is_bigraphical.c [] []
/src/igraph/vendor/f2c/r_nint.c [] []
/src/igraph/vendor/glpk/misc/ks.c [] []
/src/igraph/tests/unit/igraph_read_graph_graphml.c [] []
/src/igraph/tests/regression/cattr_bool_bug.c [] []
/src/igraph/tests/benchmarks/intersection.c [] []
/src/igraph/vendor/lapack/dlasrt.c [] []
/src/igraph/vendor/f2c/dfe.c [] []
/src/igraph/vendor/f2c/erf_.c [] []
/src/igraph/tests/unit/igraph_union.c [] []
/src/igraph/vendor/f2c/wsne.c [] []
/src/igraph/vendor/lapack/len_trim.c [] []
/src/igraph/src/isomorphism/bliss/kstack.hh [] []
/src/igraph/src/layout/kamada_kawai.c [] []
/src/igraph/tests/unit/hub_and_authority.c [] []
/src/igraph/vendor/cs/cs_dmperm.c [] []
/src/igraph/tests/unit/igraph_st_mincut.c [] []
/src/igraph/src/community/modularity.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/community.cpp', 'fuzzing/weighted_community.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/vendor/f2c/rdfmt.c [] []
/src/igraph/vendor/f2c/lwrite.c [] []
/src/igraph/vendor/glpk/api/asnhall.c [] []
/src/igraph/src/centrality/coreness.c ['fuzzing/linear_algos_directed.cpp', 'fuzzing/linear_algos_undirected.cpp'] []
/src/igraph/src/constructors/full.c [] []
/src/igraph/vendor/cs/cs_leaf.c [] []
/src/igraph/src/math/complex.c ['fuzzing/weighted_centrality.cpp', 'fuzzing/centrality.cpp'] []
/src/igraph/vendor/f2c/l_le.c [] []
/src/igraph/tests/regression/igraph_read_graph_pajek_invalid_inputs.c [] []
/src/igraph/src/isomorphism/vf2.c [] []

Directories in report

Directory
/src/igraph/src/linalg/
/src/igraph/src/cycles/
/src/igraph/tests/benchmarks/
/src/igraph/src/paths/
/src/igraph/src/games/
/src/igraph/src/isomorphism/
/src/igraph/src/cliques/cliquer/
/src/igraph/src/community/walktrap/
/src/igraph/src/hrg/
/src/igraph/tests/regression/
/src/igraph/src/constructors/
/src/igraph/src/random/
/src/igraph/src/layout/drl/
/src/igraph/src/community/spinglass/
/src/igraph/vendor/glpk/intopt/
/src/igraph/src/operators/
/src/igraph/vendor/glpk/
/src/igraph/vendor/infomap/src/core/iterators/
/src/igraph/src/centrality/
/src/igraph/src/isomorphism/bliss/
/src/igraph/vendor/infomap/src/io/
/src/igraph/src/layout/
/src/igraph/tests/unit/
/src/igraph/vendor/plfit/
/src/igraph/src/spatial/
/src/igraph/vendor/glpk/colamd/
/src/igraph/src/graph/
/src/igraph/vendor/pcg/
/src/igraph/src/core/
/src/igraph/vendor/f2c/
/src/igraph/src/centrality/prpack/
/src/igraph/vendor/mini-gmp/
/src/igraph/vendor/glpk/draft/
/src/igraph/src/community/
/src/igraph/vendor/nanoflann/
/src/igraph/src/math/
/src/igraph/src/flow/
/src/igraph/include/
/src/igraph/src/connectivity/
/src/igraph/vendor/glpk/simplex/
/src/igraph/vendor/glpk/mpl/
/src/igraph/vendor/glpk/env/
/src/igraph/src/internal/
/src/igraph/fuzzing/
/src/igraph/vendor/glpk/amd/
/src/igraph/vendor/lapack/
/src/igraph/vendor/infomap/src/core/
/src/igraph/vendor/glpk/api/
/src/igraph/vendor/glpk/minisat/
/src/igraph/vendor/glpk/proxy/
/src/igraph/src/io/
/src/igraph/vendor/cs/
/src/igraph/vendor/glpk/bflib/
/src/igraph/vendor/glpk/npp/
/src/igraph/src/properties/
/src/igraph/src/
/src/igraph/src/misc/
/src/igraph/src/games/degree_sequence_vl/
/src/igraph/vendor/infomap/src/utils/
/src/igraph/examples/simple/
/src/igraph/src/cliques/
/src/igraph/vendor/infomap/src/
/src/igraph/vendor/glpk/misc/

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
fuzzing/read_lgl.cpp fuzzerLogFile-read_lgl.data fuzzerLogFile-read_lgl.data.yaml
fuzzing/basic_properties_undirected.cpp fuzzerLogFile-basic_properties_undirected.data fuzzerLogFile-basic_properties_undirected.data.yaml
fuzzing/vertex_connectivity.cpp fuzzerLogFile-vertex_connectivity.data fuzzerLogFile-vertex_connectivity.data.yaml
fuzzing/vertex_separators.cpp fuzzerLogFile-vertex_separators.data fuzzerLogFile-vertex_separators.data.yaml
fuzzing/read_dimacs_flow.cpp fuzzerLogFile-read_dimacs_flow.data fuzzerLogFile-read_dimacs_flow.data.yaml
fuzzing/weighted_centrality.cpp fuzzerLogFile-weighted_centrality.data fuzzerLogFile-weighted_centrality.data.yaml
fuzzing/edge_connectivity.cpp fuzzerLogFile-edge_connectivity.data fuzzerLogFile-edge_connectivity.data.yaml
fuzzing/read_gml.cpp fuzzerLogFile-read_gml.data fuzzerLogFile-read_gml.data.yaml
fuzzing/read_ncol.cpp fuzzerLogFile-read_ncol.data fuzzerLogFile-read_ncol.data.yaml
fuzzing/linear_algos_directed.cpp fuzzerLogFile-linear_algos_directed.data fuzzerLogFile-linear_algos_directed.data.yaml
fuzzing/centrality.cpp fuzzerLogFile-centrality.data fuzzerLogFile-centrality.data.yaml
fuzzing/write_all_graphml.cpp fuzzerLogFile-write_all_graphml.data fuzzerLogFile-write_all_graphml.data.yaml
fuzzing/community.cpp fuzzerLogFile-community.data fuzzerLogFile-community.data.yaml
fuzzing/read_pajek.cpp fuzzerLogFile-read_pajek.data fuzzerLogFile-read_pajek.data.yaml
fuzzing/read_dl.cpp fuzzerLogFile-read_dl.data fuzzerLogFile-read_dl.data.yaml
fuzzing/basic_properties_directed.cpp fuzzerLogFile-basic_properties_directed.data fuzzerLogFile-basic_properties_directed.data.yaml
fuzzing/bliss.cpp fuzzerLogFile-bliss.data fuzzerLogFile-bliss.data.yaml
fuzzing/write_all_gml.cpp fuzzerLogFile-write_all_gml.data fuzzerLogFile-write_all_gml.data.yaml
fuzzing/misc_algos.cpp fuzzerLogFile-misc_algos.data fuzzerLogFile-misc_algos.data.yaml
fuzzing/read_graphml.cpp fuzzerLogFile-read_graphml.data fuzzerLogFile-read_graphml.data.yaml
fuzzing/read_edgelist.cpp fuzzerLogFile-read_edgelist.data fuzzerLogFile-read_edgelist.data.yaml
fuzzing/misc_algos_weighted.cpp fuzzerLogFile-misc_algos_weighted.data fuzzerLogFile-misc_algos_weighted.data.yaml
fuzzing/read_graphdb.cpp fuzzerLogFile-read_graphdb.data fuzzerLogFile-read_graphdb.data.yaml
fuzzing/weighted_community.cpp fuzzerLogFile-weighted_community.data fuzzerLogFile-weighted_community.data.yaml
fuzzing/linear_algos_undirected.cpp fuzzerLogFile-linear_algos_undirected.data fuzzerLogFile-linear_algos_undirected.data.yaml

Sink analyser for CWEs

This section contains multiple tables, each table contains a list of sink functions/methods found in the project for one of the CWE supported by the sink analyser, together with information like which fuzzers statically reach the sink functions/methods and possible call path to that sink functions/methods if it is not statically reached by any fuzzers. Column 1 is the function/method name of the sink functions/methods found in the project. Column 2 lists all fuzzers (or no fuzzers at all) that have covered that particular function method statically. Column 3 shows a list of possible call paths to reach the specific function/method call if none of the fuzzers cover the target function/method calls. Lastly, column 4 shows possible fuzzer blockers that prevent an existing fuzzer from reaching the target sink functions/methods dynamically.

Sink functions/methods found for CWE787

Target sink Reached by fuzzer Function call path Possible branch blockers
xmalloc ['/src/igraph/fuzzing/linear_algos_directed.cpp', '/src/igraph/fuzzing/misc_algos_weighted.cpp'] N/A
Blocker function Arguments type Return type Constants touched
glp_mir_init
in /src/igraph/vendor/glpk/intopt/mirgen.c:308
['glp_prob*'] glp_mir []
mir_gen
in /src/igraph/vendor/glpk/draft/glpios03.c:693
['glp_tree*'] void []
glp_npp_alloc_wksp
in /src/igraph/vendor/glpk/api/npp.c:25
[] glp_prep []
glp_intfeas1
in /src/igraph/vendor/glpk/api/intfeas1.c:25
['glp_prob*', 'int', 'int'] int []
igraph_community_optimal_modularity
in /src/igraph/src/community/optimal_modularity.c:82
['igraph_t*', 'igraph_vector_t*', 'igraph_real_t', 'igraph_real_t*', 'igraph_vector_int_t*'] igraph_error_t []
test_directed
in /src/igraph/tests/unit/igraph_feedback_arc_set.c:134
[] void []
test_undirected
in /src/igraph/tests/unit/igraph_feedback_arc_set.c:89
[] void []
igraph_feedback_vertex_set
in /src/igraph/src/misc/feedback_arc_set.c:410
['igraph_t*', 'igraph_vector_int_t*', 'igraph_vector_t*', 'igraph_fvs_algorithm_t'] igraph_error_t []
ios_proxy_heur
in /src/igraph/vendor/glpk/proxy/proxy1.c:26
['glp_tree*'] void []
igraph_layout_bipartite
in /src/igraph/src/layout/layout_bipartite.c:50
['igraph_t*', 'igraph_vector_bool_t*', 'igraph_matrix_t*', 'igraph_real_t', 'igraph_real_t', 'igraph_integer_t'] igraph_error_t []
ios_feas_pump
in /src/igraph/vendor/glpk/intopt/fpump.c:67
['glp_tree*'] void []
ios_solve_node
in /src/igraph/vendor/glpk/draft/glpios01.c:1317
['glp_tree*'] int []
ios_choose_var
in /src/igraph/vendor/glpk/draft/glpios09.c:50
['glp_tree*', 'int*'] int []
glp_interior
in /src/igraph/vendor/glpk/draft/glpapi08.c:117
['glp_prob*', 'glp_iptcp*'] int []
for_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:5978
['MPL*', 'void*'] int []
glp_mpl_generate
in /src/igraph/vendor/glpk/api/mpl.c:70
['glp_tran*', 'char*'] int []
glp_mpl_postsolve
in /src/igraph/vendor/glpk/api/mpl.c:191
['glp_tran*', 'glp_prob*', 'int'] int []
glp_mpl_alloc_wksp
in /src/igraph/vendor/glpk/api/mpl.c:25
[] glp_tran []
glp_cov_init
in /src/igraph/vendor/glpk/intopt/covgen.c:501
['glp_prob*'] glp_cov []
gmi_gen
in /src/igraph/vendor/glpk/draft/glpios03.c:639
['glp_tree*'] void []
cov_gen
in /src/igraph/vendor/glpk/draft/glpios03.c:665
['glp_tree*'] void []
glp_create_graph
in /src/igraph/vendor/glpk/api/graph.c:71
['int', 'int'] glp_graph []
ssx_create
in /src/igraph/vendor/glpk/draft/glpssx01.c:38
['int', 'int', 'int'] SSX []
ssx_change_basis
in /src/igraph/vendor/glpk/draft/glpssx01.c:727
['SSX*'] void []
spm_read_hbm
in /src/igraph/vendor/glpk/misc/spm.c:325
['char*'] SPM []
remove_cuts
in /src/igraph/vendor/glpk/draft/glpios03.c:802
['glp_tree*'] void []
glp_warm_up
in /src/igraph/vendor/glpk/draft/glpapi12.c:533
['glp_prob*'] int []
spx_factorize
in /src/igraph/vendor/glpk/simplex/spxlp.c:51
['SPXLP*'] int []
spm_test_mat_e
in /src/igraph/vendor/glpk/misc/spm.c:160
['int', 'int'] SPM []
spm_test_mat_d
in /src/igraph/vendor/glpk/misc/spm.c:206
['int', 'int'] SPM []
spm_read_mat
in /src/igraph/vendor/glpk/misc/spm.c:480
['char*'] SPM []
spm_transpose
in /src/igraph/vendor/glpk/misc/spm.c:630
['SPM*'] SPM []
spm_add_mat
in /src/igraph/vendor/glpk/misc/spm.c:719
['double', 'SPM*', 'double', 'SPM*'] SPM []
spm_mul_mat
in /src/igraph/vendor/glpk/misc/spm.c:801
['SPM*', 'SPM*'] SPM []
spm_show_mat
in /src/igraph/vendor/glpk/misc/spm.c:261
['SPM*', 'char*'] int []
spm_create_per
in /src/igraph/vendor/glpk/misc/spm.c:809
['int'] PER []
whole_set_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:2549
['MPL*', 'void*'] int []
whole_par_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:3052
['MPL*', 'void*'] int []
eval_num_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:2752
['MPL*', 'void*'] void []
eval_var_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:3186
['MPL*', 'void*'] void []
iter_num_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:3461
['MPL*', 'void*'] int []
eval_sym_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:2987
['MPL*', 'void*'] void []
iter_log_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:4048
['MPL*', 'void*'] int []
eval_con_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:3373
['MPL*', 'void*'] void []
iter_form_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:4659
['MPL*', 'void*'] int []
display_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:5597
['MPL*', 'void*'] int []
check_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:5353
['MPL*', 'void*'] int []
printf_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:5766
['MPL*', 'void*'] int []
iter_set_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:4347
['MPL*', 'void*'] int []
write_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:5036
['MPL*', 'void*'] int []
whole_var_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:3217
['MPL*', 'void*'] int []
whole_con_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:3404
['MPL*', 'void*'] int []
eval_set_func
in /src/igraph/vendor/glpk/mpl/mpl3.c:2418
['MPL*', 'void*'] void []
eval_whole_var
in /src/igraph/vendor/glpk/mpl/mpl3.c:3226
['MPL*', 'VARIABLE*'] void []
glp_mpl_read_model
in /src/igraph/vendor/glpk/api/mpl.c:40
['glp_tran*', 'char*', 'int'] int []
glp_create_v_index
in /src/igraph/vendor/glpk/api/graph.c:460
['glp_graph*'] void []
glp_read_lp
in /src/igraph/vendor/glpk/api/cplex.c:842
['glp_prob*', 'glp_cpxcp*', 'char*'] int []
glp_read_mps
in /src/igraph/vendor/glpk/api/mps.c:889
['glp_prob*', 'int', 'glp_mpscp*', 'char*'] int []

Sink functions/methods found for CWE22

Target sink Reached by fuzzer Function call path Possible branch blockers
copy ['/src/igraph/fuzzing/centrality.cpp', '/src/igraph/fuzzing/linear_algos_directed.cpp', '/src/igraph/fuzzing/weighted_centrality.cpp', '/src/igraph/fuzzing/community.cpp', '/src/igraph/fuzzing/vertex_separators.cpp', '/src/igraph/fuzzing/basic_properties_undirected.cpp', '/src/igraph/fuzzing/vertex_connectivity.cpp', '/src/igraph/fuzzing/misc_algos.cpp', '/src/igraph/fuzzing/linear_algos_undirected.cpp', '/src/igraph/fuzzing/edge_connectivity.cpp', '/src/igraph/fuzzing/misc_algos_weighted.cpp', '/src/igraph/fuzzing/weighted_community.cpp'] N/A
Blocker function Arguments type Return type Constants touched
operator()(unsignedintn,constunsignedint*aut)
in /src/igraph/src/isomorphism/bliss.cc:212
['unsigned int', 'unsigned int*'] void []
igraph_bipartite_projection
in /src/igraph/src/misc/bipartite.c:348
['igraph_t*', 'igraph_vector_bool_t*', 'igraph_t*', 'igraph_t*', 'igraph_vector_int_t*', 'igraph_vector_int_t*', 'igraph_integer_t'] igraph_error_t []
test_directed
in /src/igraph/tests/unit/igraph_feedback_arc_set.c:134
[] void []
check_dir_undir_equiv
in /src/igraph/tests/unit/knn.c:80
['igraph_t*'] void []
igraph_st_vertex_connectivity
in /src/igraph/src/flow/flow.c:1921
['igraph_t*', 'igraph_integer_t*', 'igraph_integer_t', 'igraph_integer_t', 'igraph_vconn_nei_t'] igraph_error_t []
igraph_vertex_disjoint_paths
in /src/igraph/src/flow/flow.c:2373
['igraph_t*', 'igraph_integer_t*', 'igraph_integer_t', 'igraph_integer_t'] igraph_error_t []
igraph_cohesion
in /src/igraph/src/flow/flow.c:2469
['igraph_t*', 'igraph_integer_t*', 'igraph_bool_t'] igraph_error_t []
igraph_cohesive_blocks
in /src/igraph/src/connectivity/cohesive_blocks.c:194
['igraph_t*', 'igraph_vector_int_list_t*', 'igraph_vector_int_t*', 'igraph_vector_int_t*', 'igraph_t*'] igraph_error_t []
test_igraph_to_undirected
in /src/igraph/tests/regression/bug_1814.c:25
['igraph_to_undirected_t'] void []
igraph_static_power_law_game
in /src/igraph/src/games/static_fitness.c:383
['igraph_t*', 'igraph_integer_t', 'igraph_integer_t', 'igraph_real_t', 'igraph_real_t', 'igraph_bool_t', 'igraph_bool_t', 'igraph_bool_t'] igraph_error_t []
igraph_k_regular_game
in /src/igraph/src/games/k_regular.c:57
['igraph_t*', 'igraph_integer_t', 'igraph_integer_t', 'igraph_bool_t', 'igraph_bool_t'] igraph_error_t []
RKNN_neighbors
in /src/igraph/tests/unit/igraph_nearest_neighbor_graph.c:27
['igraph_real_t*', 'igraph_integer_t', 'igraph_integer_t', 'igraph_integer_t', 'igraph_real_t', 'igraph_metric_t'] igraph_error_t []
bench_pointcloud
in /src/igraph/tests/benchmarks/igraph_nearest_neighbor_graph.c:23
['char*', 'igraph_metric_t', 'igraph_integer_t', 'igraph_integer_t', 'igraph_integer_t', 'igraph_real_t'] void []
igraph_i_all_st_cuts_pivot
in /src/igraph/src/flow/st-cuts.c:722
['igraph_t*', 'igraph_marked_queue_int_t*', 'igraph_estack_t*', 'igraph_integer_t', 'igraph_integer_t', 'igraph_integer_t*', 'igraph_vector_int_t*', 'void*'] igraph_error_t []
igraph_decompose
in /src/igraph/src/connectivity/components.c:603
['igraph_t*', 'igraph_graph_list_t*', 'igraph_connectedness_t', 'igraph_integer_t', 'igraph_integer_t'] igraph_error_t []
validate_coreness
in /src/igraph/tests/unit/coreness.c:23
['igraph_t*', 'igraph_vector_int_t*', 'igraph_neimode_t'] void []
run_bench
in /src/igraph/tests/benchmarks/igraph_induced_subgraph.c:64
['int', 'int', 'int', 'int'] void []
igraph_neighborhood_graphs
in /src/igraph/src/properties/neighborhood.c:352
['igraph_t*', 'igraph_graph_list_t*', 'igraph_vs_t', 'igraph_integer_t', 'igraph_neimode_t', 'igraph_integer_t'] igraph_error_t []
check_align
in /src/igraph/tests/unit/igraph_layout_align.c:25
['igraph_t*'] void []
test_no_multiple
in /src/igraph/tests/unit/erdos_renyi_game_gnm.c:23
[] int []
test_multiple
in /src/igraph/tests/unit/erdos_renyi_game_gnm.c:141
[] int []
type_test
in /src/igraph/tests/unit/cattributes5.c:34
['igraph_t*', 'igraph_attribute_combination_type_t'] void []
weight_test
in /src/igraph/examples/simple/cattributes3.c:37
['igraph_t*', 'igraph_attribute_combination_type_t'] void []
test_graph_lcf
in /src/igraph/tests/unit/coloring.c:143
[] void []
condensation
in /src/igraph/examples/simple/igraph_contract_vertices.c:25
['igraph_t*', 'igraph_t*'] igraph_error_t []
igraph_reverse_edges
in /src/igraph/src/operators/reverse.c:54
['igraph_t*', 'igraph_es_t'] igraph_error_t []
igraph_is_perfect
in /src/igraph/src/properties/perfect.c:55
['igraph_t*', 'igraph_bool_t*'] igraph_error_t []
test_graph_large
in /src/igraph/tests/unit/coloring.c:98
[] void []
igraph_watts_strogatz_game
in /src/igraph/src/games/watts_strogatz.c:75
['igraph_t*', 'igraph_integer_t', 'igraph_integer_t', 'igraph_integer_t', 'igraph_real_t', 'igraph_bool_t', 'igraph_bool_t'] igraph_error_t []
igraph_rewire_directed_edges
in /src/igraph/src/operators/rewire_edges.c:315
['igraph_t*', 'igraph_real_t', 'igraph_bool_t', 'igraph_neimode_t'] igraph_error_t []
igraph_difference
in /src/igraph/src/operators/difference.c:54
['igraph_t*', 'igraph_t*', 'igraph_t*'] igraph_error_t []
igraph_graph_power
in /src/igraph/src/operators/connect_neighborhood.c:202
['igraph_t*', 'igraph_t*', 'igraph_integer_t', 'igraph_bool_t'] igraph_error_t []
test_bliss
in /src/igraph/tests/unit/isomorphism_test.c:126
[] void []
check_flow
in /src/igraph/tests/unit/igraph_maxflow.c:21
['int', 'igraph_t*', 'igraph_real_t', 'igraph_vector_t*', 'igraph_vector_int_t*', 'igraph_vector_int_t*', 'igraph_vector_int_t*', 'igraph_integer_t', 'igraph_integer_t', 'igraph_vector_t*', 'igraph_bool_t'] int []
validate_tree
in /src/igraph/tests/unit/igraph_gomory_hu_tree.c:27
['igraph_t*', 'igraph_t*', 'igraph_vector_t*', 'igraph_vector_t*'] igraph_error_t []
test_undirected
in /src/igraph/tests/unit/igraph_feedback_arc_set.c:89
[] void []
igraph_community_multilevel
in /src/igraph/src/community/louvain.c:592
['igraph_t*', 'igraph_vector_t*', 'igraph_real_t', 'igraph_vector_int_t*', 'igraph_matrix_int_t*', 'igraph_vector_t*'] igraph_error_t []
igraph_layout_reingold_tilford_circular
in /src/igraph/src/layout/reingold_tilford.c:972
['igraph_t*', 'igraph_matrix_t*', 'igraph_neimode_t', 'igraph_vector_int_t*', 'igraph_vector_int_t*'] igraph_error_t []
test_spanner
in /src/igraph/tests/unit/igraph_spanner.c:24
['igraph_t*', 'igraph_vector_int_t*', 'double', 'igraph_vector_t*'] void []
check_forest
in /src/igraph/tests/unit/minimum_spanning_tree.c:23
['igraph_t*', 'igraph_vector_int_t*'] void []
igraph_gomory_hu_tree
in /src/igraph/src/flow/flow.c:2519
['igraph_t*', 'igraph_t*', 'igraph_vector_t*', 'igraph_vector_t*'] igraph_error_t []
test_graphlets_candidate_basis_simple
in /src/igraph/tests/unit/graphlets.c:40
[] void []
test_graphlets_filtering
in /src/igraph/tests/unit/graphlets.c:70
[] void []
test_zachary_random_weights
in /src/igraph/tests/unit/graphlets.c:92
[] void []
test_projection
in /src/igraph/tests/unit/graphlets.c:120
[] void []
igraph_i_graph_list_copy_item
in /src/igraph/src/graph/graph_list.c:52
['igraph_t*', 'igraph_t*'] igraph_error_t []
test_basic_operations_directed
in /src/igraph/tests/unit/prop_caching.c:121
[] int []
test_basic_operations_undirected
in /src/igraph/tests/unit/prop_caching.c:133
[] int []
igraph_delete_vertices_idx
in /src/igraph/src/graph/type_common.c:101
['igraph_t*', 'igraph_vs_t', 'igraph_vector_int_t*', 'igraph_vector_int_t*'] igraph_error_t []
s_rsfe
in /src/igraph/vendor/f2c/rsfe.c:59
['cilist*'] integer []
igraphdnaupd_
in /src/igraph/vendor/lapack/dnaupd.c:424
['integer*', 'char*', 'integer*', 'char*', 'integer*', 'doublereal*', 'doublereal*', 'integer*', 'doublereal*', 'integer*', 'integer*', 'integer*', 'doublereal*', 'doublereal*', 'integer*', 'integer*'] int []
igraphdneupd_
in /src/igraph/vendor/lapack/dneupd.c:325
['logical*', 'char*', 'logical*', 'doublereal*', 'doublereal*', 'doublereal*', 'integer*', 'doublereal*', 'doublereal*', 'doublereal*', 'char*', 'integer*', 'char*', 'integer*', 'doublereal*', 'doublereal*', 'integer*', 'doublereal*', 'integer*', 'integer*', 'integer*', 'doublereal*', 'doublereal*', 'integer*', 'integer*'] int []
igraphdseupd_
in /src/igraph/vendor/lapack/dseupd.c:238
['logical*', 'char*', 'logical*', 'doublereal*', 'doublereal*', 'integer*', 'doublereal*', 'char*', 'integer*', 'char*', 'integer*', 'doublereal*', 'doublereal*', 'integer*', 'doublereal*', 'integer*', 'integer*', 'integer*', 'doublereal*', 'doublereal*', 'integer*', 'integer*'] int []
igraphdsaupd_
in /src/igraph/vendor/lapack/dsaupd.c:426
['integer*', 'char*', 'integer*', 'char*', 'integer*', 'doublereal*', 'doublereal*', 'integer*', 'doublereal*', 'integer*', 'integer*', 'integer*', 'doublereal*', 'doublereal*', 'integer*', 'integer*'] int []
igraph_eigen_matrix
in /src/igraph/src/linalg/eigen.c:1218
['igraph_matrix_t*', 'igraph_sparsemat_t*', 'igraph_arpack_function_t*', 'int', 'void*', 'igraph_eigen_algorithm_t', 'igraph_eigen_which_t*', 'igraph_arpack_options_t*', 'igraph_arpack_storage_t*', 'igraph_vector_complex_t*', 'igraph_matrix_complex_t*'] igraph_error_t []
igraph_lapack_dgeevx
in /src/igraph/src/linalg/lapack.c:832
['igraph_lapack_dgeevx_balance_t', 'igraph_matrix_t*', 'igraph_vector_t*', 'igraph_vector_t*', 'igraph_matrix_t*', 'igraph_matrix_t*', 'int*', 'int*', 'igraph_vector_t*', 'igraph_real_t*', 'igraph_vector_t*', 'igraph_vector_t*', 'int*'] igraph_error_t []
igraph_lapack_dgetrs
in /src/igraph/src/linalg/lapack.c:187
['igraph_bool_t', 'igraph_matrix_t*', 'igraph_vector_int_t*', 'igraph_matrix_t*'] igraph_error_t []
igraph_layout_umap
in /src/igraph/src/layout/umap.c:1231
['igraph_t*', 'igraph_matrix_t*', 'igraph_bool_t', 'igraph_vector_t*', 'igraph_real_t', 'igraph_integer_t', 'igraph_bool_t'] igraph_error_t []
igraph_layout_umap_3d
in /src/igraph/src/layout/umap.c:1276
['igraph_t*', 'igraph_matrix_t*', 'igraph_bool_t', 'igraph_vector_t*', 'igraph_real_t', 'igraph_integer_t', 'igraph_bool_t'] igraph_error_t []
igraph_lapack_dgehrd
in /src/igraph/src/linalg/lapack.c:987
['igraph_matrix_t*', 'int', 'int', 'igraph_matrix_t*'] igraph_error_t []
igraphdpotrf_
in /src/igraph/vendor/lapack/dpotrf.c:128
['char*', 'integer*', 'doublereal*', 'integer*', 'integer*'] int []
igraphdtrsv_
in /src/igraph/vendor/lapack/dtrsv.c:152
['char*', 'char*', 'char*', 'integer*', 'doublereal*', 'integer*', 'doublereal*', 'integer*'] int []
igraph_lapack_dgetrf
in /src/igraph/src/linalg/lapack.c:100
['igraph_matrix_t*', 'igraph_vector_int_t*', 'int*'] igraph_error_t []
check_ev
in /src/igraph/tests/unit/igraph_eigen_matrix_symmetric.c:29
['igraph_matrix_t*', 'igraph_vector_t*', 'igraph_matrix_t*'] int []
my_gaxpy
in /src/igraph/tests/unit/igraph_sparsemat2.c:29
['igraph_matrix_t*', 'igraph_vector_t*', 'igraph_vector_t*'] igraph_error_t []
arpack_mult
in /src/igraph/tests/unit/tls2.c:43
['igraph_real_t*', 'igraph_real_t*', 'igraph_matrix_t*'] int []
cb2
in /src/igraph/tests/unit/igraph_arpack_rnsolve.c:31
['igraph_real_t*', 'igraph_real_t*', 'int', 'void*'] igraph_error_t []
igraph_i_eigen_matrix_sym_arpack_cb
in /src/igraph/src/linalg/eigen.c:473
['igraph_real_t*', 'igraph_real_t*', 'int', 'void*'] igraph_error_t []
igraph_i_layout_mds_step
in /src/igraph/src/layout/mds.c:42
['igraph_real_t*', 'igraph_real_t*', 'int', 'void*'] igraph_error_t []
s_rdfe
in /src/igraph/vendor/f2c/dfe.c:98
['cilist*'] integer []
s_wdfe
in /src/igraph/vendor/f2c/dfe.c:120
['cilist*'] integer []
s_rsue
in /src/igraph/vendor/f2c/sue.c:32
['cilist*'] integer []
s_wsue
in /src/igraph/vendor/f2c/sue.c:56
['cilist*'] integer []
s_rsne
in /src/igraph/vendor/f2c/rsne.c:594
['cilist*'] void []
s_rsle
in /src/igraph/vendor/f2c/lread.c:778
['cilist*'] integer []
s_wsle
in /src/igraph/vendor/f2c/wsle.c:13
['cilist*'] integer []
s_rsni
in /src/igraph/vendor/f2c/rsli.c:93
['icilist*'] integer []
s_rdue
in /src/igraph/vendor/f2c/due.c:35
['cilist*'] integer []
s_wdue
in /src/igraph/vendor/f2c/due.c:48
['cilist*'] integer []
f_back
in /src/igraph/vendor/f2c/backspac.c:9
['alist*'] integer []
getenv_
in /src/igraph/vendor/f2c/getenv_.c:30
['char*', 'char*', 'ftnlen', 'ftnlen'] void []
system_
in /src/igraph/vendor/f2c/system_.c:20
['char*', 'ftnlen'] integer []
s_rsfi
in /src/igraph/vendor/f2c/iio.c:88
['icilist*'] integer []
s_wsfi
in /src/igraph/vendor/f2c/iio.c:120
['icilist*'] integer []
rd_ed
in /src/igraph/vendor/f2c/rdfmt.c:464
['struct syl*', 'char*', 'ftnlen'] void []
rd_ned
in /src/igraph/vendor/f2c/rdfmt.c:529
['struct syl*'] void []
ftell_
in /src/igraph/vendor/f2c/ftell_.c:23
['integer*'] void []
fseek_
in /src/igraph/vendor/f2c/ftell_.c:34
['integer*', 'integer*', 'integer*'] void []
y_newrec
in /src/igraph/vendor/f2c/dfe.c:61
[] int []
x_wSL
in /src/igraph/vendor/f2c/wsfe.c:9
[] int []
xw_end
in /src/igraph/vendor/f2c/wsfe.c:17
[] int []
xw_rev
in /src/igraph/vendor/f2c/wsfe.c:32
[] int []
x_putc
in /src/igraph/vendor/f2c/open.c:104
['int'] void []
opn_err
in /src/igraph/vendor/f2c/open.c:118
['int', 'char*', 'olist*'] void []
c_div
in /src/igraph/vendor/f2c/c_div.c:12
['f2c_complex*', 'f2c_complex*', 'f2c_complex*'] void []
abort_
in /src/igraph/vendor/f2c/abort_.c:14
[] int []
w_ed
in /src/igraph/vendor/f2c/wrtfmt.c:302
['struct syl*', 'char*', 'ftnlen'] void []
w_ned
in /src/igraph/vendor/f2c/wrtfmt.c:350
['struct syl*'] void []
pow_ci
in /src/igraph/vendor/f2c/pow_ci.c:11
['f2c_complex*', 'f2c_complex*', 'integer*'] void []
s_rnge
in /src/igraph/vendor/f2c/s_rnge.c:14
['char*', 'ftnint', 'char*', 'ftnint'] integer []
f_rew
in /src/igraph/vendor/f2c/rewind.c:9
['alist*'] integer []
f_end
in /src/igraph/vendor/f2c/endfile.c:35
['alist*'] integer []