Package chemaxon.search.mcs
Class MaxCliqueMcs
java.lang.Object
chemaxon.search.mcs.MaxCommonSubstructure
chemaxon.search.mcs.MaxCliqueMcs
- All Implemented Interfaces:
Licensable
Implements a heuristic MCS algorithm based on maximum clique detection.
For more information and the public API, see the base class MaxCommonSubstructure.
-
Field Summary
Fields inherited from class chemaxon.search.mcs.MaxCommonSubstructure
DEFAULT_RANDOM_SEED -
Constructor Summary
ConstructorsConstructorDescriptionMaxCliqueMcs(McsSearchOptions searchOpts) Creates aMaxCliqueMcsobject with the specified search options. -
Method Summary
Methods inherited from class chemaxon.search.mcs.MaxCommonSubstructure
calculateSimilarityUpperBound, calculateUpperBound, find, getQuery, getRandomSeed, getSearchMode, getSearchOptions, getTarget, getTimeLimit, hasNextResult, isLicensed, newInstance, newInstance, nextResult, setLicenseEnvironment, setMolecules, setQuery, setRandomSeed, setSearchMode, setTarget, setTimeLimit
-
Constructor Details
-
MaxCliqueMcs
Creates aMaxCliqueMcsobject with the specified search options.- Parameters:
searchOpts- the search options.
-
-
Method Details
-
findMcs
-