User:Realazthat/Notes/Scrap: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
\begin{array}{lcl}
\begin{array}{lcl}


C & = & \text{Cycle modular sequence}\\
C & = & \text{Cycle modular sequence of vertices}\\
E & = & \text{Edges set/matrix}\\
E & = & \text{Edges set/matrix}\\
F & = & \text{Former main breakpoints set/matrix}\\
F & = & \text{Former main breakpoints set/matrix}\\
u,v & = & \text{Vertices in a graph} \\
u,v & = & \text{Vertices in a graph} \\
p,q,r,s & = & \text{Indices in a sequence}\\
p,q,r,s & = & \text{Indices in a sequence}\\
(C_{p},C_{p-1}) & = & \text{Current main breakpoint}\\


\left[p,q\right] \in C & = & \text{Segment to cut, ranged from } p \text{ to } q \text{ in } C\\

\left(r,s\right) \in C & = & \text{Pair of neighboring vertices representing an edge to insert the segment in between}\\


b\left(E,u,v\right)
b\left(E,u,v\right)

Revision as of 05:07, 30 December 2010

Du