Make specs, rates and fluxes arrays a dictionary (or dataframe with symbols of species/reactions as column names) to avoid having to make the search for species/reactions more convenient without find.
Dictionaries seem better solution as the are not bound to the same column length and having to have a workaround wrapping it in an outer array and are fastest.
Make specs, rates and fluxes arrays a dictionary (or dataframe with symbols of species/reactions as column names) to avoid having to make the search for species/reactions more convenient without
find.Dictionaries seem better solution as the are not bound to the same column length and having to have a workaround wrapping it in an outer array and are fastest.