pub fn get_node_idx(
    graph: &mut MathExpressionGraph<'_>,
    name: &mut String
) -> NodeIndex
Expand description

Return the node index if it exists; if not, add a new node and return the node index.