Skip to content

Commit

Permalink
minor wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavryushkin committed Jul 12, 2016
1 parent adce3da commit 0b23970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvatureNNI.tex
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ \subsection{Sizes of neighborhoods}
\textcite{Sleator1992-bp} use a special node-label, called the ``zero label'', to mark nodes that should not be destroyed.
They also explain how to eliminate the zero label in various cases.
In our case, we can use one of the labels that are already in use, namely node-label $a$.
Indeed, if we want to indicate that a node $v$ should never be destroyed, we label the node with an $a$.
That is, if we want to indicate that a node $v$ should never be destroyed, we label the node with an $a$.
This labeling will indeed preserve the node $v$ because of the following.
If $w$ is the node directly succeeding $v$ at some step of the derivation then $w$ can only be marked with an $a$ and hence the pair $v, w$ is not ready.
If $w$ is the node directly preceding $v$ at some step of the derivation then the pair $w, v$ is never ready.
Expand Down

0 comments on commit 0b23970

Please sign in to comment.