SAT Temperature
Definition
Given a 3SAT formula in conjunctive normal form made of m clauses and n variables, its temperature is defined as the ratio T = m / n. The probability for a random 3SAT formula to be satisfiable tends to 1 as T tends to 0, towards 0 as T tends to infinity, and undergoes a sharp transition from 1 to 0 at T ~= 4.2.Computing the temperature for general CNF formulaes
Let phi be a CNF formula.phi = c_1 /\ c_2 /\ ... /\ c_m
| Number of litterals in clause | Extra clauses | Extra variables |
|---|---|---|
| 1 | 3 | 2 |
| 2 | 1 | 1 |
| 3 | 0 | 0 |
| k | k - 3 | k - 3 |
Version 1.10 last modified by slauriere on 12/09/2007 at 10:43
Document data
Attachments:
No attachments for this document
Comments: 0