Formal Assessment 4
Formal Assessment 4
2. Source Code:
from scipy.optimize import linprog
3. Output:
DEPARTMENT OF
COMPUTER SCIENCE &
ENGINEERING
4. Learning Outcomes:
Learnt about the concept of optimization and its types.
Learnt how I can find about the optimised solution in the given set of
feasible solutions.
Learnt the concept about the linear programming.
Learnt how to build the constraints based on the limitations given in
the problem, such as limited availability of labor and materials.
Learnt how to formulate the objective function, which represents the
quantity to be maximized or minimized, in this case, total profit.
Real-world Application