SEARCHING GRAPHS WITH A-ASTERISK - APPLICATIONS TO JOB SEQUENCING

Citation
Ak. Sen et al., SEARCHING GRAPHS WITH A-ASTERISK - APPLICATIONS TO JOB SEQUENCING, IEEE transactions on systems, man and cybernetics. Part A. Systems and humans, 26(1), 1996, pp. 168-173
Citations number
24
Categorie Soggetti
System Science",Ergonomics,"Computer Science Cybernetics
ISSN journal
10834427
Volume
26
Issue
1
Year of publication
1996
Pages
168 - 173
Database
ISI
SICI code
1083-4427(1996)26:1<168:SGWA-A>2.0.ZU;2-F
Abstract
The best-first search algorithm A allows search graphs that are trees , directed acyclic graphs or directed graphs with cycles. In real life applications of A the search graph is generally implemented as a tre e. It is shown here that for certain well known one-machine job sequen cing problems that arise in Sob shops, graph search is much faster tha n best-first tree search when problem instances are of small and mediu m size. Moreover, graph search uses less memory and so is able to solv e larger problems. Depth-first search needs little memory, and is ther efore capable in principle of solving problems of arbitrary size, but is slower than graph search by orders of magnitude for the examples th at were studied.