Consider a Linear Programming problem with more than 2 decision variables. I came across a statement that - an optimal solution can be obtained by creating sub-problems with utmost 2 decision variables (while setting the remaining decision variables to $0$) and selecting the optimum among all such sub-problems.
This is one approach for solving an LP problem. But how is the optimum solution from these sub-problems same as the global optimum of the original problem? I find it difficult to believe that only two decision variables can generate the global optimal solution.