\begin{array}{ll} \text{maximize} & Ax + By \\ \text{subject to}& Cz + Dw = 1 \\ & A’x + B’y \le C’z + D’w \\ &x, y, z, w \ge 0. \end{array}
where A, B, C, D, A’, B’, C’, D’ are constant positive 1×n matrix and x, y, z, w are n×1 matrix.
What is the proof for boundedness of the above LP model? Is it bounded or not? If not, with what conditions the model is bounded?