I'm working on an algorithm where a lot of things are summed. My paper has the words "summed", "summation", etc. all over the place.
I've recently found that actually, the algorithm will work differently and maybe better with other binary operations than addition. Is there a more graceful word for "iterated binary operation"?
For instance, I could change "Sum the weights of all the edges on the route" to "Use one of the iterated binary operations previously defined over the weights of all the edges on the routes". Is there a more graceful way to talk about this stuff?