About

Metadata

  • Last updated , by MaikRiechert
  • License BSD-3-Clause
  • Categories Algorithms, Data Structures, Bioinformatics
  • Maintained by: Maik Riechert

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    buildtests (off by default)

    Build test executable

    buildbenchmark (off by default)

    Build benchmark executable

    buildbenchmark2 (off by default)

    Build second benchmark executable

    debug (off by default)

    Enable/disable debug output

Readme

adp-multi is an implementation of Algebraic Dynamic Programming for multiple context-free languages. It is a library based on the original Haskell implementation and can be considered an unoptimized prototype.