An undirected graph G can be converted to a dag if G is chordal. A dag D can be converted to an undirected graph if D can be moralized without adding edges.
1 | ug2dag(gn)
|
gn |
A graphNEL object or an object that can be converted to a graphNEL object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.