* HOW TO COMPILE WITH GNAT

The source code will compile to run on Windows or UNIX
without any modification. You can download public versions
of the GNAT compiler at:

https://libre.adacore.com/

To compile with full optimization, put the files
filename.adb, nlp.adb, nlp.ads and terms.ads in the same
folder and from the Command Prompt type:

gnatmake -o filename.exe filename.adb -cargs -O3

The file filename.exe will be created in this folder.

* HOW TO RUN THE EXAMPLES

To run an example put the input file (input.txt) and the
executable file in the same folder and double click the
executable file. The output files (abaqus.txt, autocad.scr,
output.txt) will be created in this folder.

* NLP PACKAGE

NLP is a package for the unconstrained minimization of a
smooth nonlinear real-valued function F(X). Its parameters
are described in the specification file (nlp.ads).
