Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Free
Faster access than browser!
 

Decision problem

Index Decision problem

In computability theory and computational complexity theory, a decision problem is a problem that can be posed as a yes-no question of the input values. [1]

46 relations: Algorithm, ALL (complexity), Alphabet (formal languages), Boolean satisfiability problem, Co-NP-complete, Complement (complexity), Complete (complexity), Complexity class, Computability theory, Computational complexity theory, Computational problem, Computational resource, Counting problem (complexity), Daniel Kroening, Decidability (logic), Effective method, Formal language, Function problem, Gödel numbering, Halting problem, Hartley Rogers Jr., Indicator function, Infinite set, Linear programming, List of undecidable problems, Long division, Many-one reduction, Michael Sipser, Model theory, NP (complexity), NP-completeness, Operations research, Partial function, Polynomial-time reduction, Primality test, Recursive set, Recursively enumerable set, Search problem, String (computer science), Time complexity, Travelling salesman problem, Turing degree, Undecidable problem, Word problem (mathematics), Yes–no question, Zohar Manna.

Algorithm

In mathematics and computer science, an algorithm is an unambiguous specification of how to solve a class of problems.

New!!: Decision problem and Algorithm · See more »

ALL (complexity)

In computability and complexity theory, ALL is the class of all decision problems.

New!!: Decision problem and ALL (complexity) · See more »

Alphabet (formal languages)

In formal language theory, a string is defined as a finite sequence of members of an underlying base set; this set is called the alphabet of a string or collection of strings.

New!!: Decision problem and Alphabet (formal languages) · See more »

Boolean satisfiability problem

In computer science, the Boolean satisfiability problem (sometimes called propositional satisfiability problem and abbreviated as SATISFIABILITY or SAT) is the problem of determining if there exists an interpretation that satisfies a given Boolean formula.

New!!: Decision problem and Boolean satisfiability problem · See more »

Co-NP-complete

In complexity theory, computational problems that are co-NP-complete are those that are the hardest problems in co-NP, in the sense that any problem in co-NP can be reformulated as a special case of any co-NP-complete problem with only polynomial overhead.

New!!: Decision problem and Co-NP-complete · See more »

Complement (complexity)

In computational complexity theory, the complement of a decision problem is the decision problem resulting from reversing the yes and no answers.

New!!: Decision problem and Complement (complexity) · See more »

Complete (complexity)

In computational complexity theory, a computational problem is complete for a complexity class if it is, in a technical sense, among the "hardest" (or "most expressive") problems in the complexity class.

New!!: Decision problem and Complete (complexity) · See more »

Complexity class

In computational complexity theory, a complexity class is a set of problems of related resource-based complexity.

New!!: Decision problem and Complexity class · See more »

Computability theory

Computability theory, also known as recursion theory, is a branch of mathematical logic, of computer science, and of the theory of computation that originated in the 1930s with the study of computable functions and Turing degrees.

New!!: Decision problem and Computability theory · See more »

Computational complexity theory

Computational complexity theory is a branch of the theory of computation in theoretical computer science that focuses on classifying computational problems according to their inherent difficulty, and relating those classes to each other.

New!!: Decision problem and Computational complexity theory · See more »

Computational problem

In theoretical computer science, a computational problem is a mathematical object representing a collection of questions that computers might be able to solve.

New!!: Decision problem and Computational problem · See more »

Computational resource

In computational complexity theory, a computational resource is a resource used by some computational models in the solution of computational problems.

New!!: Decision problem and Computational resource · See more »

Counting problem (complexity)

In computational complexity theory and computability theory, a counting problem is a type of computational problem.

New!!: Decision problem and Counting problem (complexity) · See more »

Daniel Kroening

Daniel Kroening (born November 6, 1975https://subs.emis.de/LNI/Dissertation/Dissertation2/GI-Dissertations.02-7.pdf p. 80) is a German computer scientist, professor in computer science at the University of Oxford.

New!!: Decision problem and Daniel Kroening · See more »

Decidability (logic)

In logic, the term decidable refers to the decision problem, the question of the existence of an effective method for determining membership in a set of formulas, or, more precisely, an algorithm that can and will return a boolean true or false value that is correct (instead of looping indefinitely, crashing, returning "don't know" or returning a wrong answer).

New!!: Decision problem and Decidability (logic) · See more »

Effective method

In logic, mathematics and computer science, especially metalogic and computability theory, an effective methodHunter, Geoffrey, Metalogic: An Introduction to the Metatheory of Standard First-Order Logic, University of California Press, 1971 or effective procedure is a procedure for solving a problem from a specific class.

New!!: Decision problem and Effective method · See more »

Formal language

In mathematics, computer science, and linguistics, a formal language is a set of strings of symbols together with a set of rules that are specific to it.

New!!: Decision problem and Formal language · See more »

Function problem

In computational complexity theory, a function problem is a computational problem where a single output (of a total function) is expected for every input, but the output is more complex than that of a decision problem.

New!!: Decision problem and Function problem · See more »

Gödel numbering

In mathematical logic, a Gödel numbering is a function that assigns to each symbol and well-formed formula of some formal language a unique natural number, called its Gödel number.

New!!: Decision problem and Gödel numbering · See more »

Halting problem

In computability theory, the halting problem is the problem of determining, from a description of an arbitrary computer program and an input, whether the program will finish running (i.e., halt) or continue to run forever.

New!!: Decision problem and Halting problem · See more »

Hartley Rogers Jr.

Hartley Rogers Jr. (1926–2015) was a mathematician who worked in recursion theory, and was a professor in the Mathematics Department of the Massachusetts Institute of Technology.

New!!: Decision problem and Hartley Rogers Jr. · See more »

Indicator function

In mathematics, an indicator function or a characteristic function is a function defined on a set X that indicates membership of an element in a subset A of X, having the value 1 for all elements of A and the value 0 for all elements of X not in A. It is usually denoted by a symbol 1 or I, sometimes in boldface or blackboard boldface, with a subscript specifying the subset.

New!!: Decision problem and Indicator function · See more »

Infinite set

In set theory, an infinite set is a set that is not a finite set.

New!!: Decision problem and Infinite set · See more »

Linear programming

Linear programming (LP, also called linear optimization) is a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear relationships.

New!!: Decision problem and Linear programming · See more »

List of undecidable problems

In computability theory, an undecidable problem is a type of computational problem that requires a yes/no answer, but where there cannot possibly be any computer program that always gives the correct answer; that is, any possible program would sometimes give the wrong answer or run forever without giving any answer.

New!!: Decision problem and List of undecidable problems · See more »

Long division

In arithmetic, long division is a standard division algorithm suitable for dividing multidigit numbers that is simple enough to perform by hand.

New!!: Decision problem and Long division · See more »

Many-one reduction

In computability theory and computational complexity theory, a many-one reduction is a reduction which converts instances of one decision problem into instances of a second decision problem.

New!!: Decision problem and Many-one reduction · See more »

Michael Sipser

Michael Fredric Sipser (born September 17, 1954) is a theoretical computer scientist who has made early contributions to computational complexity theory.

New!!: Decision problem and Michael Sipser · See more »

Model theory

In mathematics, model theory is the study of classes of mathematical structures (e.g. groups, fields, graphs, universes of set theory) from the perspective of mathematical logic.

New!!: Decision problem and Model theory · See more »

NP (complexity)

In computational complexity theory, NP (for nondeterministic polynomial time) is a complexity class used to describe certain types of decision problems.

New!!: Decision problem and NP (complexity) · See more »

NP-completeness

In computational complexity theory, an NP-complete decision problem is one belonging to both the NP and the NP-hard complexity classes.

New!!: Decision problem and NP-completeness · See more »

Operations research

Operations research, or operational research in British usage, is a discipline that deals with the application of advanced analytical methods to help make better decisions.

New!!: Decision problem and Operations research · See more »

Partial function

In mathematics, a partial function from X to Y (written as or) is a function, for some subset X ′ of X.

New!!: Decision problem and Partial function · See more »

Polynomial-time reduction

In computational complexity theory, a polynomial-time reduction is a method of solving one problem by means of a hypothetical subroutine for solving a different problem (that is, a reduction), that uses polynomial time excluding the time within the subroutine.

New!!: Decision problem and Polynomial-time reduction · See more »

Primality test

A primality test is an algorithm for determining whether an input number is prime.

New!!: Decision problem and Primality test · See more »

Recursive set

In computability theory, a set of natural numbers is called recursive, computable or decidable if there is an algorithm which takes a number as input, terminates after a finite amount of time (possibly depending on the given number) and correctly decides whether the number belongs to the set.

New!!: Decision problem and Recursive set · See more »

Recursively enumerable set

In computability theory, traditionally called recursion theory, a set S of natural numbers is called recursively enumerable, computably enumerable, semidecidable, provable or Turing-recognizable if.

New!!: Decision problem and Recursively enumerable set · See more »

Search problem

In computational complexity theory and computability theory, a search problem is a type of computational problem represented by a binary relation.

New!!: Decision problem and Search problem · See more »

String (computer science)

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable.

New!!: Decision problem and String (computer science) · See more »

Time complexity

In computer science, the time complexity is the computational complexity that describes the amount of time it takes to run an algorithm.

New!!: Decision problem and Time complexity · See more »

Travelling salesman problem

The travelling salesman problem (TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city and returns to the origin city?" It is an NP-hard problem in combinatorial optimization, important in operations research and theoretical computer science.

New!!: Decision problem and Travelling salesman problem · See more »

Turing degree

In computer science and mathematical logic the Turing degree (named after Alan Turing) or degree of unsolvability of a set of natural numbers measures the level of algorithmic unsolvability of the set.

New!!: Decision problem and Turing degree · See more »

Undecidable problem

In computability theory and computational complexity theory, an undecidable problem is a decision problem for which it is known to be impossible to construct a single algorithm that always leads to a correct yes-or-no answer.

New!!: Decision problem and Undecidable problem · See more »

Word problem (mathematics)

In mathematics and computer science, a word problem for a set S with respect to a system of finite encodings of its elements is the algorithmic problem of deciding whether two given representatives represent the same element of the set.

New!!: Decision problem and Word problem (mathematics) · See more »

Yes–no question

In linguistics, a yes–no question, formally known as a polar question or a general question, is a question whose expected answer is either "yes" or "no".

New!!: Decision problem and Yes–no question · See more »

Zohar Manna

Zohar Manna (born 1939) is a professor of computer science at Stanford University.

New!!: Decision problem and Zohar Manna · See more »

Redirects here:

Decidability problems, Decidable problem, Decision problems, Decision procedure, Decision variant, Decision version, Solvable problem, Word problem (computability).

References

[1] https://en.wikipedia.org/wiki/Decision_problem

OutgoingIncoming
Hey! We are on Facebook now! »