Learning Material
Learning Material
In linear Programming each decision variables might have values in fraction as well. However
there are certain real life problems in which the fractional value of the decision variables has no
significance. For example expressing the value as 2.3 persons will not make any sense . The
integer solution to a problem can however be obtained by rounding off the optimum value of
the variables to the nearest integer value. This approach can be easy in terms of economy of
effort, time and the cost that might be required to derive an integer solution. However the
solution may not satisfy all the given constraints. Also the value so obtained may not be the
optimal value. All such difficulties can be avoided if the given problem is solved by integer
programming technique where an integer solution is required.
Integer LP problems are termed as pure or mixed integer problems accordingly as some or all of
the variables are restricted to integer values. An integer programming problem has important
application in various field as Capital budgeting , Construction Scheduling, Plant location and
size, routing and shipping schedule, batch size, capacity expansion, fixed charge etc are few
problems that demonstrate the areas of application of integer programming.
i) Pure (all) integer programming problems in which all decision variables are restricted
to integer values.
ii) Mixed integer programming problems in which some, but not all, of the decision
variables are restricted to integer values.
iii) Zero – one integer programming problems in which all decision variables are
restricted to integer values of either 0 or 1 ( Binary integer programming).
Integer Programming Problem can be solved with two different methods namely