Max/min CSP/Ones classification theorems

From Wikipedia, the free encyclopedia

In computational complexity theory, a branch of computer science, the Max/min CSP/Ones classification theorems state necessary and sufficient conditions that determine the complexity classes of problems about satisfying a subset S of boolean relations.[1] They are similar to Schaefer's dichotomy theorem, which classifies the complexity of satisfying finite sets of relations; however, the Max/min CSP/Ones classification theorems give information about the complexity of approximating an optimal solution to a problem defined by S.

Given a set S of clauses, the Max constraint satisfaction problem (CSP) is to find the maximum number (in the weighted case: the maximal sum of weights) of satisfiable clauses in S. Similarly, the Min CSP problem is to minimize the number of unsatisfied clauses. The Max Ones problem is to maximize the number of boolean variables in S that are set to 1 under the restriction that all clauses are satisfied, and the Min Ones problem is to minimize this number.[2]

When using the classifications below, the problem's complexity class is determined by the topmost classification that it satisfies.

Definitions[edit]

We define for brevity some terms here, which are used in the classifications below.

  • PO stands for Polynomial time optimizable; problems for which finding the optimum can be done in polynomial time, so that approximation to arbitrary precision can also clearly be done in polynomial time.
  • Conjunctive normal form is abbreviated CNF below.
  • X(N)OR-SAT stands for a satisfiability problem which is the AND of several boolean linear equations that can be written as XOR clauses. Exactly one literal in each XOR clause must be negated (e.g. ). See XOR-SAT.
  • Min UnCut-complete refers to a complexity class historically defined in terms of a problem named Min UnCut. Such problems are APX-hard but with an factor approximation.[3]
  • Min 2CNF-Deletion-complete is another complexity class historically defined via a problem. Such problems are APX-hard but with an approximation.[3]
  • Nearest Codeword-complete is yet another such complexity class. Such problems are inapproximable to within a factor for some .
  • Min Horn-Deletion-complete is yet another such complexity class. Such problems are inapproximable to within a factor for some , but are in Poly-APX, so they have some polynomial factor approximation.

Classification theorems[edit]

Max CSP[edit]

The following conditions comprise the classification theorem for Max CSP problems.[1]

  1. If setting all variables true or all variables false satisfies all clauses, it is in PO.
  2. If all clauses, when converted to disjunctive normal form, have two terms, one consisting of all positive (unnegated) variables and the other all negated variables, it is in PO.
  3. Otherwise, the problem is APX-complete.

Max Ones[edit]

The following conditions comprise the classification theorem for Max Ones problems.[1]

  1. If setting all variables true satisfies all clauses, it is in PO.
  2. If each clause can be written as the CNF of Dual-Horn subclauses, it is in PO.
  3. If it is an instance of 2-X(N)OR-SAT, which is X(N)OR-SAT with two variables per linear equation, it is in PO.
  4. If it is an instance of X(N)OR-SAT but not 2-X(N)OR-SAT, it is APX-complete.
  5. If each clause can be written as the CNF of Horn subclauses, it is Poly-APX-complete.
  6. If it is an instance of 2-CNF-SAT, it is Poly-APX-complete.
  7. If setting all or all but one variable false satisfies each clause, it is Poly-APX-complete.
  8. It is NP-hard to distinguish between an answer of 0 and a nonzero answer if setting all variables false satisfies all clauses.
  9. Otherwise, it is NP-hard to find even a feasible solution.

Min CSP[edit]

The following conditions comprise the classification theorem for Min CSP problems.[1]

  1. If setting all variables false or all variables true satisfies all clauses, it is in PO.
  2. If all clauses, when converted to disjunctive normal form, have two terms, one consisting of all positive (unnegated) variables and the other all negated variables, it is in PO.
  3. If all clauses are the OR of O(1) variables, it is APX-complete.
  4. If it is an instance of 2-X(N)OR-SAT, it is Min UnCut-complete.
  5. If it is an instance of X(N)OR-SAT but not 2-X(N)OR-SAT, it is Nearest Codeword-complete.
  6. If it is an instance of 2-CNF-SAT, it is Min 2CNF-Deletion-complete.
  7. If all clauses are Horn or Dual-Horn, it is Min Horn Deletion-complete.
  8. Otherwise, distinguishing between an answer of 0 and a nonzero answer is NP-complete.

Min Ones[edit]

The following conditions comprise the classification theorem for Min Ones problems.[1]

  1. If setting all variables false satisfies all clauses, it is in PO.
  2. If each clause can be written as a CNF of Horn subclauses, it is in PO.
  3. If it is an instance of 2-X(N)OR-SAT, it is in PO.
  4. If it is an instance of 2-CNF-SAT, it is APX-complete.
  5. If all clauses are the OR of O(1) variables, it is APX-complete.
  6. If it is an instance of X(N)OR-SAT but not 2-X(N)OR-SAT, it is Nearest Codeword-complete.
  7. If each clause can be written as a CNF of Dual-Horn subclauses, it is Min Horn Deletion-complete.
  8. If setting all variables true satisfies all clauses, it is Poly-APX-complete.
  9. Otherwise, it is NP-Hard to even find a feasible solution.

See also[edit]

References[edit]

  1. ^ a b c d e Khanna, Sanjeev; Sudan, Madhu; Trevisan, Luca; Williamson, David (Mar 2000). "The Approximability of Constraint Satisfaction Problems" (PDF). SIAM J. Comput. 30 (6). SIAM: 1863–1920. doi:10.1137/S0097539799349948.
  2. ^ Demaine, Erik (Fall 2014). "Algorithmic Lower Bounds: Fun with Hardness Proofs Lecture 11 Notes" (PDF).
  3. ^ a b Agarwal, Amit; Charikar, Moses; Makarychev, Konstantin; Makarychev, Yury (2005). " approximation algorithms for min UnCut, min 2CNF deletion, and directed cut problems". Proceedings of the Thirty-Seventh Annual ACM Symposium on Theory of Computing. STOC '05. New York, NY, USA: ACM. pp. 573–581.