So I have the following optimization problem.
$$\max_{x\in C} \min(f^{\top}x,g^{\top}x)$$
Here $C$ is some bounded constraint set defined by linear inequalities only.
Suppose that $z^{*} = \max_{x\in C} \min(f^{\top}x,g^{\top}x)$. Let $x^{*}\in C$ denote an optimal solution. I was wondering under which conditions the following is true. $$z^{*} = f^{\top}x^{*} = g^{\top}x^{*} \qquad (\triangle)$$
Non-example $1$: $C = \{x \in \mathbb{R}^2: 0 \leq x \leq 1\}$, $f = \begin{pmatrix}1 \\ 1\end{pmatrix}$ and $g = \begin{pmatrix}1 \\ 2\end{pmatrix}$.
<p>Non-example $2$: $C = \{x \in \mathbb{R}^2: 0 \leq x \leq \begin{pmatrix}1 \\ 2\end{pmatrix}\}$, $f = \begin{pmatrix}1 \\ 0\end{pmatrix}$ and $g = \begin{pmatrix}0 \\ 1\end{pmatrix}$</p> <p>Example $1$: $C = \{x \in \mathbb{R}^2: 0 \leq x \leq 1\}$, $f = \begin{pmatrix}1 \\ 1\end{pmatrix}$ and $g = \begin{pmatrix}1 \\ -1\end{pmatrix}$</p>
Based on these toy examples, I get the feeling that at least one component of $f$ and $g$ should be opposite signed for $(\triangle)$ to be true.
Here $A$ contains only $1$s and $0$s Does this help?
– Calculon Aug 29 '16 at 19:36