ADPfusion-0.6.0.0: Efficient, high-level dynamic programming.

Safe HaskellNone
LanguageHaskell2010

ADP.Fusion.PointR

Description

This exports everything needed for sequence-based alignment style algorithms.

Here are some notes on implementation of the Inside and Outside

X_j -> S_{j-1} X_{j-1} c_j Y_{j-1} -> S_? X_j c_j Y_j -> S_{j+1} X_{j+1} c_{j+1}

Documentation