About: Rank-width

An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Rank-width is a graph width parameter used in graph theory and parameterized complexity. This parameter indicates the minimum integer k for a given graph G so that the tree can be decomposed into tree-like structures by splitting its vertices such that each cut induces a matrix of rank at most k. Even though there are various other width parameters that have been shown to be very useful, but some of them like treewidth (or clique-width) are bounded for only for sparse (or dense) graphs. For the dense graphs, where clique-width can be used, there is no efficient algorithm deciding this parameter. This is where rank-width comes to the picture. There exists an algorithm running in polynomial time that decides if the rank-width of an input graph is at most k.

Property Value
dbo:abstract
  • Rank-width is a graph width parameter used in graph theory and parameterized complexity. This parameter indicates the minimum integer k for a given graph G so that the tree can be decomposed into tree-like structures by splitting its vertices such that each cut induces a matrix of rank at most k. Even though there are various other width parameters that have been shown to be very useful, but some of them like treewidth (or clique-width) are bounded for only for sparse (or dense) graphs. For the dense graphs, where clique-width can be used, there is no efficient algorithm deciding this parameter. This is where rank-width comes to the picture. There exists an algorithm running in polynomial time that decides if the rank-width of an input graph is at most k. The best known relationship between rank-width and clique-width is as follows: , where c is the clique-width. * v * t * e (en)
dbo:wikiPageID
  • 69352620 (xsd:integer)
dbo:wikiPageLength
  • 1231 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1118289493 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • Rank-width is a graph width parameter used in graph theory and parameterized complexity. This parameter indicates the minimum integer k for a given graph G so that the tree can be decomposed into tree-like structures by splitting its vertices such that each cut induces a matrix of rank at most k. Even though there are various other width parameters that have been shown to be very useful, but some of them like treewidth (or clique-width) are bounded for only for sparse (or dense) graphs. For the dense graphs, where clique-width can be used, there is no efficient algorithm deciding this parameter. This is where rank-width comes to the picture. There exists an algorithm running in polynomial time that decides if the rank-width of an input graph is at most k. (en)
rdfs:label
  • Rank-width (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License