The problem is not known to be solvable in polynomial time nor to be NP-complete, and therefore may be in the computational complexity classNP-intermediate. It is known that the graph isomorphism problem is in the low hierarchy of class NP, which implies that it is not NP-complete unless the polynomial time hierarchy collapses to its second level.[2] At the same time, isomorphism for many special classes of graphs can be solved in polynomial time, and in practice graph isomorphism can often be solved efficiently.[3][4]
In November 2015, László Babai announced a quasi-polynomial time algorithm for all graphs, that is, one with running time for some fixed .[8][9][10][11] On January 4, 2017, Babai retracted the quasi-polynomial claim and stated a sub-exponential time bound instead after Harald Helfgott discovered a flaw in the proof. On January 9, 2017, Babai announced a correction (published in full on January 19) and restored the quasi-polynomial claim, with Helfgott confirming the fix.[12][13] Helfgott further claims that one can take c = 3, so the running time is 2O((log n)3).[14][15]
The graph isomorphism problem is computationally equivalent to the problem of computing the automorphism group of a graph,[17][18][19] and is weaker than the permutation group isomorphism problem and the permutation group intersection problem. For the latter two problems, Babai, Kantor & Luks (1983) obtained complexity bounds similar to that for graph isomorphism.
Solved special cases
A number of important special cases of the graph isomorphism problem have efficient, polynomial-time solutions:
k-Contractible graphs (a generalization of bounded degree and bounded genus)[31]
Color-preserving isomorphism of colored graphs with bounded color multiplicity (i.e., at most k vertices have the same color for a fixed k) is in class NC, which is a subclass of P[32]
Complexity class GI
Since the graph isomorphism problem is neither known to be NP-complete nor known to be tractable, researchers have sought to gain insight into the problem by defining a new class GI, the set of problems with a polynomial-time Turing reduction to the graph isomorphism problem.[33] If in fact the graph isomorphism problem is solvable in polynomial time, GI would equal P. On the other hand, if the problem is NP-complete, GI would equal NP and all problems in NP would be solvable in quasi-polynomial time.
As is common for complexity classes within the polynomial time hierarchy, a problem is called GI-hard if there is a polynomial-time Turing reduction from any problem in GI to that problem, i.e., a polynomial-time solution to a GI-hard problem would yield a polynomial-time solution to the graph isomorphism problem (and so all problems in GI). A problem is called complete for GI, or GI-complete, if it is both GI-hard and a polynomial-time solution to the GI problem would yield a polynomial-time solution to .
The graph isomorphism problem is contained in both NP and co-AM. GI is contained in and low for Parity P, as well as contained in the potentially much smaller class SPP.[34] That it lies in Parity P means that the graph isomorphism problem is no harder than determining whether a polynomial-time nondeterministic Turing machine has an even or odd number of accepting paths. GI is also contained in and low for ZPPNP.[35] This essentially means that an efficient Las Vegas algorithm with access to an NP oracle can solve graph isomorphism so easily that it gains no power from being given the ability to do so in constant time.
GI-complete and GI-hard problems
Isomorphism of other objects
There are a number of classes of mathematical objects for which the problem of isomorphism is a GI-complete problem. A number of them are graphs endowed with additional properties or restrictions:[36]
labelled graphs, with the proviso that an isomorphism is not required to preserve the labels,[36] but only the equivalence relation consisting of pairs of vertices with the same label
"polarized graphs" (made of a complete graph Km and an empty graph Kn plus some edges connecting the two; their isomorphism must preserve the partition)[36]
A class of graphs is called GI-complete if recognition of isomorphism for graphs from this subclass is a GI-complete problem. The following classes are GI-complete:[36]
The recognition of self-complementarity of a graph or digraph.[42]
A clique problem for a class of so-called M-graphs. It is shown that finding an isomorphism for n-vertex graphs is equivalent to finding an n-clique in an M-graph of size n2. This fact is interesting because the problem of finding a clique of order (1 − ε)n in a M-graph of size n2 is NP-complete for arbitrarily small positive ε.[43]
The definability problem for first-order logic. The input of this problem is a relational database instance I and a relation R, and the question to answer is whether there exists a first-order queryQ (without constants) such that Q evaluated on I gives R as the answer.[45]
GI-hard problems
The problem of counting the number of isomorphisms between two graphs is polynomial-time equivalent to the problem of telling whether even one exists.[46]
The problem of deciding whether two convex polytopes given by either the V-description or H-description are projectively or affinely isomorphic. The latter means existence of a projective or affine map between the spaces that contain the two polytopes (not necessarily of the same dimension) which induces a bijection between the polytopes.[41]
Program checking
Manuel Blum and Sampath Kannan (1995) have shown a probabilistic checker for programs for graph isomorphism. Suppose P is a claimed polynomial-time procedure that checks if two graphs are isomorphic, but it is not trusted. To check if graphs G and H are isomorphic:
Ask P whether G and H are isomorphic.
If the answer is "yes":
Attempt to construct an isomorphism using P as subroutine. Mark a vertex u in G and v in H, and modify the graphs to make them distinctive (with a small local change). Ask P if the modified graphs are isomorphic. If no, change v to a different vertex. Continue searching.
Either the isomorphism will be found (and can be verified), or P will contradict itself.
If the answer is "no":
Perform the following 100 times. Choose randomly G or H, and randomly permute its vertices. Ask P if the graph is isomorphic to G and H. (As in AM protocol for graph nonisomorphism).
If any of the tests are failed, judge P as invalid program. Otherwise, answer "no".
This procedure is polynomial-time and gives the correct answer if P is a correct program for graph isomorphism. If P is not a correct program, but answers correctly on G and H, the checker will either give the correct answer, or detect invalid behaviour of P.
If P is not a correct program, and answers incorrectly on G and H, the checker will detect invalid behaviour of P with high probability, or answer wrong with probability 2−100.
Notably, P is used only as a blackbox.
Applications
Graphs are commonly used to encode structural information in many fields, including computer vision and pattern recognition, and graph matching, i.e., identification of similarities between graphs, is an important tools in these areas. In these areas graph isomorphism problem is known as the exact graph matching.[47]
Chemical database search is an example of graphical data mining, where the graph canonization approach is often used.[49] In particular, a number of identifiers for chemical substances, such as SMILES and InChI, designed to provide a standard and human-readable way to encode molecular information and to facilitate the search for such information in databases and on the web, use canonization step in their computation, which is essentially the canonization of the graph which represents the molecule.
^Helfgott, Harald (January 16, 2017), Isomorphismes de graphes en temps quasi-polynomial (d'après Babai et Luks, Weisfeiler-Leman...), arXiv:1701.04372, Bibcode:2017arXiv170104372A
^Dona, Daniele; Bajpai, Jitendra; Helfgott, Harald Andrés (October 12, 2017). "Graph isomorphisms in quasi-polynomial time". arXiv:1710.04574 [math.GR].
^Luks, Eugene (1993-09-01). "Permutation groups and polynomial-time computation". DIMACS Series in Discrete Mathematics and Theoretical Computer Science. Vol. 11. Providence, Rhode Island: American Mathematical Society. pp. 139–175. doi:10.1090/dimacs/011/11. ISBN978-0-8218-6599-6. ISSN1052-1798.
^Gabarró, Joaquim; García, Alina; Serna, Maria (2011). "The complexity of game isomorphism". Theoretical Computer Science. 412 (48): 6675–6695. doi:10.1016/j.tcs.2011.07.022. hdl:2117/91166.
Baird, H. S.; Cho, Y. E. (1975), "An artwork design verification system", Proceedings of the 12th Design Automation Conference (DAC '75), Piscataway, NJ, USA: IEEE Press, pp. 414–420.
Booth, Kellogg S.; Colbourn, C. J. (1977), Problems polynomially equivalent to graph isomorphism, Technical Report, vol. CS-77-04, Computer Science Department, University of Waterloo.
Chung, Fan R. K. (1985), "On the cutwidth and the topological bandwidth of a tree", SIAM Journal on Algebraic and Discrete Methods, 6 (2): 268–277, doi:10.1137/0606026, MR0778007.
Grigor'ev, D. Ju. (1981), "Complexity of 'wild' matrix problems and of the isomorphism of algebras and graphs", Zapiski Nauchnykh Seminarov Leningradskogo Otdeleniya Matematicheskogo Instituta imeni V. A. Steklova Akademii Nauk SSSR (LOMI) (in Russian), 105: 10–17, 198, MR0628981. English translation in Journal of Mathematical Sciences22 (3): 1285–1289, 1983.
Hopcroft, John; Wong, J. (1974), "Linear time algorithm for isomorphism of planar graphs", Proceedings of the Sixth Annual ACM Symposium on Theory of Computing, pp. 172–184, doi:10.1145/800119.803896, S2CID15561884.
Irniger, Christophe-André Mario (2005), Graph Matching: Filtering Databases of Graphs Using Machine Learning, Dissertationen zur künstlichen Intelligenz, vol. 293, AKA, ISBN1-58603-557-6.
Luks, Eugene M. (1986), "Parallel algorithms for permutation groups and graph isomorphism", Proc. IEEE Symp. Foundations of Computer Science, pp. 292–302.
Spielman, Daniel A. (1996), "Faster isomorphism testing of strongly regular graphs", Proceedings of the Twenty-Eighth Annual ACM Symposium on Theory of Computing (STOC '96), ACM, pp. 576–584, ISBN978-0-89791-785-8.
Arvind, V.; Torán, Jacobo (2005), "Isomorphism testing: Perspectives and open problems"(PDF), Bulletin of the European Association for Theoretical Computer Science, 86: 66–84. (A brief survey of open questions related to the isomorphism problem for graphs, rings and groups.)
Köbler, Johannes; Schöning, Uwe; Torán, Jacobo (1993), The Graph Isomorphism Problem: Its Structural Complexity, Birkhäuser, ISBN978-0-8176-3680-7. (From the book cover: The books focuses on the issue of the computational complexity of the problem and presents several recent results that provide a better understanding of the relative position of the problem in the class NP as well as in other complexity classes.)
Torán, Jacobo; Wagner, Fabian (2009), "The complexity of planar graph isomorphism"(PDF), Bulletin of the European Association for Theoretical Computer Science, 97, archived from the original(PDF) on 2010-09-20, retrieved 2010-06-03.
Stoichev, Stoicho D. (2019), "New Exact and Heuristic Algorithms for Graph Automorphism Group and Graph Isomorphism", Journal of Experimental Algorithmics, 24: 1–27, doi:10.1145/3333250, S2CID202676274.
miR-214Conserved secondary structure of miR-214 microRNA precursorIdentifiersSymbolmiR-214Alt. SymbolsMIR214RfamRF00660miRBaseMI0000290 miRBase familyMIPF0000062NCBI Gene406996HGNC31591OMIM610721RefSeqNR_029627Other dataRNA typemiRNADomain(s)MetazoaGO0035195SO0001244LocusChr. 1 q24.3PDB structuresPDBe miR-214 is a vertebrate-specific family of microRNA precursors. The ~22 nucleotide mature miRNA sequence is excised from the precursor hairpin by the enzyme Dicer.[1] This sequence ...
Tingkat kualitas makanan. Mutu pangan atau kualitas pangan adalah nilai dan kualitas yang ditentukan dengan pedoman mengikuti kriteria keamanan pangan dan kandungan gizi pangan.[1] Kualitas dari suatu pangan dapat dinilai dari energi makanan dan umur simpan yang dimilikinya. Mutu pangan dari suatu produk dikelompokkan menjadi 3 jenis mutu yakni mutu sensorik, mutu fisik, mutu kimia, dan mutu mikrobiologis. Komoditas pangan pada umumnya berasal dari hewani maupun nabati dengan komponen...
Уктусский завод Год основания 1704 Год закрытия 1749 Расположение Екатеринбург Отрасль чёрная металлургия Продукция железо и чугун Медиафайлы на Викискладе Укту́сский заво́д — первый завод в черте современного Екатеринбурга. Содержание 1 Географическое положе...
Fritz StrassmannBiographieNaissance 22 février 1902BoppardDécès 22 avril 1980 (à 78 ans)MayenceNom dans la langue maternelle Fritz StraßmannNom de naissance Friedrich Wilhelm StraßmannNationalité allemandeDomicile AllemagneFormation Université Gottfried-Wilhelm-Leibniz de HanovreActivités Chimiste, physicien nucléaire, professeur d'université, résistantFratrie Otto Straßmann (d)Autres informationsA travaillé pour Université Johannes-Gutenberg de MayenceSociété Kaiser-Wil...
Coordenadas: 40° 41' 36 N 8° 28' 30 O Portugal Albergaria-a-Velha e Valmaior Freguesia Castelo e Palacete da Boa VistaCastelo e Palacete da Boa Vista Localização Albergaria-a-Velha e ValmaiorLocalização de Albergaria-a-Velha e Valmaior em Portugal Coordenadas 40° 41' 36 N 8° 28' 30 O Região Centro Sub-região Região de Aveiro Distrito Aveiro Município Albergaria-a-Velha Código 010209 História Fundação 28 de jan...
Lerbach Stadt Osterode am Harz Ortswappen von Lerbach Koordinaten: 51° 46′ N, 10° 18′ O51.75861111111110.305348Koordinaten: 51° 45′ 31″ N, 10° 18′ 18″ O Höhe: 348 (300–400) m Einwohner: 990 (1. Jul. 2012)[1] Eingemeindung: 1. Juli 1972 Postleitzahl: 37520 Vorwahl: 05522 Lerbach (Niedersachsen) Lage von Lerbach in Niedersachsen Panorama des nördlichen OrtsteilsPanorama des nördlichen Ortstei...
Miss America 2016Betty Cantrell, Miss America 2016DateSeptember 13, 2015 (2015-09-13)PresentersChris Harrison, Brooke BurkeVenueBoardwalk Hall, Atlantic City, New JerseyBroadcasterABCEntrants52Placements15WithdrawalsVirgin IslandsWinnerBetty Cantrell Georgia← 20152017 → Miss America 2016, the 89th Miss America pageant, was held at the Boardwalk Hall in Atlantic City, New Jersey on Sunday, September 13, 2015. It was broadcast on ABC and streamed to mob...
نازران علم شعار الاسم الرسمي (بالإنجوشية: На́на-На́ьсаре)(بالروسية: Коста-Хетагурово) الإحداثيات 43°13′00″N 44°46′00″E / 43.216666666667°N 44.766666666667°E / 43.216666666667; 44.766666666667 تاريخ التأسيس 1781 تقسيم إداري البلد روسيا[2] الإمبراطورية الروسية الاتحاد ا
John Calvin Maxwell (Garden City, 1947) é um autor norte-americano cristão evangélico, conferencista e pastor que escreveu mais de 60 livros, centrado principalmente em liderança, incluindo As 21 irrefutáveis leis da liderança e As 21 indispensáveis qualidades de um lider. Seus livros já venderam mais de dezenove milhões de cópias, com alguns na lista do New York Times Best Seller, traduzidos em mais de 50 idiomas. O sr. Maxwel tem, também, uma Bíblia comentada por ele chamada Bí...
Order Sztuki i LiteraturyOrdre des Arts et des Lettres Awers insygniów Komandora Awers insygniów Oficera Awers insygniów Kawalera Baretka Komandora Baretka Oficera Baretka Kawalera Ustanowiono 2 maja 1957 Multimedia w Wikimedia Commons Order Sztuki i Literatury (fr. Ordre des Arts et des Lettres) – cywilne odznaczenie francuskie ustanowione 2 maja 1957 przez ministra kultury Republiki i zatwierdzone w 1963 przez prezydenta de Gaulle’a po zmianie systemu francuskich odznaczeń państwow...
South African politician Pieter GroenewaldMPGroenewald in 20183rd Leader of the Freedom Front PlusIncumbentAssumed office 12 November 2016Preceded byPieter MulderMember of the National Assembly of South AfricaIncumbentAssumed office 2001In office9 May 1994 – 1 June 1999Federal Chairperson of the Freedom Front PlusIn office11 August 2011 – 12 November 2016Preceded byAbrie Oosthuizen[1]Succeeded byAnton AlbertsProvincial Leader of the Freedom Front Plus in ...
Alleged coup plot in the United Kingdom This article possibly contains original research. Please improve it by verifying the claims made and adding inline citations. Statements consisting only of original research should be removed. (May 2011) (Learn how and when to remove this template message) Clockwork Orange was a secret British security services project alleged to have involved a right-wing smear campaign against British politicians from 1974 to 1975.[1] The black propaganda led ...
State highway in Wisconsin, United States State Trunk Highway 175WIS 175 highlighted in redRoute informationMaintained by WisDOTLength51.4 mi[1] (82.7 km)Major junctionsSouth end WIS 59 in West MilwaukeeNorth end US 151 in Fond du Lac LocationCountryUnited StatesStateWisconsinCountiesMilwaukee, Waukesha, Washington, Dodge, Fond du Lac Highway system Wisconsin State Trunk Highway System Interstate US State Scenic Rustic ← WIS 174→ WIS 17...
Untuk orang lain dengan nama yang sama, lihat John Major (disambiguasi). Yang TerhormatSir John MajorKG CH PC MPMajor pada tahun 1995Perdana Menteri Britania RayaMasa jabatan28 November 1990 – 2 Mei 1997Penguasa monarkiElizabeth IIWakilMichael Heseltine (1995–97)PendahuluMargaret ThatcherPenggantiTony BlairPemimpin OposisiMasa jabatan2 Mei 1997 – 19 Juni 1997Penguasa monarkiElizabeth IIPerdana MenteriTony BlairPendahuluTony BlairPenggantiWilliam HaguePemimpin Parta...
United States historic placeErtel Funeral HomeU.S. National Register of Historic Places Location42 N. Market St., Cortez, ColoradoCoordinates37°20′58″N 108°35′03″W / 37.34944°N 108.58417°W / 37.34944; -108.58417 (Ertel Funeral Home)Arealess than one acreBuilt1936ArchitectSimon, Walter H. SimonArchitectural styleMission/spanish RevivalNRHP reference No.95001248[1]Added to NRHPNovember 7, 1995 The Ertel Funeral Home, at 42 N. Ma...
American actor (1918–2009) Clark HowatHowat in Suddenly (1954)BornJohn Clark Howat(1918-01-22)January 22, 1918Calaveras County, California, U.S.DiedOctober 30, 2009(2009-10-30) (aged 91)Arroyo Grande, California, U.S.OccupationActorSpouse Muriel Mansell (m. 1949)[1] John Clark Howat (January 22, 1918 – October 30, 2009) was an American film and television actor. Life and career Howat was born in Calaveras County, California.[2 ...
Japanese light novel series Magical ExplorerCover of the first volumeマジカル★エクスプローラー エロゲの友人キャラに転生 したけど、ゲーム知識使って自由に生きる(Magikaru Ekusupurōrā: Eroge no Yūjin Chara ni Tensei Shita kedo, Gēmu Chishiki Tsukatte Jiyū ni Ikiru)GenreIsekai[1] Novel seriesWritten byIrisPublished byShōsetsuka ni NarōOriginal runFebruary 26, 2018 – present Light novelWritten byIrisIllustrated byNobo...
American publishing company GRAPHIX redirects here. Not to be confused with graphics. Scholastic CorporationLogo used since 1986The Scholastic Building in New York City, the headquarters of Scholastic CorporationFormerlyScholastic Inc. (1981–2011)TypePublicTraded asNasdaq: SCHLS&P 600 ComponentIndustryChildren's literacy and educationFoundedOctober 22, 1920; 103 years ago (1920-10-22)Wilkinsburg, Pennsylvania, U.S.FounderMaurice RobinsonHeadquartersScholastic Buil...
John WycliffeLahirc. 1324Ipreswell, EnglandMeninggal31 Desember 1384Lutterworth, EnglandEraFilsuf Abad PertengahanKawasanFilsuf BaratGagasan pentingAlkitab Wyclif Dipengaruhi William of Okham Memengaruhi Jan Huss · Martin Luther · Roger Bacon · Robert Grosseteste · Thomas Bradwardine · Richard Fitzralph John Wycliffe (nama keluarganya juga ditulis sebagai Wyclif, Wycliff, Wiclef, Wicliffe, atau Wickliffe; lahir: ~1324 – wafat: 31 D...