Function biodivine_sketchbook::sketchbook::bn_utils::sign_from_monotonicity
source ยท pub fn sign_from_monotonicity(
monotonicity: Option<Monotonicity>,
) -> Monotonicity
Expand description
Utility to convert monotonicity enum used by lib_param_bn
into the type used here.
TODO: note that lib-param-bn
currently cannot express Dual
variant of Monotonicity
.