DPROG is a domain specific language for specifying dynamic programming algorithms; given a recursive definition of the problem, the compiler generates code for solving the problem using dynamic programming.
The usage of dProg is explained in detail in this tutorial/manual.
The dProg package is written in C++. It should compile on any Unix like system. To install dProg download the source code and unpack it (tar xzf dprog-a.b.c.tar.gz, where a.b.c is the version number of dprog), then run configure and make in the subdirectory dprog-a.b.c created during unpacking. Read the INSTALL file for more info.
Thomas Mailund, <mailund@birc.au.dk>, Bioinformatics Research Center, University of Aarhus.
Time-stamp: "2006-01-26 21:57:31 mailund"