Boolean Pythagorean triples problem: Difference between revisions

Content deleted Content added
clean up, typo(s) fixed: 1980's → 1980s using AWB
No edit summary
Line 3:
The problem asks if it is possible to color all the integers either red or blue so that no pythagorean triple of integers ''a'', ''b'', ''c'', satisfying <math>a^2+b^2=c^2</math> are all the same color. The proof tested all possible colouring of numbers up to 7,825 and found no such colouring was possible. There are 10<sup>2,300</sup> such colourings and the proof took two days of time on the Stampede supercomputer at the [[Texas Advanced Computing Center]]. The proof generated 200 terabytes of data.
 
In the 1980s [[Ronald Graham]] offered a $100 prize for the solution of the problem, which has now been awarded to theMarijn three researchersHeule. The paper describing the proof was published on arXiv on 3 May 2016.<ref>{{Cite journal|last=Heule|first=Marijn J. H.|last2=Kullmann|first2=Oliver|last3=Marek|first3=Victor W.|date=2016-05-03|title=Solving and Verifying the boolean Pythagorean Triples problem via Cube-and-Conquer|url=http://arxiv.org/abs/1605.00723|journal=arXiv:1605.00723 [cs]}}</ref>. and has been accepted for the SAT 2016 conference.
 
== References ==