Orient Edges in PDAG.
Orients as many edges as possible in a partially directed acyclic graph (PDAG) by converting induced subgraphs X -> Y – Z to X -> Y -> Z.
orientPDAG(x)
x |
the input graph, a PDAG. |
orientPDAG( "pdag { x -> y -- z }" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.