Operations Research Unit 1 and Unit 2 Two Marks
Operations Research Unit 1 and Unit 2 Two Marks
UNIT-I
LINEAR PROGRAMMING(LP)
PART-A 2 MARKS
Operation Research:
1. OR is an aid for the executive in making decisions by providing him with the quantitative
information, based on the scientific method analysis.
2. OR is the art of giving bad answers to problems, to which, otherwise worse answers are given.
3.OR is the art of wining wars without actually fighting them.
4.OR is the application of scientific methods by interdisciplinary teams to problems involving the
control of organised (man-machine) systems so as to provide solutions which best serve the
purpose of the organisation as a whole.
2. Dynamic programming
(i) Capital budgeting
(ii) Employment smoothening
(iii) Cargo loading.
3. Inventory control
(i) Economic order quantity
Feasible region:
A region in which all the constraints are satisfied simultaneously is called a
feasible region.
By performing optimality test we can find whether the current feasible solution can be
improved or not. This is possible by finding the Z jC j row. In the case of a maximization
problem if all j j CZare nonnegative, then the current solution is optimal
1. Basic Solution
A feasible solution is any solution that satisfies all the constraints of the linear
programming problem, including the non-negativity constraints (i.e., all variable values
must be greater than or equal to zero). Feasible solutions can be found within the
feasible region, which may include multiple points. A feasible solution does not need to
be optimal.
A basic feasible solution is a special type of basic solution that is also feasible.
This means it satisfies all the constraints of the linear programming problem while being
formed by setting a specific number of variables (equal to the number of constraints) to
non-zero values and the rest to zero. Basic feasible solutions correspond to the vertices
of the feasible region and are candidates for the optimal solution in linear programming.
Summary
If the values of the objective function Z can be increased or decreased indefinitely, such
solutions are called unbounded solutions.
The two forms of linear programming problems (LPP) are the standard form and the canonical
form:
The standard form of a linear programming problem (LP) is a fixed format that's used to solve linear
programs using the Simplex Method. It has the following characteristics:
Maximization: The objective function is to maximize the value, not minimize it.
Non-negative variables: All variables are non-negative.
Equality constraints: All constraints are in the form of equations.
Less-than-or-equal-to inequalities: All linear constraints are in the form of less-than-or-equal-to inequalities.
The standard form of a linear programming problem is written as:
Objective function: max z = ∑ c i x i
Constraints: x i > 0
Constraints: It can be difficult to specify constraints, even after the function is determined.
Mathematical function: It can be difficult to determine the mathematical function in an LPP.
Coefficient values: Determining the coefficient values at each step can be a problem.
Assumptions: The assumptions made are not real because they are based on the elements in the
given situation.
Solutions: The solutions obtained can always be real numbers.
Relationships: LPP treats all relationships as linear, which is not true in many real-life
situations.
Decision variables: In some LPPs, the decision variable would only be meaningful if it has
integer values.
11. What are the slack and surplus variables? (imp ques)
Definition
A decision variable is a physical quantity that a decision maker controls and is
represented by a mathematical symbol.
14. What are the methods used to solve an LPP involving artificial
variables?
s also have zero value, then the BFS is said to be a degenerate BFS.
The dual of a linear programming problem (LP) is another LP that has the same
data and solution as the original LP. The original LP is called the primal problem, and
the other LP is called the dual problem.
1. If. the primal problem contains a large number of rows and a smaller number of
columns, the computational procedure can be considerably reduced by converting it into dual and
then solving it.
2. This can help managers in answer questions about alternative course of actions and
their relative values.
3. Economic interpretation of the dual helps the management in making future decisions.
4. Calculation of the dual checks the accuracy of the primal solution.
In the dual simplex method, the optimality condition is when the resulting
value for the new variable in the new row is non-negative.
Explanation
The dual simplex method is a variant of the primal simplex method.
The dual simplex method is used to solve linear programming problems (LPPs)
where the initial basic solution is infeasible but better than optimal.
The dual simplex method works towards feasibility, while the primal simplex method
works towards optimality.
At the final optimal iteration, the solution is both primal and dual feasible
5. What is transportation problem? Is this a special class of LPP ? When does it a unique
solution ?
The transportation problem is to transport various amount of single object that are
initially stored at various origins, to different destinations in such a way that the total
transportation cost is minimum.
Yes it is a special class of LPP and may be solved by simplex method. Transportation
problem always posses a feasible solution.
It has a unique solution when cell evaluation matrix has only positive values
6. List any three approaches used with T.P for determining the starting solution. or
List the various methods that can be used for obtaining an initial basic solution for
transportation problem.
Explanation
In a transportation problem, the goal is to assign a finite amount of goods from a
finite number of sources to a finite number of destinations.
When the supply and demand are equal, the problem is balanced.
When the supply and demand are not equal, the problem is unbalanced.
To solve an unbalanced transportation problem, you can add a dummy row or
column to make it balanced.
You can then solve the balanced problem using the same methods.
To convert an unbalanced transportation problem into a balanced one, you can add a
dummy row or column to account for the difference between supply and demand. The
transportation costs to the dummy row or column are set to zero.
Steps
1. Identify if the total supply is greater than or less than the total demand
2. If the supply is greater than demand, add a dummy destination
3. If the demand is greater than supply, add a dummy origin
4. Set the transportation costs to zero for the dummy row or column
5. Solve the problem as if it were balanced
An assignment problem is a problem where resources are assigned to tasks to minimize cost
or maximize profit. The goal is to find the optimal one-to-one matching between sources and
destinations
Hungarian method.
Enumeration Method.
Simplex method.
Transportation method.
Hungarian method: An efficient algorithm that uses a matrix approach to find the
optimal solution. It reduces the cost matrix to a matrix of opportunity costs.
Enumeration method: A method that calculates the cost for all possible assignments
and then selects the solution with the lowest cost. This method is best for smaller
problems.
Simplex method: A linear programming method that can be used to solve assignment
problems.
Transportation method: A method that can be used to solve assignment problems.
Genetic algorithms (GA): A meta heuristic technique that mimics natural selection to
find optimal solutions.
Evolutionary algorithms (EA): A meta heuristic technique that mimics natural
selection to find optimal solutions.
If number of rows is not equal to number of columns then it is called Unbalanced Assignment
Problem.
So to solve this problem, we have to add dummy rows or columns with cost 0, to make it a
square matrix.
.
14.What is the objective of the travelling salesman problem?
The objective of the Traveling Salesman Problem (TSP) is to find the shortest
route that visits every city once and returns to the starting point.
Explanation
The TSP is a well-known optimization problem in computer science and operations
research.
It's a combinatorial optimization problem, which means that the number of possible
solutions grows exponentially with the number of cities.
The TSP is NP-hard, which means that finding an exact solution requires a lot of
computer power.
The TSP has many real-world applications, such as in logistics and delivery
businesses.
Applications
Finding more efficient routes can help delivery businesses increase profitability and
reduce greenhouse gas emissions.
Salespeople can use the TSP to plan optimal travel routes and avoid missed
appointments.
Steps:
Explain North west corner rule for finding initial solution for a transportation problem.
(a) If D1< S1, set x11 equal to find the balance supply and demand and proceed horizontally (cell 1,
2).
(b) If = S1 set x11 equal to D1, find the balance supply and demand and proceed diagonally (cell 2,
2).
(c) If D1>S1, set x11equal to compute the baiance supply and demand and proceed vertically (cell 2,
1).
2. Continue in this manner, step by step away from the north west corner until, finally a value is
reached in the south east corner.
State the Assignment model. Is assignment problem a special case of transportation?
Assignment Model Suppose there are n jobs to be performed and n person are available for doing
these jobs. Assume that each person can do each job at a time, though with varying degree of
efficiency.The problem is to find an assignment so that the total cost for performmg all jobs is
minimum
Yes, the assignment problem is a special case of transportation problem when each
origin is associated with one and only one destination.
What do you mean by restrictions an assignments?
Or
How a restriction problem tackled?
Or
How will you solve an assignment where a particular assignment is prohibited?
Sometime technical, space, legal’or other problems do not permit the assignment of a particular
facility to a particularjob. Such problem are known restrictions an assignment problem. Such
problem can be solved by assigning a very heavy cost to the corresponding cell. It will automatically
excluded from further consideration.