Uses of Class
org.cicirello.search.problems.LargestCommonSubgraph
Package
Description
Package of classes and interfaces related to representing computational problems, as well as
classes implementing a variety of specific computational problems.
-
Uses of LargestCommonSubgraph in org.cicirello.search.problems
Modifier and TypeMethodDescriptionstatic LargestCommonSubgraph
LargestCommonSubgraph.createInstanceGeneralizedPetersenGraph
(int n, int k) Creates an instance of the Largest Common Subgraph problem for a pair of isomorphic Generalized Petersen Graphs.static LargestCommonSubgraph
LargestCommonSubgraph.createInstanceGeneralizedPetersenGraph
(int n, int k, long seed) Creates an instance of the Largest Common Subgraph problem for a pair of isomorphic Generalized Petersen Graphs.