pub fn encode_regulation_monotonicity(
    input: &str,
    target: &str,
    monotonicity: Monotonicity,
    bn: &BooleanNetwork,
) -> String
Expand description

Create a FOL formula encoding that a regulation has given monotonicity.