DHTML Milonic JavaScript
+ Reply to Thread
Results 1 to 2 of 2

Thread: Linear Programming

  1. #1
    Friday is offline New Member (0-29 posts) Friday is on a distinguished road
    Join Date
    Feb 2009
    Location
    Mauritius
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Linear Programming

    Can someone please help me out understand the best way to determine constraints via
    linear programming

  2. #2
    SandyHood is offline Member (29-99 posts) SandyHood is on a distinguished road
    Join Date
    Feb 2009
    Location
    UK
    Posts
    47
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    The constraints are typically inputs such as materials or labour time and the maximum possible sales.
    If you are looking graphically there will usually only be 2 products.
    Say you have a maximum of 20,000 kgs of raw material available, and product A requires 30 kg per unit and product B requires 25 kg per unit then you can put a constraint together using A to represent the number of product As produced and B to represent the number of product Bs produced.
    This gives 30A (30kgs x the number of As) and 25B
    and we say that
    20,000 cannot be more than 30A +25B
    the "cannot be more than" is written as >or= (often a combined symbol)
    Once you have the constraint for material you can plot it on the graph, then you plot the next for labour, and any others given, then you add the maximum sales of A and of B and the fact that you cannot have negative sales
    When you look at the graph you will see a shape, bordered by the constraints.
    The next step is to find the point with the highest contribution (but that is beyond your question).

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts