Intuitively I feel like this is a bit of a dumb question, and is probably related to my vague understanding of approximation algorithms and whatnot.
Suppose I have some minimisation problem $X$ where, for some $n$, the optimal solution is $x$. If I make an algorithm such that it finds a solution of at worst, $\lceil1.5x\rceil$, how do I express this in the phrase that one seems to write, "This is a 1.5-approximation algorithm for the problem $X$" ?
I see usage of $\epsilon$ to denote some constants, but it always seems to go "in the same direction" as the minimisation / maximisation of the problem: that is, for a minimisation problem, someone would give $(5-\epsilon)$-approximation algorithm. Can I use it to go in the other direction? Should I be writing $(1.5 + \epsilon)$-approximation algorithm?