Given an LP has a feasible solution, how best to check if it has an optimal solution?

220 Views Asked by At

I have an LP in equation form and I'm already given that the feasible set in nonempty. What would be a good algorithm to check if the feasible set is bounded? In other words, given that the feasible set is nonempty, what would be the best algorithm to check if it's bounded? Thanks in advance.