Documentation

DescriptiveComplexity.Problems.ThreeSat.Defs

3SAT: definition #

The problem 3SAT, over the same vocabulary FirstOrder.Language.sat as SAT: a CNF structure is a yes-instance iff every clause has at most three literal occurrences (DescriptiveComplexity.WidthAtMostThree) and the CNF is satisfiable (DescriptiveComplexity.ThreeSatisfiable, bundled as DescriptiveComplexity.ThreeSAT).

Folding the width bound into the yes-instances (rather than into the vocabulary) is what makes 3SAT a decision problem on arbitrary Language.sat-structures; the bound “at most three” is expressed without counting, as: among any four literal occurrences of a clause, two coincide.

The reductions to and from SAT, and NP-completeness, are in DescriptiveComplexity.Problems.ThreeSat.

Every clause of a Language.sat-structure has at most three literal occurrences: among any four occurrences of a clause, two coincide (as signed occurrences).

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Dependency graph

    A Language.sat-structure is a yes-instance of 3SAT if every clause has at most three literal occurrences and the CNF is satisfiable.

    Equations
    Instances For
      Dependency graph
      Dependency graph
      Dependency graph

      3SAT, as a problem on Language.sat-structures: the same vocabulary as SAT, with the width bound folded into the yes-instances.

      Equations
      Instances For
        Dependency graph