Ramkrishna Mahato Government Engineering College
Ramkrishna Mahato Government Engineering College
College
Topic : Basic LPP and Applications; Various Components of LP Problem
Formulation. Definitions: Feasible Solution
Decision Variables: These are the variables that you are trying to optimize. They represent the quantities you want to determine in order to
achieve the best outcome. Decision variables are typically denoted by symbols like x, y, z, etc.
Objective Function: The objective function defines the goal of the optimization. It is a linear combination of the decision variables that you want
to either maximize or minimize. The goal can be to maximize profits, minimize costs, maximize efficiency, etc.
Constraints: Constraints are the limitations or conditions that the solution must satisfy. They are linear inequalities or equalities that restrict the
values the decision variables can take. Constraints represent real-world limitations such as resource availability, capacity restrictions, demand
requirements, etc.
Linear Relationships: In LP, both the objective function and constraints are linear relationships. This means that each term in the function or
constraint is either a constant or a multiple of a decision variable. The linear nature of the problem makes it computationally tractable.
Feasible Region: The feasible region is the set of all possible combinations of decision variable values that satisfy all the constraints. It
is the region in the solution space where the solution must lie.
Optimal Solution: The optimal solution is the combination of decision variables that maximizes or minimizes the objective function while
satisfying all the constraints. There can be a unique optimal solution or multiple optimal solutions, depending on the problem.
Non-negativity Constraints: In many LP problems, decision variables are constrained to be non-negative. This means that their values cannot be
negative since negative quantities often don't have practical meaning in many contexts.
A standard LP problem can be formulated mathematically as follows:
Subject to:
...
x₁ ≥ 0, x₂ ≥ 0, ..., xₙ ≥ 0
Where:
B₁, B₂, ..., Bₘ are the right-hand sides of the constraint inequalities. x₁,
When setting up an LP problem, it's important to carefully define the objective, constraints, and decision variables based on the specific real-world
problem you are trying to solve.
Feasible Solution
In linear programming (LP), a feasible solution refers to a set of values
assigned to the decision variables that satisfy all the constraints of the
problem. This means that when you plug these values into the constraints,
they don't violate any of the constraints.