consider this control flow graph. we need to find total independents liner path. when we use "V(g) = e-n+2 = 7-6+2 = 3"
but if i count manually i got 4 independents liner path. paths are:
"0=>1=>3=>5", "0 => 1 => 3 => 4 => 5", "0 => 2 =>3=> 5", "0=> 2 => 3 => 4 => 5"
why this both value are different?
[Control flow graph here][1]