issues
search
boostorg
/
graph
Boost.org graph module
http://boost.org/libs/graph
325
stars
208
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`is_connected()` is too slow
#398
Wavetrace
opened
2 weeks ago
0
Fix the O(n^3) performance issue in `is_connected` utility function
#397
Wavetrace
opened
2 weeks ago
7
Make filtered_graph conditionally model the underlying graph
#396
tsnorri
opened
2 weeks ago
0
Apply std::remove_const before passing Graph to graph_traits in filtered_graph
#395
tsnorri
opened
2 weeks ago
4
Fix missing namespace name
#394
tsnorri
closed
1 week ago
4
Fix unused parameter/variable warnings
#393
JulienDelacroix
closed
3 weeks ago
1
Split CMake identities: superproject and 'developer'
#392
jeremy-murphy
opened
3 weeks ago
9
Failing test for is_straight_line_drawing
#391
Hermann-SW
opened
1 month ago
3
fixed incorrect callbacks to finish_edge in undirected_dfs
#390
danielyxyang
closed
4 weeks ago
6
Bug in `undirected_dfs` causing incorrect callbacks to `finish_edge` of `dfs_visitor`
#389
danielyxyang
closed
4 weeks ago
2
"is_straight_line_drawing()" is buggy for large graphs
#388
Hermann-SW
opened
1 month ago
21
new planar_vertex_six_coloring() algorithm with examples, tests and doc
#387
Hermann-SW
opened
1 month ago
19
Update publications.html
#386
brunom
closed
2 months ago
1
Fix broken links between disjoint_sets and incremental connected components
#385
jeremy-murphy
closed
2 months ago
0
Broken link in the doc
#384
mglisse
closed
2 months ago
0
Why the implementation of Lengauer-Tarjan uses std::deque for a bucket?
#383
samolisov
opened
2 months ago
3
Add support for modular build structure.
#382
grafikrobot
opened
4 months ago
1
Add C++03 to Drone for latest GCC and Clang
#381
jeremy-murphy
closed
4 months ago
0
kruskal_minimum_spanning_tree not working on filtered graph with weight map as named property
#380
AlvoDa
opened
5 months ago
0
Fix creation of nested subgraphs by vertex descriptors
#379
reuther-genisys
opened
5 months ago
1
creation of nested subgraphs by vertex descriptors is broken/unintuitive
#378
reuther-genisys
opened
5 months ago
5
Merge a few years worth of changes
#377
jeremy-murphy
closed
6 months ago
2
Fix security issue #364 and non-keyword subgraph parsing
#376
sehe
closed
6 months ago
6
Refactoring graphviz_test for review
#375
sehe
closed
6 months ago
1
Restore broken test_basic_csr_directed_graph
#374
sehe
closed
6 months ago
1
CSR: Indexed properties maps are unstable
#373
sehe
opened
6 months ago
0
New near-linear time algorithm to solve the minimum cut problem for undirected graphs
#372
jeremy-murphy
opened
7 months ago
8
If using Boost::subgraph. Don't use Vertex_index_t.
#371
edwinclement08
opened
7 months ago
0
Fix typo in name adjacenct_vertices.
#370
jcdong98
closed
7 months ago
1
read_graphml function rejecting well formed Graphml files
#369
bhayat-quantinuum
opened
7 months ago
1
fix issue in the single solution rcsp
#368
andrea-cassioli-maersk
closed
7 months ago
2
Modular Boost C++ Libraries Request
#367
grafikrobot
closed
7 months ago
1
Question on negative flow on arcs in Boykin-Kolmogorov algorithm -- meaning and interpretation
#366
TryerGit
opened
9 months ago
0
Option to allow `breadth_first_search` to use `in_edges`
#365
byjtew
opened
9 months ago
0
Stack-overflow in boost::read_graphviz_detail::parser::parse_subgraph
#364
jeremy-murphy
closed
6 months ago
23
Single-path RCSP does not return always the shortest path
#363
andrea-cassioli-maersk
closed
7 months ago
7
Fix documentation hyperlink
#362
sehe
opened
10 months ago
0
Update Boost.Filesystem usage
#361
Lastique
closed
10 months ago
3
fix reverse graph example example broken link - Fixes #358
#360
andrea-cassioli-maersk
closed
10 months ago
2
adjacency_matrix::add_vertex always aborts in Debug mode ?
#359
Becheler
opened
10 months ago
2
broken link to example for reverse graph adaptor
#358
andrea-cassioli-maersk
closed
10 months ago
6
Add missing includes to graph headers
#357
vslashg
closed
11 months ago
2
astar_search does unnecessary initialization of vertices
#356
jeremy-murphy
opened
11 months ago
0
Move an #include outside of the boost namespace declaration.
#355
vslashg
closed
12 months ago
1
graph/labeled_graph: added remove_labeled_vertex
#354
DeuceBox
closed
1 year ago
8
Boost.Graph no longer builds with C++03
#353
mclow
opened
1 year ago
6
Remove link against boost regex library, as normally it is header only when using C++ >= 11.
#352
Romain-Geissler-1A
closed
11 months ago
10
Improve docs for ResourceExtensionFunction in r_c_shortest_paths
#351
andrea-cassioli-maersk
opened
1 year ago
0
Add a missing include to topology.hpp
#350
vslashg
closed
1 year ago
1
Isomorphism: Remove invariant contiguous range requirement
#349
jan-grimo
closed
7 months ago
14
Next