CSC 411 S
CSC 411 S
Origin:
• Began in Britain during WWII with teams studying strategic military problems.
• Aimed to optimize limited military resources using quantitative techniques.
• Post-war, applications expanded to civilian sectors (management, logistics, etc.).
Characteristics:
1. Operational Feasibility:
a. Will users adopt the solution? Does it meet their needs?
2. Schedule Feasibility:
a. Are deadlines realistic? Adjust scope if deadlines are fixed.
3. Technical Feasibility:
a. Does the organization have the hardware/software/expertise?
4. Economic Feasibility:
a. Cost-benefit analysis: Is the project financially viable?
4. Project Planning
Purpose:
Goals:
Budget:
Deliverables:
Timeline:
Feasibility Check:
• Objective Function:
[ Z = C_1x_1 + C_2x_2 + \cdots + C_nx_n ]
• Constraints:
[ \sum_{j=1}^n a_{ij}x_j \leq b_i \quad \text{for } i = 1, 2, \dots, m ]
o ( a_{ij} ): Technical coefficients (can be positive, negative, or zero).
o ( b_i ): Resource availability (assumed positive).
Visual Summary
graph TD
A[Operations Research] --> B[Linear Programming]
B --> C1[Objective Function]
B --> C2[Constraints]
B --> C3[Decision Variables]
A --> D[Feasibility Analysis]
D --> D1[Operational]
D --> D2[Technical]
D --> D3[Schedule]
D --> D4[Economic]
Dfghvjbknlm
Here’s a complete, reformatted, and clarified version of all notes from the provided
images. Mathematical notation, tableaus, and constraints are corrected for consistency
and readability.
Decision Variables:
Objective Function:
Constraints:
[ \begin{aligned} 2x_1 + x_2 + s_1 &= 40 \quad &\text{(Labor Hours)} \ x_1 + 3x_2 + s_2 &= 45
\quad &\text{(Machine Hours)} \ x_1 + 0x_2 + s_3 &= 12 \quad &\text{(Market Limit)} \ x_1,
x_2, s_1, s_2, s_3 &\geq 0 \end{aligned} ]
[ \begin{array}{|c|c|c|c|c|c|c|} \hline \text{BV} & x_1 & x_2 & s_1 & s_2 & s_3 & \text{RHS}
\ \hline s_1 & 2 & 1 & 1 & 0 & 0 & 40 \ s_2 & 1 & 3 & 0 & 1 & 0 & 45 \ s_3 & 1 & 0 & 0 & 0 & 1 &
12 \ \hline z & -300 & -250 & 0 & 0 & 0 & 0 \ \hline \end{array} ]
Pivot Steps:
3. Second Iteration
[ \frac{16}{1} = 16, \quad \frac{33}{3} = 11, \quad \text{Pivot on } s_2 \text{ row}. ]
Updated Tableau:
[ \begin{array}{|c|c|c|c|c|c|c|} \hline \text{BV} & x_1 & x_2 & s_1 & s_2 & s_3 & \text{RHS}
\ \hline s_1 & 0 & 0 & 1 & -1/3 & -5/3 & 5 \ x_2 & 0 & 1 & 0 & 1/3 & -1/3 & 11 \ x_1 & 1 & 0 & 0 &
0 & 1 & 12 \ \hline z & 0 & 0 & 0 & 83.33 & 250 & 6250 \ \hline \end{array} ]
Optimal Solution:
Objective Function:
Constraints:
[ \begin{aligned} x_1 + 3x_2 + 2x_3 &\leq 10 \quad &\text{(Resource 1)} \ -x_1 - 5x_2 - x_3
&\geq -8 \quad &\Rightarrow \quad x_1 + 5x_2 + x_3 \leq 8 \quad &\text{(Resource 2)} \ x_1,
x_2, x_3 &\geq 0 \end{aligned} ]
[ \begin{aligned} x_1 + 3x_2 + 2x_3 + s_1 &= 10 \ x_1 + 5x_2 + x_3 + s_2 &= 8 \ x_1, x_2, x_3,
s_1, s_2 &\geq 0 \end{aligned} ]
5. Linear Programming Problem (Maximization)
Objective Function:
Constraints:
[ \begin{aligned} 2x_1 - 3x_2 + s_1 &= 3 \quad &\text{(Constraint 1)} \ x_1 + 2x_2 + 3x_3 - s_2
&= 5 \quad &\text{(Add artificial variable } a_1) \ x_1 + 2x_3 + s_3 &= 2 \quad
&\text{(Constraint 3)} \ x_1, x_2, x_3, s_1, s_2, s_3, a_1 &\geq 0 \end{aligned} ]
Initial Tableau:
[ \begin{array}{|c|c|c|c|c|c|c|} \hline \text{BV} & x_1 & x_2 & x_3 & s_1 & s_2 & \text{RHS}
\ \hline s_1 & 1 & 3 & 2 & 1 & 0 & 10 \ s_2 & 1 & 5 & 1 & 0 & 1 & 8 \ \hline z & 8 & 10 & 7 & 0 & 0
& 0 \ \hline \end{array} ]
7. General Notes
1. Standard Form:
a. For ( \leq ): Add slack variable (( +s )).
b. For ( \geq ): Subtract surplus variable (( -s )) and add artificial variable (( +a )).
Example:
[ 3x_1 + 2x_2 \geq 10 \quad \Rightarrow \quad 3x_1 + 2x_2 - s_1 + a_1 = 10 ]
2. Feasible Solution: Values of ( x_j ) that satisfy all constraints and non-negativity.
3. Unbounded Solution: Occurs if the objective function can improve indefinitely.
Hggfhjkl
Here’s a reformatted, corrected, and organized version of all notes from the 13 images:
Origin:
• Emerged in Britain during WWII to study military strategy and resource optimization
using quantitative techniques.
• Post-war, expanded into civilian sectors (management, logistics, etc.).
Characteristics:
Constraints:
Decision Variables:
Objective Function:
Constraints:
[ \begin{aligned} 2x_1 + 3x_2 + 2x_3 &\leq 440 \quad &\text{(Machine M1)} \ 4x_1 + 0x_2 +
3x_3 &\leq 470 \quad &\text{(Machine M2)} \ 2x_1 + 5x_2 + 0x_3 &\leq 430 \quad
&\text{(Machine M3)} \ x_1, x_2, x_3 &\geq 0 \end{aligned} ]
Decision Variables:
Objective Function:
[ \begin{aligned} 3x_1 + 8x_2 + 6x_3 + 9x_4 &\geq 800 \quad &\text{(Proteins)} \ 4x_1 + 7x_2
+ 5x_3 + 10x_4 &\geq 200 \quad &\text{(Fats)} \ 6x_1 + 5x_2 + 4x_3 + 12x_4 &\geq 700 \quad
&\text{(Carbohydrates)} \ x_1, x_2, x_3, x_4 &\geq 0 \end{aligned} ]
6. Definitions in LP
Decision Variables:
Objective Function:
Constraints:
[ \begin{aligned} 2x_1 + x_2 &\leq 40 \quad &\text{(Labor Hours)} \ x_1 + 3x_2 &\leq 45 \quad
&\text{(Machine Hours)} \ x_1 &\leq 12 \quad &\text{(Market Limit)} \ x_1, x_2 &\geq 0
\end{aligned} ]
Initial Tableau:
[ \begin{array}{|c|c|c|c|c|c|} \hline \text{BV} & x_1 & x_2 & s_1 & s_2 & \text{RHS} \ \hline s_1
& 2 & 1 & 1 & 0 & 40 \ s_2 & 1 & 3 & 0 & 1 & 45 \ \hline Z & -300 & -250 & 0 & 0 & 0 \ \hline
\end{array} ]
Final Tableau (Optimal Solution):
[ \begin{array}{|c|c|c|c|c|c|} \hline \text{BV} & x_1 & x_2 & s_1 & s_2 & \text{RHS} \ \hline x_1
& 1 & 0 & 0.5 & -0.17 & 12 \ x_2 & 0 & 1 & -0.17 & 0.33 & 11 \ \hline Z & 0 & 0 & 83.33 & 250 &
6250 \ \hline \end{array} ]