Skip to content

Undirected Graphs #436

May 10, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Message passing is performed on each directed edge, and given the fact that we represent an undirected edge as two directed opposite edges, message passing is performed for both directions. Everything works as you would expect for an undirected graph, the only thing that changes is the representation of the graph.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@stefanbringuier
Comment options

@aurorarossi
Comment options

Answer selected by stefanbringuier
@stefanbringuier
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants