Package com.chemaxon.search.mcs.upperbound
Contains classes for calculating upper bound estimations for maximum common substructure (MCS) search.
-
Interface Summary Interface Description UpperBoundCalculator An interface for providing upper bound calculation forMaxCommonSubstructure
(MCS) search. -
Class Summary Class Description FastUpperBoundCalculator This class implements a simple upper bound calculator for the MCS problem.StandardUpperBoundCalculator This class implements a max-weight matching-based upper bound calculator for the MCS problem.