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.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
The ability to declare matrices local to functions has been added. This way, auxiliary matrices are handled in the generated code and need not be initialised in the calling code.