Ian,
> A google search for "python topological sort" returns lots of results.
Perfect!! That's exactly what I was looking for but couldn't manage to
put a name to.
Cheers,
Malcolm
--
http://mail.python.org/mailman/listinfo/python-list
On Fri, Jan 28, 2011 at 4:29 PM, wrote:
> Wondering if there's a Python library or algorithm for determining the order
> in which a group of calculations should be performed when some calculations
> reference the result of other equations. I don't need anything as fancy as a
> spreadsheet engine,
Wondering if there's a Python library or algorithm for
determining the order in which a group of calculations should be
performed when some calculations reference the result of other
equations. I don't need anything as fancy as a spreadsheet
engine, however I do need to detect recursive equations a