In the Lemon C++ Graph Library, given a node in an undirected graph say, how does one find other nodes that are edge connected?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ll have a go at this even though I’m rusty with C++ and haven’t used Lemon before:
I used this:
LEMON — an Open Source C++ Graph Template Library
… and this:
LEMON: Graph Class Reference
… and I’ve done a reasonable amount of work with graph theory over the years.
I hope it helps.