Question Bank RMT - Ca2
Question Bank RMT - Ca2
UNIT-III/ PART-A
1 What is integer programming?
A linear programming problem in which some or all of the variables in the optimal
solution are restricted to assume non-negative integer (or discrete) values is called an
Integer Programming Problem (IPP) or Integer Linear Programming (ILP).
2 State the general form of an integer programming problem?
The general Integer Programming Problem is given by Maximize Z = CX, Subject to
the constraints AX ≤ b, X ≥ 0 and some or all variables are integers.
3 Define All IPP and Mixed IPP.
All (pure) IPP: In a linear programming problem, if all the variables in the optimal
solution are restricted to assume non-negative integer values, then it is called the pure
(all) IPP.
Mixed IPP: In a linear programming problem, if only some of the variables in the
optimal solution are restricted to assume non-negative integer values, while the
remaining variables are free to take any non-negative values, then it is called mixed
IPP.
4 List out some of the applications of IPP?
IPP occur quite frequently in business and industry.
All transportation, assignment and travelling salesman problems are IPP, since
the decision variables are either zero or one.
All sequencing and routing decisions are IPP as it requires the integer values of
the decision variables.
Capital budgeting and production scheduling problem are IPP. In fact, any
situation involving decisions of the type either to do a job or not to do can be
treated as an IPP.
All allocation problems involving the allocation of goods, men, machines, give
rise to IPP since such commodities can be assigned only integer and not
fractional values.
5 What is the importance of Integer Programming?
In linear programming problem, all the decision variables allowed to take any non-
negative real values, as it is quite possible and appropriate to have fractional values in
many situations. In many situations, like business and industry, these decision
variables make sense only if they have integer values in the optimal solution. Hence a
new procedure has been developed in this direction for the case of LPP subjected to
additional restriction that the decision variables must have integer values.
6 What is the strategy used in integer programming algorithms?
The ILP algorithms are based on exploiting the computational success of LP. The
strategy of these algorithms involves three steps.
Step 1: Relax the solution space of ILP by deleting the integer restriction on all integer
variables and replacing any binary variable y with the continuous range 0 ≤ y 1. The
result of the relaxation is a regular LP.
Step 2: Solve the LP and identify its continuous optimum.