In theoretical computer science, the subgraph isomorphism problem is a computational task in which two graphs G {\displaystyle G} and H {\displaystyle...
15 KB (1,858 words) - 03:46, 24 June 2025
efficiently. This problem is a special case of the subgraph isomorphism problem, which asks whether a given graph G contains a subgraph that is isomorphic...
41 KB (4,223 words) - 12:57, 24 June 2025
graph theory, induced subgraph isomorphism is an NP-complete decision problem that involves finding a given graph as an induced subgraph of a larger graph...
5 KB (624 words) - 12:12, 12 August 2024
the induced subgraph of all vertices adjacent to it. The induced subgraph isomorphism problem is a form of the subgraph isomorphism problem in which the...
4 KB (509 words) - 00:27, 21 October 2024
computer science, a maximum common subgraph may mean either: Maximum common induced subgraph, a graph that is an induced subgraph of two given graphs and has...
375 bytes (97 words) - 12:13, 8 January 2024
NP (complexity) (redirect from NP-problem)
(a polynomial number of times). The subgraph isomorphism problem of determining whether graph G contains a subgraph that is isomorphic to graph H. Turing...
21 KB (2,784 words) - 09:34, 2 June 2025
called an isomorphism class of graphs. The question of whether graph isomorphism can be determined in polynomial time is a major unsolved problem in computer...
13 KB (1,637 words) - 19:43, 13 June 2025
NP-completeness (redirect from NP-complete problem)
problems: Graph Isomorphism: Is graph G1 isomorphic to graph G2? Subgraph Isomorphism: Is graph G1 isomorphic to a subgraph of graph G2? The Subgraph...
30 KB (3,618 words) - 08:25, 21 May 2025
Maximum bipartite subgraph or (especially with weighted edges) maximum cut.: GT25, ND16 Maximum common subgraph isomorphism problem: GT49 Maximum independent...
29 KB (2,746 words) - 00:31, 24 April 2025
Graph theory (redirect from List of problems in graph theory)
NP-complete problem. For example: Finding the largest complete subgraph is called the clique problem (NP-complete). One special case of subgraph isomorphism is...
50 KB (6,237 words) - 21:13, 9 May 2025
of vertices. Maximum common subgraph isomorphism problem Subgraph isomorphism problem Induced subgraph isomorphism problem Bahiense, L.; Manic, G.; Piva...
2 KB (192 words) - 12:22, 27 November 2024
it applies to the subgraph isomorphism problem (an NP-complete problem), where it yields polynomial time algorithms when the subgraph pattern that it is...
13 KB (1,988 words) - 17:58, 17 November 2024
In extremal graph theory, the forbidden subgraph problem is the following problem: given a graph G {\displaystyle G} , find the maximal number of edges...
24 KB (4,298 words) - 08:07, 11 January 2024
occurrence of the pattern graph (pattern matching, thus solving the subgraph isomorphism problem) and by replacing the found occurrence by an instance of the...
15 KB (1,815 words) - 20:31, 4 May 2025
whether a graph is uniquely determined by its vertex-deleted subgraphs. The snake-in-the-box problem: what is the longest possible induced path in an n {\displaystyle...
195 KB (20,069 words) - 07:07, 11 June 2025
with at least k vertices. This problem is NP-complete. It is a generalization of the induced subgraph isomorphism problem, which arises when k equals the...
8 KB (951 words) - 08:58, 24 June 2025
Graph matching (category Computational problems in graph theory)
the graph isomorphism problem. The problem of exact matching of a graph to a part of another graph is called subgraph isomorphism problem. Inexact graph...
4 KB (378 words) - 18:26, 3 December 2024
Snake-in-the-box (category Computational problems in graph theory)
induced subgraph isomorphism problem. There is a similar problem of finding long induced cycles in hypercubes, called the coil-in-the-box problem. The snake-in-the-box...
13 KB (1,581 words) - 17:56, 12 March 2025
{\displaystyle u} . The subgraph isomorphism problem for a fixed subgraph H {\displaystyle H} asks whether H {\displaystyle H} appears as a subgraph of a larger graph...
40 KB (5,029 words) - 11:30, 25 October 2024
with these properties have efficient algorithms for problems including the subgraph isomorphism problem and model checking for the first order theory of...
9 KB (982 words) - 04:02, 6 December 2023
clique problem is the computational problem of finding cliques (subsets of vertices, all adjacent to each other, also called complete subgraphs) in a graph...
84 KB (9,905 words) - 20:49, 29 May 2025
Reconstruction conjecture (redirect from Subgraph reconstruction)
Unsolved problem in mathematics Are graphs uniquely determined by their subgraphs? More unsolved problems in mathematics Informally, the reconstruction...
13 KB (1,820 words) - 18:56, 11 May 2025
Grundy number (category NP-complete problems)
results on subgraph isomorphism in sparse graphs to search for atoms) for graphs of bounded expansion. However, on general graphs the problem is W[1]-hard...
12 KB (1,355 words) - 22:57, 11 April 2025
Homeomorphism (graph theory) (category NP-complete problems)
Determining whether for graphs G and H, H is homeomorphic to a subgraph of G, is an NP-complete problem. The reverse operation, smoothing out or smoothing a vertex...
8 KB (932 words) - 20:42, 18 May 2025
invariants are instrumental for fast recognition of graph isomorphism, or rather non-isomorphism, since for any invariant at all, two graphs with different...
10 KB (1,182 words) - 09:40, 26 April 2025
Glossary of graph theory (redirect from Spanning subgraph)
to isomorphism. It can be represented as an induced subgraph of G, and is a core in the sense that all of its self-homomorphisms are isomorphisms. 4. In...
109 KB (16,011 words) - 18:32, 30 April 2025
List of algorithms (section Subgraphs)
component algorithm Tarjan's strongly connected components algorithm Subgraph isomorphism problem Bitap algorithm: fuzzy algorithm that determines if strings are...
72 KB (7,951 words) - 17:13, 5 June 2025
Graph homomorphism (category NP-complete problems)
subgraph of H. If a homomorphism f : G → H is a bijection, and its inverse function f −1 is also a graph homomorphism, then f is a graph isomorphism....
38 KB (4,860 words) - 20:28, 9 May 2025
to isomorphisms of induced subgraphs of G and H. Therefore, the modular product graph can be used to reduce problems of induced subgraph isomorphism to...
3 KB (328 words) - 16:59, 20 April 2023
Line graph (redirect from Whitney graph isomorphism theorem)
solve a problem in extremal graph theory, of constructing a graph with a given number of edges and vertices whose largest tree induced as a subgraph is as...
44 KB (5,368 words) - 10:55, 7 June 2025