pub fn group_by_operators(
    ast: Math,
    species: &mut HashSet<Var>,
    vars: &mut HashSet<Var>,
    eqns: &mut HashMap<Var, Vec<Term>>
)
Expand description

Group the variables in the equations by the =, +, and - operators, and collect the variables.