In theoretical computer science, the subgraph isomorphism problem is a computational task in which two graphs G and H are given as input, and one must...
15 KB (1,847 words) - 19:00, 10 November 2024
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...
40 KB (4,127 words) - 14:57, 25 October 2024
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
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,617 words) - 17:49, 12 November 2024
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) - 10:59, 2 November 2024
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,635 words) - 16:59, 20 December 2024
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
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
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...
49 KB (6,194 words) - 18:33, 21 December 2024
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) - 13:35, 12 August 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,787 words) - 14:08, 19 September 2024
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
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
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,822 words) - 05:30, 11 July 2024
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...
108 KB (15,980 words) - 13:24, 5 December 2024
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...
190 KB (19,551 words) - 10:14, 23 December 2024
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) - 17:15, 23 September 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
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,558 words) - 22:07, 28 January 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
{\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
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
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,770 words) - 14:35, 18 December 2024
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) - 10:46, 21 December 2024
Graph coloring (redirect from Graph coloring problem)
removes them from the graph. These actions are repeated on the remaining subgraph until no vertices remain. The worst-case complexity of DSatur is O ( n...
68 KB (8,081 words) - 05:15, 15 December 2024
List of algorithms (section Subgraphs)
Kosaraju's algorithm Tarjan's strongly connected components algorithm Subgraph isomorphism problem Bitap algorithm: fuzzy algorithm that determines if strings are...
71 KB (7,825 words) - 06:05, 21 December 2024
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,174 words) - 17:06, 2 September 2024
satisfiability problems cannot be in NPI. Some problems that are considered good candidates for being NP-intermediate are the graph isomorphism problem, and decision...
15 KB (1,534 words) - 13:30, 1 August 2024
Book embedding (category NP-complete problems)
bounded expansion, the subgraph isomorphism problem, of finding whether a pattern graph of bounded size exists as a subgraph of a larger graph, can be...
68 KB (8,167 words) - 00:16, 5 October 2024