Descision Science Theory Question
Descision Science Theory Question
Key Points:
Example:
Assigning 5 employees to 5 jobs based on their efficiencies to minimize the total working
time.
1. One-to-One Assignment:
Each agent (person/machine) is assigned to exactly one task, and each task is assigned
to exactly one agent.
2. Known and Fixed Costs/Profits:
The cost or profit for assigning any agent to any task is known beforehand and does
not change.
3. Tasks and Agents are Compatible:
All agents are capable of doing all tasks, unless specified otherwise (in that case,
prohibitively high costs are assigned).
4. Independent Tasks:
The performance of one assignment does not affect another (no dependencies).
5. Deterministic Environment:
All data are certain, not probabilistic.
Key:
For unbalanced problems, we add dummy agents or dummy jobs with zero
cost/profit to balance the matrix first.
Example:
In decision-making:
Example:
If Employee A is assigned to Task 3, B to Task 2, and C to Task 1 with the least cost, the
manager can directly follow this plan for cost savings.
Impact:
Makes the matrix square (n × n).
Allows the Hungarian method or any assignment algorithm to be applied.
Assignments made to dummy agents or dummy tasks indicate an idle worker or an
unassigned task.
Example:
If 3 workers and 4 jobs are there → add 1 dummy worker with all 0 cost values.
Example:
Term Meaning
Supply The quantity of goods available at each source (e.g., factory or
warehouse) that needs to be transported. Each source has a supply
limit.
Demand The quantity of goods required at each destination (e.g., shop,
warehouse, city). Each destination has a demand that must be
fulfilled.
Transportation The cost incurred in transporting one unit of goods from a source to a
Cost destination. It can also represent time, distance, or monetary expenses.
✅ Example:
Suppose:
Here:
In a transportation problem, before finding the optimal solution, we need an Initial Basic
Feasible Solution (IBFS).
Method Description
1. North West Start allocating from the top-left (north-west) corner of the
Corner Method transportation table and proceed right or down. Simple but not
(NWCM) always cost-effective.
2. Least Cost Choose the cell with the least transportation cost first. Allocate as
Method (LCM) much as possible there, and then move to the next least cost cell.
3. Vogel’s Calculate penalties (difference between smallest and second
Approximation smallest costs) for each row and column. Select the row/column
Method (VAM) with the highest penalty and allocate to the least cost cell there.
VAM usually gives a better starting solution closer to optimal.
✅ Summary Table:
After finding IBFS using any of these methods, Optimization Methods like MODI
Method or Stepping Stone Method are used to find the final optimum solution.
Unit 2
3. Constraints:
o Labor Constraint:
(If product 1 needs l1l_1l1 labor hours per unit and total labor available = L)
4. Non-Negativity Constraints:
✅ Example:
Suppose:
Formulation:
Let:
x1x_1x1 = units of P1
x2x_2x2 = units of P2
Then:
Subject to:
✅ Important:
✅ Important:
✅ Example:
Constraint: x1+2x2≤8x_1 + 2x_2 \leq 8x1+2x2≤8
0 + 2(0) = 0 \leq 8 \] (True) - Hence region including (0,0) is feasible side. --- #
✅ Why?
You cannot produce negative products.
You cannot assign negative workers.
You cannot consume negative raw materials.
✅ Real-Life Examples:
Manufacturing:
A company cannot produce -5 chairs. Only 0 or more chairs.
Finance:
A bank cannot lend -₹10,000. Loans must be positive.
Logistics:
You cannot transport -100 goods from a warehouse.
✅ Graphically:
It restricts the solution to the first quadrant where x1,x2≥0x_1, x_2 \geq 0x1,x2≥0.
✅ Conclusion:
Non-negativity constraints make sure that solutions are realistic, logical, and implementabl
Unit 4
What is Crashing?
Critical activities are activities on the critical path — if their duration is reduced,
overall project duration reduces.
Crashing non-critical activities will not impact the total project time.
✅ Cost Implications:
✅ Example:
1. List Activities:
Identify all activities and their immediate predecessors.
2. Draw Nodes:
Draw a box or circle for each activity.
3. Connect Activities:
Draw arrows to show dependency.
o If Activity B depends on A, draw an arrow from A to B.
4. Respect Precedence Relationships:
Ensure no activity starts until all its predecessors are completed.
5. Identify Start and End:
o Activities without predecessors start from the initial node.
o Activities without successors lead to the ending node.
✅ Simple Example:
AON Diagram:
A→B→D
A→C→D
Impact:
A delay in a non-critical activity usually does NOT affect the overall project
duration unless it exceeds the total float (the amount of delay the activity can
tolerate without delaying the project).
✅ Important Term:
Float (Slack): Time an activity can be delayed without affecting project completion.
✅ Scenario:
✅ Example:
Suppose:
✅ Conclusion:
Non-critical activities can tolerate some delay, but excessive delay can affect project
completion.
Resource Constraints:
✅ Example:
Suppose:
✅ Conclusion: