Skip to content

Commit 710838f

Browse files
jensmaurerzygoloid
authored andcommitted
[temp.constr.order] Remove example markers from footnote.
1 parent cb07613 commit 710838f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/templates.tex

-4
Original file line numberDiff line numberDiff line change
@@ -1949,26 +1949,22 @@
19491949
in the disjunctive normal form\footnote{
19501950
A constraint is in disjunctive normal form when it is a disjunction of
19511951
clauses where each clause is a conjunction of atomic constraints.
1952-
\begin{example}
19531952
For atomic constraints $A$, $B$, and $C$, the disjunctive normal form
19541953
of the constraint
19551954
$A \land (B \lor C)$
19561955
is
19571956
$(A \land B) \lor (A \land C)$.
19581957
%
19591958
Its disjunctive clauses are $(A \land B)$ and $(A \land C)$.
1960-
\end{example}
19611959
}
19621960
of $P$, $P_i$ subsumes every conjunctive clause $Q_j$
19631961
in the conjunctive normal form\footnote{
19641962
A constraint is in conjunctive normal form when it is a conjunction
19651963
of clauses where each clause is a disjunction of atomic constraints.
1966-
\begin{example}
19671964
For atomic constraints $A$, $B$, and $C$, the constraint
19681965
$A \land (B \lor C)$ is in conjunctive normal form.
19691966
%
19701967
Its conjunctive clauses are $A$ and $(B \lor C)$.
1971-
\end{example}
19721968
}
19731969
of $Q$, where
19741970
\begin{itemize}

0 commit comments

Comments
 (0)