Determines if a network is a Directed Acyclic Graph (DAG).
The network to test.
true
if a dag, false
otherwise.
Determines if a network is a DAG (Directed Acyclic Graph).
The test allows the exclusion of certain links, and the inclusion of extra links that have not yet been added to the network.
The network to test.
Optional links to ignore. Can be null.
Optional extra links to include. Can be null.
true
if a dag, false
otherwise.
Includes methods for testing whether a network is a Directed Acyclic Graph (DAG).
com.bayesserver.Network#isDag