From: "Ralph \"PJPizza\" Siegler" Date: 2005-05-16T10:15:19+09:00 Subject: Re: [ANN] Precedence 0.6 On Mon, May 16, 2005 at 05:05:46AM +0900, Farrel Lifson wrote: > I've made the initial release of Precedence which is a small API to > construct and analyse precedence networks, which are used quite a bit > in project management and other areas. Here's the README file: > > = Precedence > > Precedence is a library that allows for the creation, manipulation and analysis > of precedence networks. > > Farrel, neat idea and I myself was thinking about what it would take to do some of the things a certain popular scheduling package (with initials O.P.) does, doing prededence networks but also with holidays (or "calendars") and the constraints of PDM method start-start, start-finish, finish-finish, etc. So I'm mainly thinking of starting off with just the time calculations, before even getting into "activities" and "networks". Just going down to the hour would be painful enough with nonworking hour calculations, but maybe I should go "all the way" and do allow scheduling down to minute or at least 15 minute interval. Very thought provoking, thanks! Ralph "PJPizza"