Skip to content

Commit 5056b86

Browse files
jensmaurertkoeppe
authored andcommitted
[temp.constr.order] Reflect fold expanded constraints in footnotes
1 parent 5422d74 commit 5056b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@
20232023
in the disjunctive normal form
20242024
\begin{footnote}
20252025
A constraint is in disjunctive normal form when it is a disjunction of
2026-
clauses where each clause is a conjunction of atomic constraints.
2026+
clauses where each clause is a conjunction of fold expanded or atomic constraints.
20272027
For atomic constraints $A$, $B$, and $C$, the disjunctive normal form
20282028
of the constraint
20292029
$A \land (B \lor C)$
@@ -2036,7 +2036,7 @@
20362036
in the conjunctive normal form
20372037
\begin{footnote}
20382038
A constraint is in conjunctive normal form when it is a conjunction
2039-
of clauses where each clause is a disjunction of atomic constraints.
2039+
of clauses where each clause is a disjunction of fold expanded or atomic constraints.
20402040
For atomic constraints $A$, $B$, and $C$, the constraint
20412041
$A \land (B \lor C)$ is in conjunctive normal form.
20422042
%

0 commit comments

Comments
 (0)