Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • $\begingroup$ Thanks! So my definition of RPTAS was equivalent to P. What if we change the definition as follows: an RPTAS does not work for arbitrary ranges $[v,(1+\epsilon)v]$, but only for ranges $[(1+\epsilon)^i,(1+\epsilon)^{i+1}]$ for $i\geq 0$. Then RPTAS is still contained in FPTAS. Is it now equivalent to P? $\endgroup$ Commented Dec 16, 2021 at 13:24
  • $\begingroup$ My guess is that by playing with $\epsilon$, you will be able to mimic the argument. $\endgroup$ Commented Dec 16, 2021 at 13:28
  • $\begingroup$ Indeed: assuming $v\geq 2$, we can take $\epsilon=v-1$. Then the RPTAS can check all the ranges $[v^i,v^{i+1}]$ for $0\leq i\leq \log_v V$. $\endgroup$ Commented Dec 16, 2021 at 13:49