Polly 22.0.0git
levenshtein-1-2-3.c File Reference

Go to the source code of this file.

Functions

 S1 (0, 0)
 for (int c0=1;c0<=N;c0+=1)
 S7 (N+1, 0)
 for (int c0=N+2;c0< 2 *M - N - 1;c0+=1)

Function Documentation

◆ for() [1/2]

for ( int c0 = 1; c0 <= Nc0 += 1)

Definition at line 2 of file levenshtein-1-2-3.c.

References c0, c1, N(), S2(), S3(), and S6().

◆ for() [2/2]

for ( )

Definition at line 13 of file levenshtein-1-2-3.c.

References c0, c1, M(), N(), S4(), S5(), S6(), S7(), and S8().

◆ S1()

S1 ( 0 ,
0  )

◆ S7()

S7 ( N+ 1,
0  )

References c1, and N().

Referenced by for().