Answer on Question 66367 - Math - Statistics and Probability
Question: Solve the following integer linear programming problem: maximize
subject to the constrain , where , , are non-negative integers.
Solution: An integer linear programming problem (ILP) is a linear programming problem (LP) in which some or all of the variables are restricted to be integers. If LP admits an integer solution, then this solution is a solution of ILP. Otherwise, we must apply some special algorithms such as the branch-and-bound algorithm. However if LP is unbounded, then ILP is also unbounded.
Recall that a problem is unbounded if it has feasible solutions with arbitrarily large objective values. The problem under consideration is unbounded. In fact, for the sequence of feasible solutions , where the objective value goes to infinity as .
Answer: The problem is unbounded.
Answer provided by https://www.AssignmentExpert.com
Comments