graph icon indicating copy to clipboard operation
graph copied to clipboard

Boost.org graph module

Results 115 graph issues
Sort by recently updated
recently updated
newest added

If I try to use a string as a label, the result is expected. If an integer, then the result is different than expected. ```c++ #include #include #include int main()...

In the lib documentation, https://www.boost.org/doc/libs/1_70_0/libs/graph/doc/boykov_kolmogorov_max_flow.html the figure shows a white Source node and a black Sink node, whether it is previously written that: > the source and the sink are...

We're running cycle_ratio_example.cpp in the tests, but it uses a non-deterministic random number generator which very occasionally results in the assertions failing. It's not clear if this is inevitable, or...

Overall, this changes a lot of how CI is done, and some parts are still dangling. It is time for a check in of sorts.

https://www.boost.org/doc/libs/1_70_0/libs/graph/doc/incremental_components.html The first example, from examples/incremental_components.cpp, was copy-pasted raw, without protecting special characters from HTML, so in particular all templates are invisible.

`igraph` has this `degree_sequence_game` [src/games.c] method to randomly create a graph with a set of degrees. I wonder if you know if there is any implementation of that stochastic algorithm...

Hello, I am opening a new version of this pull request ([previous version](https://github.com/boostorg/graph/pull/52)). I've squashed all the development commits into a single commit (but have included the development history in...

#157 The example output initially given is wrong. Tested and changed the output.

This is a start at fixing bug #146. The kruskal-telephone example has been essentially rewritten. I have attempted to keep the idiosyncrasies in the original, so far as I understand...

Fix: #161 Tested and fixed the output in the file subgraph.cpp and subgraph.expected