User:Realazthat/Notes/Scrap: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 15: Line 15:
\in \left\{0,1\right\}
\in \left\{0,1\right\}
& = &
& = &
\begin{cases}
\text{has edge (u,v) been recorded in set F, which is the set of former main breakpoints} \\
0 & \text{if }\left(u,v\right)\text{ is an edge in }F\\
1 & \text{if }\left(u,v\right)\text{ is not an edge in }F\end{cases} \\


c\left(C,E,p \in C,q \in C,r \in C,s \in C\right)\in\left\{ 0,1,2,3\right\} & = & b\left(E,C_{p-1},C_{q+1}\right)+b\left(E,C_{q},C_{s}\right)+b\left(E,C_{p},C_{r}\right) \\
c\left(C,E,p \in C,q \in C,r \in C,s \in C\right)\in\left\{ 0,1,2,3\right\} & = & b\left(E,C_{p-1},C_{q+1}\right)+b\left(E,C_{q},C_{s}\right)+b\left(E,C_{p},C_{r}\right) \\

Revision as of 04:44, 30 December 2010

Du