Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Undirected GraphTraits for GenericGraph #388

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

andrealinux1
Copy link
Contributor

Introduce the Undirected GraphTraits, which treat a Bidirectional GenericGraph as an undirected graph.

include/revng/ADT/GenericGraph.h Outdated Show resolved Hide resolved
include/revng/ADT/GenericGraph.h Outdated Show resolved Hide resolved
include/revng/ADT/GenericGraph.h Show resolved Hide resolved
include/revng/ADT/GenericGraph.h Show resolved Hide resolved
@andrealinux1 andrealinux1 force-pushed the feature/cycle-equivalence branch 3 times, most recently from 94aceac to 8de90a2 Compare May 14, 2024 08:58
Introduce the `Undirected` GraphTraits, which treat a `Bidirectional`
`GenericGraph` as an undirected graph.
@aleclearmind
Copy link
Contributor

This could go in, but since the branch has the same name as another WIP PR for revng-c, I'm not merging.
Next time, if you have self-contained changes that you'd like to go in earlier, use a different branch name. But I guess there's no urgency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants