home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / math / lindo.zip / README.GNO < prev    next >
Text File  |  1991-07-27  |  3KB  |  56 lines

  1.  
  2.                                     GINO
  3.                          General Interactive Optimizer
  4.        
  5.        GINO is a powerful tool to solve nonlinear optimization problems
  6.        and nonlinear systems of equations.  GINO's capability to "maximize
  7.        or minimize" is not found in many other equation solvers.  This
  8.        unique facility can allow you to find solutions that maximize
  9.        profit or minimize cost.
  10.        
  11.        With GINO you can be solving nonlinear problems immediately whether
  12.        you are a modeling novice or expert.  GINO combines a comprehensive
  13.        easy-to-use interface with the power of Lasdon and Waren's GRG2
  14.        optimizer.  GRG2 is an extremely robust state of the art optimizer
  15.        that has been used and tested successfully for years on mainframe
  16.        computers. 
  17.        
  18.        GINO provides you with an interactive environment to set up,
  19.        analyze, and solve your models.  The program includes over 20
  20.        commands for data input, editing, solution, display, and file
  21.        handling.  On-line help is available for all commands. GINO
  22.        recognizes numerous common statistical, financial, and scientific
  23.        functions as well.
  24.        
  25.        Problems can be quickly and easily entered from within GINO or
  26.        imported from text files created in your word processor.  The
  27.        following is an example of valid input for GINO (comments are
  28.        indicated by a '!'):
  29.        
  30.            ! A microcomputer box design model:
  31.              MODEL
  32.            ! For heat dissipation surface area must be at least 888
  33.              2 * ( HEIGHT * DEPTH + HEIGHT * WIDTH + DEPTH * WIDTH) > 888;
  34.            ! The "footprint" can't be too large
  35.              DEPTH * WIDTH < 252;
  36.            ! Need at least 1512 cubic inches to store components
  37.              HEIGHT * DEPTH * WIDTH > 1512;
  38.            ! Some aesthetic requirements
  39.              HEIGHT / WIDTH > .518; HEIGHT / WIDTH < .718;
  40.            ! Use minimization capability to minimize the
  41.            ! per unit cost of the box
  42.              MIN = .1 * DEPTH * ( WIDTH + HEIGHT) + .2 * WIDTH * HEIGHT;
  43.              END
  44.        
  45.        GINO is available in a variety of sizes solving problems from 50 
  46.        to 800 variables.  GINO runs on MS-DOS PC's and will take advantage
  47.        of a math coprocessor, if present, to greatly speed solution times.
  48.        Versions of GINO are also available for the Macintosh and most IBM
  49.        and Digital mainframe computers.  For further information please
  50.        contact:
  51.        
  52.                               LINDO Systems, Inc.
  53.                                 P.O. Box 148231
  54.                                Chicago, IL 60614
  55.                                  312/871-2524
  56.