How to Solve a Difficult LP Problem?

  • Thread starter Thread starter aeronautical
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on solving a linear programming (LP) problem defined by the objective function Minimize -x1 - 5x2 + x3 under specific constraints. The key insight is that minimizing the given function is equivalent to maximizing +x1 + 5x2 - x3. Participants emphasize the importance of graphing the feasible region and evaluating the objective function at the corner points to find the minimum value, as solutions to LP problems occur at these vertices.

PREREQUISITES
  • Understanding of linear programming concepts
  • Familiarity with objective functions and constraints
  • Knowledge of feasible regions and corner point theorem
  • Ability to graph linear inequalities
NEXT STEPS
  • Learn about dual problems in linear programming
  • Study the graphical method for solving LP problems
  • Explore the Simplex method for optimization
  • Investigate software tools like MATLAB or Python's SciPy for LP problem-solving
USEFUL FOR

Students and professionals in operations research, optimization analysts, and anyone involved in solving linear programming problems.

aeronautical
Messages
33
Reaction score
0

Homework Statement



Solve the LP problem?
Minimize -x_{1} - 5x_{2} + x_{3}

when

x_{1} + 3x_{2} + 3 x_{3} <= 4
- x_{1} - 2x_{2} + x_{3} >= -5
3x_{2} - x_{3} <= 3
x_{1}, x_{2}, x_{3} >= 0

Please explain how this process works (with all the steps), thanks.


The Attempt at a Solution



I read somewhere that in order to consider a minimized problem, one shall maximize: -x_{1} - 5x_{2} + x_{3}
 
Physics news on Phys.org
aeronautical said:

Homework Statement



Solve the LP problem?
Minimize -x_{1} - 5x_{2} + x_{3}

when

x_{1} + 3x_{2} + 3 x_{3} <= 4
- x_{1} - 2x_{2} + x_{3} >= -5
3x_{2} - x_{3} <= 3
x_{1}, x_{2}, x_{3} >= 0

Please explain how this process works (with all the steps), thanks.


The Attempt at a Solution



I read somewhere that in order to consider a minimized problem, one shall maximize: -x_{1} - 5x_{2} + x_{3}
No, that's not it at all, although minimizing -x1 -5x2 + x3 is equivalent to maximizing +x1 +5x2 - x3. There is also the concept of the dual problem in linear programming, which is more involved than I have time or inclination to explain right now.

For your problem, you have only three variables, so why don't you graph your feasible region? Any potential solution will occur at a corner point, so all you have to do is to evaluation your objective function (-x1 -5x2 + x3), and pick the point that gives you the smallest value.
 
The basic concept of LP is that the max or min of a linear function on a convex set occurs at a vertex. Find the vertices of the set (the points where the bounding planes intersect) and evaluate the object function at each one to determine where it is a minimum.
 

Similar threads

Replies
2
Views
2K
Replies
6
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K