翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

pathwidth : ウィキペディア英語版
pathwidth
In graph theory, a path decomposition of a graph ''G'' is, informally, a representation of ''G'' as a "thickened" path graph,〔.〕 and the pathwidth of ''G'' is a number that measures how much the path was thickened to form ''G''. More formally, a path-decomposition is
a sequence of subsets of vertices of ''G'' such that the endpoints of each edge appear in one of the subsets and such that each vertex appears in a contiguous subsequence of the subsets,〔.〕 and the pathwidth is one less than the size of the largest set in such a decomposition.
Pathwidth is also known as interval thickness (one less than the maximum clique size in an interval supergraph of ''G''), vertex separation number, or node searching number.〔.〕
Pathwidth and path-decompositions are closely analogous to treewidth and tree decompositions. They play a key role in the theory of graph minors: the families of graphs that are closed under graph minors and do not include all forests may be characterized as having bounded pathwidth,〔 and the "vortices" appearing in the general structure theory for minor-closed graph families have bounded pathwidth.〔.〕 Pathwidth, and graphs of bounded pathwidth, also have applications in VLSI design, graph drawing, and computational linguistics.
It is NP-hard to find the pathwidth of arbitrary graphs, or even to approximate it accurately.〔〔.〕 However, the problem is fixed-parameter tractable: testing whether a graph has pathwidth ''k'' can be solved in an amount of time that depends linearly on the size of the graph but superexponentially on ''k''.〔 Additionally, for several special classes of graphs, such as trees, the pathwidth may be computed in polynomial time without dependence on ''k''.〔.〕〔
Many problems in graph algorithms may be solved efficiently on graphs of bounded pathwidth, by using dynamic programming on a path-decomposition of the graph.〔.〕 Path decomposition may also be used to measure the space complexity of dynamic programming algorithms on graphs of bounded treewidth.〔.〕
==Definition==
In the first of their famous series of papers on graph minors, define a path-decomposition of a graph ''G'' to be a sequence of subsets ''Xi'' of vertices of ''G'', with two properties:
#For each edge of ''G'', there exists an ''i'' such that both endpoints of the edge belong to subset ''Xi'', and
#For every three indices ''i'' ≤ ''j'' ≤ ''k'',
The second of these two properties is equivalent to requiring that the subsets containing any particular vertex form a contiguous subsequence of the whole sequence. In the language of the later papers in Robertson and Seymour's graph minor series, a path-decomposition is a tree decomposition (''X'',''T'') in which the underlying tree ''T'' of the decomposition is a path graph.
The width of a path-decomposition is defined in the same way as for tree-decompositions, as max''i'' |''Xi''| − 1, and the pathwidth of ''G'' is the minimum width of any path-decomposition of ''G''. The subtraction of one from the size of ''Xi'' in this definition makes little difference in most applications of pathwidth, but is used to make the pathwidth of a path graph be equal to one.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「pathwidth」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.