For a Boolean expression formula φ,
For a binary literal $i∈(0, 1)^l $
V(φ,i) is an Turing algorithm which decides whether i satisfies φ or not
if φ(i)=true then V(φ,i)=1
if φ(i)=false then V(φ,i)=0
I heard that the machine V works very efficiently.
My question is, how much efficient?
let m=digit of Boolean φ and let $l$=digit of i,
Time ( V(φ,i) ) ≤ O( $(m+ $l$)^3$) ? or
TIme ( V(φ,i) ) ≤ O( $(m+ $l$)^2$)?