fn continue_path(bdd: &Bdd, path: &mut Vec<BddPointer>)
Expand description

(internal) Given a prefix of a path in a BDD, continue the prefix, always choosing the low link unless it leads to a false leaf.

The input path must be non-empty.