See: Description
Interface | Description |
---|---|
UpperBoundCalculator |
An interface for providing upper bound calculation for
MaxCommonSubstructure (MCS) search. |
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.
|