fixing issues lol
This commit is contained in:
parent
f167d64c47
commit
ac86a3161a
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ Usually SAT solvers deal with formulas in conjunctive normal form (CNF)
|
|||
- **clause**: disjuntion of literals. (A _ ¬B _ C)
|
||||
- **conjunctive normal form**: conjuction of clauses. (A _ ¬B _ C) ^ (B _ ¬A) ^ ¬C
|
||||
|
||||
> [!info]+ Cook's theorem(1971)
|
||||
> SAT is NP-complete
|
||||
> [!info]+ Cook's theorem(1971)
|
||||
> SAT is NP-complete
|
||||
|
||||
|
||||
## 1.2 Proposicional Logic (PL)
|
||||
|
|
Loading…
Reference in a new issue