home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-src.tgz / tar.out / fsf / octave / libcruft / fsqp / README < prev    next >
Internet Message Format  |  1996-09-28  |  1KB

  1. Date:    Sat, 30 May 92 11:37:57 EDT
  2. To:      fsqp_sites@src.umd.edu
  3. From:    Andre Tits <andre@src.umd.edu>
  4. Subject: FSQP 3.0 2/12: README
  5.  
  6. The FSQP distribution consists of the following files:
  7.   COPYRIGHT
  8.   README (this file)
  9.   Version*
  10.   fsqpd.f
  11.   macros.tex
  12.   manual.sty
  13.   manual.tex
  14.   manua2.tex
  15.   qld.f
  16.   sampl1.f
  17.   sampl2.f
  18.   sampl3.f
  19. We suggest that you keep all these files in a dedicated subdirectory.
  20.  
  21. All the FSQP routines are in fsqpd.f.  FSQP requires a quadratic 
  22. program solver.  As distributed,  it calls QLD (written by 
  23. Klaus Schittkowski, provided in file qld.f for the user's convenience).  
  24. Three sample test problems are given in sampl1.f, sampl2.f and sampl3.f. 
  25. Thus, for example, to run sample1.f one should use the following 
  26. compiling sequence on a UNIX-based system
  27.  
  28.         f77  sampl1.f fsqpd.f qld.f
  29.  
  30. The results obtained should be compared with those given in the 
  31. User's Guide.
  32.  
  33. The User's Guide is provided in latex format (files manual.tex,
  34. manua2.tex, macros.tex and manual.sty).  It provides detailed information 
  35. concerning FSQP and its use.  Simply type
  36.  
  37.               latex manual.tex
  38.  
  39. with files manua2.tex, manual.sty and macros.tex present 
  40. in the same directory.
  41.  
  42. Finally, the file Versionx.x lists the enhancements in the
  43. successive versions of FSQP.
  44.  
  45. Please send us your comments.  Any feedback is highly appreciated.
  46.  
  47.  
  48.  
  49.