home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / hp48 / 7402 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.0 KB  |  52 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!gumby!wupost!eclnews!rodin!kevin
  3. From: kevin@rodin.wustl.edu (Kevin Ruland)
  4. Subject: Simplex Library available.
  5. Message-ID: <1993Jan28.060725.26691@wuecl.wustl.edu>
  6. Sender: usenet@wuecl.wustl.edu (News Administrator)
  7. Nntp-Posting-Host: rodin
  8. Organization: Center for Optimization and Semantic Control, Washington University
  9. Date: Thu, 28 Jan 1993 06:07:25 GMT
  10. Lines: 40
  11.  
  12. I just uploaded my simplex library v1.1 (the first public release) to
  13. seq.uncwil.edu in the hp48/Uploads directory.
  14.  
  15. Find attached the rdm.
  16.  
  17. Kevin Ruland
  18. kevin@rodin.wustl.edu
  19.  
  20.  
  21. **************************************************************************
  22. Simplex Library v1.1                               1-28-93
  23. README File
  24. **************************************************************************
  25.  
  26. Well I finally did it.  I rewrote Ricardo Marimon's simplex procedure
  27. entirely in sysRPL and made it into a library.  It now stores all temporary
  28. variables as a Library Data object in a variable called LPdat in
  29. the current directory.   This makes the program a little more idiot proof
  30. since you cannot alter the problem directly.
  31.  
  32. The library itself bytes out (on the HP) at 15800.5 with a checksum of # D7DCh
  33. and uses lid # 517h (1303d).  I created the .asc file with tasc
  34. on my sun and have not tested if it extracts properly.
  35.  
  36. Currently it only implements the 2 phase method to find an initial
  37. feasible solution, but a primal-dual method is on the drawing board.
  38.  
  39. The user accessible functions do quite a bit of error checking, but I
  40. cannot guarantee that this library will not cause memory loss.
  41. I will graciously accept any and all bug reports and suggestions.
  42. Also, I will maintain a list of 'registered users' to whom
  43. I'll automatically send updated libraries.  Just send me a note
  44. including your email address.
  45.  
  46. I do graciously thank Ricardo for doing all the hard work on the
  47. matrix manipulation and the original logic of the program.  Also
  48. the .doc file is almost entirely verbatim from his original posting.
  49.  
  50. Kevin Ruland
  51. kevin@rodin.wustl.edu
  52.