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
.
pub fn build_static_constraints(
bn: &BooleanNetwork,
encoder: &BddParameterEncoder
) -> Bdd
Build a Bdd
which describes all valuations satisfying the static constraints
of the given BooleanNetwork
.