Uses of Class
org.ddolib.examples.lcs.LCSProblem
Packages that use LCSProblem
Package
Description
This package implements the acs, astar and ddo models for the Longest Common Subsequence (LCS) Problem.
-
Uses of LCSProblem in org.ddolib.examples.lcs
Constructors in org.ddolib.examples.lcs with parameters of type LCSProblemModifierConstructorDescriptionLCSFastLowerBound(LCSProblem problem) Constructs a fast lower bound heuristic for a given LCS problem.LCSRelax(LCSProblem problem) Constructs a relaxation object for a given LCS problem.