Xref: utzoo comp.software-eng:5770 comp.infosystems:258 comp.os.msdos.apps:1974 sci.math.num-analysis:2072 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!decwrl!deccrl!bloom-beacon!bloom-picayune.mit.edu!news From: chasman@athena.mit.edu (David Chasman) Newsgroups: comp.software-eng,comp.infosystems,comp.os.msdos.apps,comp.msdos.misc,sci.math.num-analysis Subject: Test Cases for project managers. Message-ID: <1991May23.205936.12586@athena.mit.edu> Date: 23 May 91 20:59:36 GMT Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 22 Hi, I'm helping a friend out with evaluating scheduling packages and I'm looking for some good test cases: What I'm looking for is input and the optimal solution (i.e.) Activity Duration Resources Preceding Activities -------------------------------------------------------------------- A1 1 R1,R2 ------ A2 3 R3 A1 A3 2 R1,R4 A1 A4 2 R5,R2 A2 etc. and then, the application figures out the schedule - what I want is test cases as specified above and the optimal solution. I'd like a few easy ones, and a few toughies - i.e. stuff that would require a long time on a main-frame - but that looks easy. Thanks. --David Chasman