2022-12-24 01:52:24 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
< !DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2023-05-29 15:12:19 +00:00
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
2022-12-24 01:52:24 +00:00
-->
<!-- Title: main Pages: 1 -->
2023-04-27 19:43:13 +00:00
<svg width= "199pt" height= "64pt"
viewBox="0.00 0.00 198.50 64.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id= "graph0" class= "graph" transform= "scale(1 1) rotate(0) translate(4 60.25)" >
2022-12-24 01:52:24 +00:00
<title > main</title>
<!-- Node1 -->
<g id= "node1" class= "node" >
<title > Node1</title>
<g id= "a_node1" > <a xlink:title= "Main function." >
2023-04-27 19:43:13 +00:00
<polygon fill= "#999999" stroke= "#666666" points= "37,-37.25 0,-37.25 0,-18 37,-18 37,-37.25" />
<text text-anchor= "middle" x= "18.5" y= "-23.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > main</text>
2022-12-24 01:52:24 +00:00
</a>
</g>
</g>
<!-- Node2 -->
<g id= "node2" class= "node" >
<title > Node2</title>
<g id= "a_node2" > <a xlink:href= "../../db/de1/lcs_8c.html#aa8dca7b867074164d5f45b0f3851269d" target= "_top" xlink:title= "Self-test implementations." >
2023-04-27 19:43:13 +00:00
<polygon fill= "white" stroke= "#666666" points= "105.5,-37.25 73,-37.25 73,-18 105.5,-18 105.5,-37.25" />
<text text-anchor= "middle" x= "89.25" y= "-23.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > test</text>
2022-12-24 01:52:24 +00:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2023-04-27 19:43:13 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M37.2,-27.62C44.67,-27.62 53.52,-27.62 61.73,-27.62" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "61.71,-31.13 71.71,-27.62 61.71,-24.13 61.71,-31.13" />
2022-12-24 01:52:24 +00:00
</g>
<!-- Node3 -->
<g id= "node3" class= "node" >
<title > Node3</title>
<g id= "a_node3" > <a xlink:href= "../../db/de1/lcs_8c.html#a741c9173a9fef243518f5c2352b81fc0" target= "_top" xlink:title= "@breif Builds the LCS according to B using a traceback approach" >
2023-04-27 19:43:13 +00:00
<polygon fill= "white" stroke= "#666666" points= "190.5,-56.25 141.5,-56.25 141.5,-37 190.5,-37 190.5,-56.25" />
<text text-anchor= "middle" x= "166" y= "-42.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > lcsbuild</text>
2022-12-24 01:52:24 +00:00
</a>
</g>
</g>
<!-- Node2->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node2- > Node3</title>
2023-04-27 19:43:13 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M105.74,-31.56C113.03,-33.42 122.05,-35.71 130.83,-37.94" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "129.73,-41.53 140.28,-40.6 131.45,-34.74 129.73,-41.53" />
2022-12-24 01:52:24 +00:00
</g>
<!-- Node4 -->
<g id= "node4" class= "node" >
<title > Node4</title>
<g id= "a_node4" > <a xlink:href= "../../db/de1/lcs_8c.html#ac107a0b0233dacb9e8cd3a983d6740b6" target= "_top" xlink:title= "@breif Computes LCS between s1 and s2 using a dynamic-programming approach" >
2023-04-27 19:43:13 +00:00
<polygon fill= "white" stroke= "#666666" points= "186.75,-19.25 145.25,-19.25 145.25,0 186.75,0 186.75,-19.25" />
<text text-anchor= "middle" x= "166" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > lcslen</text>
2022-12-24 01:52:24 +00:00
</a>
</g>
</g>
<!-- Node2->Node4 -->
<g id= "edge3" class= "edge" >
<title > Node2- > Node4</title>
2023-04-27 19:43:13 +00:00
<path fill= "none" stroke= "#63b8ff" d= "M105.74,-23.9C114,-21.91 124.47,-19.38 134.3,-17.02" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "135.08,-20.19 143.98,-14.45 133.44,-13.38 135.08,-20.19" />
2022-12-24 01:52:24 +00:00
</g>
</g>
</svg>