PCP is an abbreviation for Post's Correspondence Problem. This theoretical computer sience problem was published 1946 by Emil Post in the Bulletins of the American Math. Society -- Vol. 53. Post proved the undeciablility in the general case and introduced for the first time a concrete combinatorial puzzle, which was not recursively solvable in the Turing computational model.
The PCP is defined as follows:
Let
((p1, q1), (p2, q2), ... ,
(pM, qM)) be a finite sequence of word pairs with
p1, q1, p2, q2, ..., pM, qM in {0,1}+.
We say that a sequence of indices i1, i2, ..., iN is a solution
of length N, if pi1 pi2 ... piN = qi1 qi2 ... qiN.
The general (undecidable) case can be bounded in several ways to obtain new problem classes. For example, let us consider the number of pairs M. If M = 1 or M = 2 PCP is decidable; for M >= 7 the undecidability was proven. We denote M as size of a given PCP instance. If this size 3 <= M <= 6 the decidablility is currently an open question. In our project we would examine such cases. For practical reasons we restrict the length of the words p1, q1, p2, q2, ..., pM, qM by an upper bound called width.
The main goal of this project is to find short PCP instances with large shortest solutions. Such cases may contain difficulties, from which we try to derive decidability criterias for restricted PCP classes.
To find such hard instances we need your help. If you would like to contribute, please read the section contest. An up-to-date list of some can be found here. If you want to solve a simple problem by hand, you should try our puzzle game.
Good luck,
Wed Jul 4 16:04:21 CEST 2007