Constrained LP in two variables

34 Views Asked by At

Suppose we have the following constrained LP $$\max_{y} \min_x c^Tx $$ $$\text{s.t} \qquad x \geq a + b y^T x $$

Since now $y$ just appears in constraint, can we change the above LP somehow such that the optimization over $y$ appears only in constraints?