Skip to content

Commit 74a08a2

Browse files
committed
nit
1 parent 653b788 commit 74a08a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

paper.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,11 @@ \subsection{Circuit}
413413
The building block of the bit heap data structure is a single bit.
414414
In our formalization, the Circuit data structure represent a boolean expression, that is named by a natural-number index.
415415

416+
A \texttt{Circuit} describes a logical expression, that can be a binary variable, constant, or any binary operation over composition Circuit objects.
417+
The bits represented by \texttt{Circuit} are symbolic and do not hold any value.
418+
A Circuit is assigned a value under a bit environment $\sigma$,
419+
which maps the \texttt{Circuit} to Boolean values.
420+
416421
\[
417422
\begin{array}{r@{\;}c@{\;}l@{\qquad}l}
418423
\multicolumn{4}{l}{%
@@ -423,11 +428,6 @@ \subsection{Circuit}
423428
\end{array}
424429
\]
425430

426-
A \texttt{Circuit} describes a logical expression, that can be a binary variable, constant, or any binary operation over composition Circuit objects.
427-
The bits represented by \texttt{Circuit} are symbolic and do not hold any value.
428-
A Circuit is assigned a value under a bit environment $\sigma$,
429-
which maps the \texttt{Circuit} to Boolean values.
430-
431431
\[
432432
\begin{array}{r@{\;}c@{\;}l}
433433
\multicolumn{3}{@{}l@{}}{%

0 commit comments

Comments
 (0)