Boolean Pythagorean triples problem: Difference between revisions

Content deleted Content added
add actual theorem
mNo edit summary
Line 9:
There are 2<sup>7825</sup> colorings for numbers up to 7825. These possible colorings were logically narrowed down to just under a trillion cases, and those were examined using the [[brute force method]]. The proof took two days of computer execution time on the Stampede supercomputer at the [[Texas Advanced Computing Center]] and 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 Marijn Heule. The paper describing the proof was published on arXiv on 3 May 2016.<ref name="arXiv">{{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 ==