pub fn build_static_constraints(
    bn: &BooleanNetwork,
    encoder: &BddParameterEncoder
) -> Bdd
Expand description

Build a Bdd which describes all valuations satisfying the static constraints of the given BooleanNetwork.