mcsp-algorithms-0.1.0: Algorithms for Minimum Common String Partition (MCSP) in Haskell.
Safe HaskellSafe-Inferred
LanguageGHC2021

MCSP.Heuristics.Combine

Description

Combine Heuristics for solving the MCSP problem.

Synopsis

Documentation

combine :: Ord a => Pair (String a) -> Meta (Pair (Partition a)) Source #

MSCP combine heuristic.

Applies singleton analysis depending on the value of UseSingletons.

combineP :: (Unbox a, Ord a) => Pair (Partition a) -> Meta (Pair (Partition a)) Source #

Lifted MSCP combine heuristic.