Function biodivine_sketchbook::sketchbook::bn_utils::essentiality_to_bool
source · pub fn essentiality_to_bool(essentiality: Essentiality) -> bool
Expand description
Utility method to convert Essentiality
into boolean.
TODO: note that lib-param-bn
currently cannot distinguish between False
and Unknown
variants of Essentiality
. In general, these are both represented by “false” in lib-param-bn
.