fn build_monotonicity_pair(
    inactive: &Bdd,
    active: &Bdd,
    monotonicity: Monotonicity
) -> Bdd
Expand description

(internal) Builds a Bdd of parameters corresponding to valuations where the given pair of function entries behaves monotonously.