Skip to main content

acyclic

Function acyclic 

Source
pub fn acyclic(decisions: &[Decision]) -> Result<(), String>
Expand description

Whether the decisions form an acyclic graph.

ยงErrors

The identifier of a decision that is part of a cycle or that names a prerequisite nothing offers.