
Assert a flowpath network is a DAG, reporting any cycle nodes
Source:R/network_properties.R
hf_assert_network_dag.RdUnlike a strongly-connected-component test, `igraph::is_dag` also catches self-loop cycles (`a -> a`). `cycle_ids` reports every node in a cycle (multi-node SCCs plus self-loops) for diagnostics/repair.