I have a general question, I know there is a way to find 2-approximation for maximization problems by finding 2 solution s1
and s2
s.t
q(s1)+q(s2)>=q(OPT)
and by chosing max{q(s1),q(s2)}
i've found a legit approx.
Back to my question, Is it possible to do this general method for minimization problems ? What will be the analog?