The DirectSearch2.zip archive contains:
  examples.mw       examples of package usage,
  DirectSearch.mla  Package Archive File,
  DirectSearch.hdb  Package Help file,
  CDOS method.pdf  - CDOS method description.

Package installation instruction.

The first variant.
    1. Find the directory where your Maple installed.
    2. Find the subdirectory \lib\
    3. Copy the following two files into this subdirectory: 
        DirectSearch.mla,
        DirectSearch.hdb.

The second variant.
    1. Create the directory, for example, C:\DirectSearchLib\
    2. Copy the following two files into this directory: 
        DirectSearch.mla,
        DirectSearch.hdb.
    3. In current Maple session execute the command:
        > libname:=C:\\DirectSearchLib, libname;

The package command is available via with(DirectSearch) command.
The access to package help is analogues to the other packages help.
