We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55dea16 + 3d35691 commit eeb2182Copy full SHA for eeb2182
GLOSSARY.md
@@ -97,11 +97,11 @@ which the subformulas are arranged fulfil certain rules. The individual patterns
97
have different advantages for their manipulation.
98
99
### Conjunctive normal form (CNF)
100
-A formula in CNF is a disjunction of conjunctions. For example `(x1 || x2 ||
+A formula in CNF is a conjunction of disjunctions. For example `(x1 || x2 ||
101
x3) && (x4 || x5 || x6)` is in CNF.
102
103
### Disjunctive normal form (DNF)
104
-A formula in DNF is a conjunction of disjunctions. For example `(x1 && x2 &&
+A formula in DNF is a disjunction of conjunctions. For example `(x1 && x2 &&
105
x3) || (x4 && x5 && x6)` is in DNF.
106
107
### Negation normal form (NNF)
0 commit comments