ampl/snopt-cpp/README
                     Elizabeth Wong                         11 January 2013
                     Philip E. Gill and Josh D. Griffin    24 February 2004

===========================================================================
Using the snOpt-Ampl interface
===========================================================================

1) The SNOPT and AMPL libraries must be installed before using the
   SNOPT-AMPL interface.

   For SNOPT, the LD_LIBRARY_PATH must define the location of the SNOPT
   libraries. For example, when using bash, the appropriate command is

   % export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SNOPT/lib

   where $SNOPT defines the path to the SNOPT distribution.

2) To run SNOPT on an AMPL stub file, type

   % ./snampl_cpp prob.nl

3) Snopt options may be set by modifying the file 'snampl.spc' included
   with the distribution.  The options should be set as described in the
   SNOPT documentation.

4) Summary output will be sent to standard output.  A print file will also
   be created with the name 'PROB.out'.


Note these files were formerly in snopt/snopt-ampl.