next up previous
Next: Up: Previous:

Polynomial-Time Verification

Given a problem instance and a solution (certificate), verify that the solution solves the problem.

Example: PATH problem

Given:
$\langle$G, u, v, k$\rangle$, path p
Verify:
length(p) $\leq$ k

In some cases, having a certificate does not help much since verification is no faster than generating a solution from scratch (e.g., PATH).

However, this is not true of all problems...


next up previous
Next: Up: Previous: