computation

Definition

Decidable Decision Problem

A decision problem is called decidable if there exists an algorithm that takes any instance of the problem as input and produces the correct answer yes/no (or isomorphic representations, such as 1/0 or true/false) as output. In particular, such an algorithm terminates on every instance.

Co-Problem

Definition

Co-Decision Problem

A co decision problem of a decision problem is a decision problem that represents the complement (negation) of .

Example: SAT (decision problem) vs UNSAT (co decision problem)

Link to original