List of PSPACE-complete problems

Here are some of the more commonly known problems that are PSPACE-complete when expressed as decision problems. This list is in no way comprehensive.

Games and puzzles

Generalized versions of:

Logic

Lambda calculus

Type inhabitation problem for simply typed lambda calculus

Automata and language theory

Circuit theory

Integer circuit evaluation

Automata theory

Formal languages

Graph theory

  • succinct versions of many graph problems, with graphs represented as Boolean circuits, ordered binary decision diagrams or other related representations:
    • s-t reachability problem for succinct graphs. This is essentially the same as the simplest plan existence problem in automated planning and scheduling.
    • planarity of succinct graphs
    • acyclicity of succinct graphs
    • connectedness of succinct graphs
    • existence of Eulerian paths in a succinct graph
  • Bounded two-player Constraint Logic
  • Canadian traveller problem.
  • Determining whether routes selected by the Border Gateway Protocol will eventually converge to a stable state for a given set of path preferences
  • Deterministic constraint logic (unbounded)
  • Dynamic graph reliability.
  • Graph coloring game
  • Node Kayles game and clique-forming game: two players alternately select vertices and the induced subgraph must be an independent set (resp. clique). The last to play wins.
  • Nondeterministic Constraint Logic (unbounded)

Others

  • Finite horizon POMDPs (Partially Observable Markov Decision Processes).
  • Hidden Model MDPs (hmMDPs).
  • Dynamic Markov process.
  • Detection of inclusion dependencies in a relational database
  • Computation of any Nash equilibrium of a 2-player normal-form game, that may be obtained via the Lemke–Howson algorithm.
  • The Corridor Tiling Problem: given a set of Wang tiles, a chosen tile and a width given in unary notation, is there any height such that an rectangle can be tiled such that all the border tiles are ?

See also

Notes

References

Uses material from the Wikipedia article List of PSPACE-complete problems, released under the CC BY-SA 4.0 license.