Function biodivine_sketchbook::sketchbook::model::_function_tree::parse_update_fn_wrapper
source ยท fn parse_update_fn_wrapper(
expression: &str,
bn_context: &BooleanNetwork,
) -> Result<FnUpdate, String>
Expand description
A wrapper function for parsing update function formulas with extended error message. See [FnUpdate::try_from_str] for details.