WELCOME!
____________________________________________________________

The OptQuest Engine demo package for C developers includes 
the following:

	- Demo Version of the OptQuest Engine
	- "The OptQuest Engine C Developer's Guide - Version 4.0"
	- Five examples that use a demo version of OptQuest.dll

OPTQUEST ENGINE
All the files needed to compile and run an application using the
demo version of the OptQuest Engine are in the folder
"OptQuest Engine - C".  This includes header file, library, and
DLL.  Both the library (OptQuest.lib) that interfaces to the DLL
and the static library (OptQuestLIB.lib) are included.

DOCUMENTATION
The documentation is in html format. To view the documentation, 
open the file "OptQuestManual.htm" under the folder
"Documentation - C". 

Comments at the start of each .c file explain each of the examples
included with this package.

CODED EXAMPLES
Each example is in its own folder under the folder "Examples - C".
Each Example folder contains a .dsp, .dsw, and .c file.  You will
need to copy the files from "OptQuest Engine - C" into each examples
folder to be able to compile and run the example.

To run an example:

*) copy files from the "OptQuest Engine - C" directory to the
   example directory
*) open the *.dsw file
*) compile and run
____________________________________________________________


DEMO LICENSE for OptQuest.dll

The demo-license number for OptQuest.dll is 999999999.

OptQuest.dll distributed with this example is a demo
version with the following restrictions:
	- Maximum variables = 7	
	- Maximum constraints = 4
	- Maximum requirements =  4
	- Maximum iterations = 500


____________________________________________________________

CREATING YOUR OWN EXAMPLES: 

To create your own examples, add OptQuest.lib to your project
and include ocl.h in modules that call OptQuest functions and
include OptQuest.dll in your PATH.
____________________________________________________________


FOR FURTHER QUESTIONS PLEASE REFER TO THE MANUAL, OR CONTACT 

OptTek Systems, Inc.
phone:  (303)447-3255 Ext. 104
e-mail: optinfo@OptTek.com
fax:    303-447-3886




