Jeremy W. Murphy
Jeremy W. Murphy
> I ticked the "Allow edits from maintainers" box. please feel free. I'm not a maintainer. :)
Can you open a pull request to fix it?
What exactly do you mean that you can't use `std::fill` because `adjacency_matrix` is not a value type?
Hi @olologin , thanks for your interest in improving Boost.Graph. I don't really understand the problem here with the return type of `num_vertices` and `num_edges`. Are you saying that the...
I want to help, but I'm not sure whether this is actually a problem in Boost.Graph, or a problem in Boost.Serialization, or a problem in your code. I can't change...
Hmmm, I think it's intentionally unqualified so that the function is found via ADL, although I could be wrong. What was the signature of your `add_edge` function and what namespace...
Thanks for contributing this idea. The two algorithms look almost identical. Rather than duplicate the code with a minor change, I think it would be much better to rename the...
I'm not familiar with this algorithm, but in principle what you want sounds reasonable.
@QuellaZhang , can you make a pull request that demonstrates the problem? If necessary, add the appropriate version of MSVC to the `ci.yml` file. Thanks.
Looks great so far! Thanks for keeping it simple, sorry it took me so long to take a look. I just made a couple of requests for changes.