Uses of Class
org.cicirello.search.problems.LargestCommonSubgraph.Edge
Packages that use LargestCommonSubgraph.Edge
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.Edge in org.cicirello.search.problems
Constructor parameters in org.cicirello.search.problems with type arguments of type LargestCommonSubgraph.EdgeModifierConstructorDescriptionLargestCommonSubgraph
(int v1, int v2, List<LargestCommonSubgraph.Edge> edges1, List<LargestCommonSubgraph.Edge> edges2) Constructs a random instance of the largest common subgraph problem.