Xref: utzoo comp.databases:8453 comp.sources.wanted:14886 alt.sources.wanted:816 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!usc!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!hp4nl!delgeo!ooms From: ooms@delgeo.UUCP (Frank Ooms) Newsgroups: comp.databases,comp.sources.wanted,alt.sources.wanted Subject: Re: Scheduling/routing people movement algorithm/application Keywords: scheduling routing Message-ID: <1964@delgeo.UUCP> Date: 16 Jan 91 07:37:02 GMT References: <1991Jan16.010254.11964@ecst.csuchico.edu> Followup-To: comp.databases Organization: Delft Geophysical b.v. Lines: 122 In article <1991Jan16.010254.11964@ecst.csuchico.edu> gander@ecst.csuchico.edu (Gerald W Anderson) writes: >I would like to locate a program or an algorithm that would help >solve the following problem: >A local organization that works with the developmentally disabled >provides transportation for 400 people every day. This results >in 70,000 miles driven every month. The people are taken to twenty >(20) locations according to a schedule of supported services. The >names and addresses are in a constant state of change, as are the >destinations for each day's activities. One person is currently >handling the weekly scheduling task. The number one need is to >find the scheduling...algorithm. >They have INFORMIX installed. This problem is known as the 'Traveling Salesman Problem'. This may give you a handle to search the literature for solutions. A couple of sources that I know of are: Algorithms, Robert Sedgewick, Addison-Wesley Publishing co., 1983 Numerical recipes, William H. Press e.a., Cambridge University Press, 1986 This last book provides source code. I have not had this particular problem, but we have used many algorithms from both books with success. Good luck, ----- News saved at 16 Jan 91 07:35:55 GMT In article <1991Jan16.010254.11964@ecst.csuchico.edu> gander@ecst.csuchico.edu (Gerald W Anderson) writes: >I would like to locate a program or an algorithm that would help >solve the following problem: >A local organization that works with the developmentally disabled >provides transportation for 400 people every day. This results >in 70,000 miles driven every month. The people are taken to twenty >(20) locations according to a schedule of supported services. The >names and addresses are in a constant state of change, as are the >destinations for each day's activities. One person is currently >handling the weekly scheduling task. The number one need is to >find the scheduling...algorithm. >They have INFORMIX installed. This problem is known as the 'Traveling Salesman Problem'. This may give you a handle to search the literature for solutions. A couple of sources that I know of are: Algorithms, Robert Sedgewick, Addison-Wesley Publishing co., 1983 Numerical recipes, William H. Press e.a., Cambridge University Press, 1986 This last book provides source code listings to help in implementing a solution. I have not had this particular problem, but we have used many algorithms from both books with success. Good luck, -- /* Frank Ooms, +31 15-621554 * * ooms%delgeo@nluug.nl * * ooms@delgeo.uucp * * ..!mcsun!hp4nl!delgeo!ooms */ Newsgroups: comp.databases,comp.sources.wanted,alt.sources.wanted,ba.market.misc,misc.wanted Subject: Re: Scheduling/routing people movement algorithm/application Summary: Expires: References: <1991Jan16.010254.11964@ecst.csuchico.edu> Sender: Followup-To: Distribution: Organization: Delft Geophysical b.v. Keywords: scheduling routing In article <1991Jan16.010254.11964@ecst.csuchico.edu> gander@ecst.csuchico.edu (Gerald W Anderson) writes: >I would like to locate a program or an algorithm that would help >solve the following problem: >A local organization that works with the developmentally disabled >provides transportation for 400 people every day. This results >in 70,000 miles driven every month. The people are taken to twenty >(20) locations according to a schedule of supported services. The >names and addresses are in a constant state of change, as are the >destinations for each day's activities. One person is currently >handling the weekly scheduling task. The number one need is to >find the scheduling...algorithm. >They have INFORMIX installed. This problem is known as the 'Traveling Salesman Problem'. This may give you a handle to search the literature for solutions. A couple of sources that I know of are: Algorithms, Robert Sedgewick, Addison-Wesley Publishing co., 1983 Numerical recipes, William H. Press e.a., Cambridge University Press, 1986 This last book provides source code listings to help in implementing a solution. I have not had this particular problem, but we have used many algorithms from both books with success. Good luck, -- /* Frank Ooms, +31 15-621554 * * ooms%delgeo@nluug.nl * * ooms@delgeo.uucp * * ..!mcsun!hp4nl!delgeo!ooms */