Uses of Class
org.cicirello.search.problems.LargestCommonSubgraph
Packages that use 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.problemsMethods in org.cicirello.search.problems that return LargestCommonSubgraphModifier and TypeMethodDescriptionstatic LargestCommonSubgraphLargestCommonSubgraph.createInstanceGeneralizedPetersenGraph(int n, int k) Creates an instance of the Largest Common Subgraph problem for a pair of isomorphic Generalized Petersen Graphs.static LargestCommonSubgraphLargestCommonSubgraph.createInstanceGeneralizedPetersenGraph(int n, int k, long seed) Creates an instance of the Largest Common Subgraph problem for a pair of isomorphic Generalized Petersen Graphs.