Circuit Value Problem
ID: circuit-value-problem
The Circuit Value Problem (CVP) is a decision problem in computer science, particularly in the fields of complexity theory and cryptography. In general terms, the problem can be described as follows: Given a Boolean circuit (a network of logical gates) and a specific input assignment, the goal is to determine the output of the circuit for that input.
New to topics? Read the docs here!