pub fn sbml_transition_to_update_function(
    network: &BooleanNetwork,
    transition: &SbmlTransition,
    id_to_var: &HashMap<String, String>
) -> Result<FnUpdate, String>
Expand description

Convert a transition into an update function.

This is basically “best effort” conversion, since a lot of this is just very vaguely defined in the standard.