home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / function / 1071 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.6 KB  |  57 lines

  1. Newsgroups: comp.lang.functional
  2. Path: sparky!uunet!mcsun!Germany.EU.net!math.fu-berlin.de!informatik.tu-muenchen.de!grosu
  3. From: grosu@Informatik.TU-Muenchen.DE (Radu Grosu)
  4. Subject: grap algorithms
  5. Keywords: graphs, fixpoint
  6. Originator: grosu@sunbroy24.informatik.tu-muenchen.de
  7. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  8. Organization: Technische Universitaet Muenchen, Germany
  9. Date: Mon, 7 Sep 1992 15:11:28 GMT
  10. Message-ID: <1992Sep7.151128.20817@Informatik.TU-Muenchen.DE>
  11. Lines: 44
  12.  
  13.  
  14. Here is my summary of responses on graph problems formulated as the fixed point
  15. of a set of recursive equations. 
  16.  
  17. It seems that only one paper treated this issue. 
  18.  
  19. Below you find the responses I received. Thanks to anyone who replied.
  20.  
  21.  
  22. Radu Grosu
  23. Institut fuer Informatik
  24. Technische Universitaet Muenchen
  25. Arcisstrasse 21
  26. D-8000 Muenchen 2
  27. Germany
  28.  
  29.  
  30. ------------------------------------------------------------
  31.    From:   martin.erwig@feruni-hagen.de (Martin Erwig)
  32. ------------------------------------------------------------
  33.  
  34. Have a look at:
  35.  
  36.   Kashiwagi, Y., Wise,D.S.: Graph Algorithms in a Lazy
  37.   Functional Programming Language, Proc. 4th Int. Symp. on Lucid
  38.   and Intensional Programming, 1991, 35--46.
  39.  
  40.  
  41.  
  42. -------------------------------------------------------------
  43.    From:    jq@minster.york.ac.uk
  44. -------------------------------------------------------------
  45.  
  46. Have you tried:
  47.  
  48. Graph Algorithms in a lazy functional programming language
  49. Yugo Kashiwagi
  50. David S. Wise
  51. April 1991
  52. Technical report no 330
  53. Computer Science department Indiana Universiy
  54. Bloomington Indiana 47405-4101
  55.  
  56. John
  57.