Re: Determining calculation order for group of related calculations

2011-01-28 Thread python
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

Re: Determining calculation order for group of related calculations

2011-01-28 Thread Ian Kelly
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,

Determining calculation order for group of related calculations

2011-01-28 Thread python
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