Is the following objective infeasible ?
$min: f(a, b, c) = \max(a, b, c) - \min(a, b, c)$
In case of fixing the RHS, function could be minimzed by maximizing the LHS.
I have reformlated the problem,
$max: f(a, b, c) = \min(a, b, c)$
$s.t \ \ \ g(a, b, c) = max(a, b, c), \ $ $is \ minimum$
In many cases, I can't take a step through maximizing $f$ without violating $g$.
I guess there's something wrong with my assumptions, if so what it is?