--------------------------------------------------------------
README          ADOL-C version 1.10.0         as of July/01/05
--------------------------------------------------------------

This directory contains example programs concerning the 
lighthouse example of Griewank's book 

'Evaluating Derivatives: Principles and Techniques of 
 Algorithmic Differentiation'
   
--------------------------------------------------------------

CONTENTS OF THE DIRECTORY

  cubic        --> Cubic lighthouse example using Cardan's 
                   formula with two tapes.

                   cubic.cpp

  cubic-2      --> Cubic lighthouse example using Cardan's
                   formula with one tape and condassign(..).

                   cubic-2.cpp 

  cubic-iter   --> Cubic lighthouse example: iterative
                   computation of lightpoints including
                   derivatives.
         
                   cubic-iter.cpp
		  
  cubic-iter-2 --> Cubic lighthouse example: iterative
                   computation of one lightpoint including
                   the derivative.
         
                   cubic-iter-2.cpp
		  
