0
1.1kviews
Polynomial Time Verification
1 Answer
0
1views

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

Example: PATH problem

Given:

(G, u, v, k, ) path p

Verify:

length(p)  k

In some cases, having a certificate does not help much since verification is no faster than generating a solution from scratch …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.