Commit b5a4a44
1 file changed
+1
-1
lines changed- .github/workflows/codecov.yml+1-1
- CHANGELOG.md+19-3
- doc/structural.xxml+2-1
- examples/simple/even_tarjan.c+1-1
- fuzzing/CMakeLists.txt+6
- fuzzing/basic_properties_directed.cpp+80
- fuzzing/basic_properties_undirected.cpp+86
- fuzzing/bliss.cpp+51-28
- fuzzing/build.sh+5-5
- fuzzing/centrality.cpp+94
- fuzzing/community.cpp+129
- fuzzing/linear_algos_directed.cpp+134
- fuzzing/linear_algos_undirected.cpp+145
- include/igraph_community.h+1-1
- include/igraph_structural.h+2-1
- include/igraph_types.h+1
- interfaces/functions.yaml+8-7
- src/CMakeLists.txt+1-1
- src/centrality/truss.cpp+1-1
- src/community/edge_betweenness.c+12-12
- src/connectivity/separators.c+1-1
- src/flow/flow.c+3-3
- src/graph/basic_query.c+32-3
- src/graph/type_indexededgelist.c+7-4
- src/hrg/hrg_types.cc+3-6
- src/layout/drl/DensityGrid.cpp-8
- src/layout/drl/DensityGrid.h-3
- src/layout/drl/DensityGrid_3d.cpp-8
- src/layout/drl/DensityGrid_3d.h-3
- src/layout/drl/drl_graph.cpp+1-34
- src/layout/drl/drl_graph_3d.cpp-33
- src/layout/drl/drl_layout.cpp-11
- src/layout/drl/drl_layout_3d.cpp-11
- src/layout/drl/drl_parse.h-4
- src/misc/matching.c+2-2
- src/operators/rewire.c+2-2
- src/paths/all_shortest_paths.c+3-1
- src/paths/sparsifier.c+22-21
- src/properties/dag.c+13-6
- src/properties/trees.c+84-40
- tests/unit/igraph_are_connected.c+6-6
- tests/unit/igraph_hrg.out-24
- tests/unit/igraph_is_forest.c+12
- tests/unit/igraph_realize_bipartite_degree_sequence.c+78-212
- tests/unit/igraph_realize_bipartite_degree_sequence.out+100-33
- tests/unit/igraph_spanner.c+7
- tests/unit/tree_game.c+2-2
0 commit comments