Class MaxCliqueMcs

All Implemented Interfaces:
Licensable

@PublicApi public final class MaxCliqueMcs extends MaxCommonSubstructure
Implements a heuristic MCS algorithm based on maximum clique detection.

For more information and the public API, see the base class MaxCommonSubstructure.

  • Constructor Details

    • MaxCliqueMcs

      public MaxCliqueMcs(McsSearchOptions searchOpts)
      Creates a MaxCliqueMcs object with the specified search options.
      Parameters:
      searchOpts - the search options.
  • Method Details