Commit 42e7a53
File tree
4 files changed
+18
-130
lines changed- src/_igraph
- vendor/source
4 files changed
+18
-130
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
5571 | 5570 | | |
5572 | 5571 | | |
5573 | 5572 | | |
5574 | | - | |
5575 | | - | |
5576 | | - | |
5577 | | - | |
5578 | | - | |
5579 | | - | |
5580 | 5573 | | |
5581 | 5574 | | |
| 5575 | + | |
| 5576 | + | |
| 5577 | + | |
| 5578 | + | |
| 5579 | + | |
| 5580 | + | |
5582 | 5581 | | |
5583 | 5582 | | |
5584 | 5583 | | |
| |||
5793 | 5792 | | |
5794 | 5793 | | |
5795 | 5794 | | |
5796 | | - | |
5797 | | - | |
5798 | | - | |
5799 | | - | |
5800 | | - | |
5801 | | - | |
5802 | 5795 | | |
5803 | 5796 | | |
| 5797 | + | |
| 5798 | + | |
| 5799 | + | |
| 5800 | + | |
| 5801 | + | |
| 5802 | + | |
| 5803 | + | |
5804 | 5804 | | |
5805 | 5805 | | |
5806 | 5806 | | |
| |||
6619 | 6619 | | |
6620 | 6620 | | |
6621 | 6621 | | |
6622 | | - | |
6623 | | - | |
6624 | | - | |
6625 | | - | |
6626 | | - | |
6627 | | - | |
6628 | 6622 | | |
6629 | 6623 | | |
| 6624 | + | |
| 6625 | + | |
| 6626 | + | |
| 6627 | + | |
6630 | 6628 | | |
6631 | 6629 | | |
6632 | 6630 | | |
| |||
This file was deleted.
This file was deleted.
- CHANGELOG.md+1
- doc/vector.xxml+2
- examples/simple/distances.c+4-6
- examples/simple/igraph_get_shortest_paths.c+1-1
- fuzzing/linear_algos_directed.cpp+3-3
- fuzzing/linear_algos_undirected.cpp+3-3
- include/igraph_paths.h+30-32
- include/igraph_vector_pmt.h+1-2
- interfaces/functions.yaml+14-14
- src/cliques/glet.c+1-1
- src/core/vector.pmt+23-1
- src/layout/mds.c+1-1
- src/paths/all_shortest_paths.c+29-6
- src/paths/bellman_ford.c+2-2
- src/paths/dijkstra.c+3-3
- src/paths/johnson.c+2-2
- src/paths/shortest_paths.c+1-1
- src/paths/unweighted.c+84-21
- tests/benchmarks/igraph_average_path_length_unweighted.c+5-5
- tests/benchmarks/igraph_distances.c+3-3
- tests/regression/bug_1760.c+1-1
- tests/unit/all_shortest_paths.c+7-7
- tests/unit/igraph_distances_floyd_warshall.c+3-3
- tests/unit/igraph_distances_floyd_warshall_speedup.c+3-3
- tests/unit/igraph_get_shortest_paths2.c+1-1
- tests/unit/igraph_gomory_hu_tree.c+1-1
- tests/unit/igraph_maxflow.c+1-1
- tests/unit/igraph_spanner.c+2-2
- tests/unit/single_target_shortest_path.c+4-4
0 commit comments