home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / eiffel / 1104 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.0 KB  |  29 lines

  1. Newsgroups: comp.lang.eiffel
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!uni-heidelberg!rz.uni-karlsruhe.de!usenet
  3. From: wolffram@andor.rz.uni-karlsruhe.de (Jochen WOLFFRAM)
  4. Subject: X graphic library
  5. Message-ID: <1992Sep2.082601.17147@rz.uni-karlsruhe.de>
  6. Sender: usenet@rz.uni-karlsruhe.de (USENET News System)
  7. Organization: University of Karlsruhe, Germany
  8. Date: Wed, 2 Sep 1992 08:26:01 GMT
  9. Lines: 18
  10.  
  11. For visualizing a search process I'm interested in finding
  12. a highly efficient implementation of the following problem using
  13. the Eiffel 2.3 X-graphics library.
  14. The problem is stated very easily:
  15. I'm given a matrix of differently colored unit squares.
  16. The search process iteratively assigns new colors to a small subset
  17. of the unit squares, and these new colors should be displayed
  18. immediately.
  19.  
  20. Representing the unit squares as instances of type SQUARE from the
  21. graphics library is far too inefficient, because SQUAREs are just
  22. treated as special polygons.
  23.  
  24. I would appreciate any suggestions.
  25.  
  26.  
  27. Jochen Wolffram
  28. (wolffram@andor.wiwi.uni-karlsruhe.de)
  29.