New Reply

Algorithm for cheapest order

 
Share Thread Thread Tools
Dec3-12, 09:42 AM   #1
 

Algorithm for cheapest order


I have a problem in which I have people ordering different goods from my website and I have a number of suppliers who provide these goods, but I need an algorithm to find the cheapest combination of supplies from each supplier. It would seem easiest to just see which company offers the product at the lowest price, but I need to take into account that it may be cheaper delivery if I order from as few people as possible, and also that not every supplier will offer every product.

Does anybody know a good algorithm for working this out or have any advice on the problem? Any help would be very much appreciated, no matter how small.
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Dec3-12, 12:45 PM   #2
 
Mentor
Quote by chriswaller View Post
I have a problem in which I have people ordering different goods from my website and I have a number of suppliers who provide these goods, but I need an algorithm to find the cheapest combination of supplies from each supplier. It would seem easiest to just see which company offers the product at the lowest price, but I need to take into account that it may be cheaper delivery if I order from as few people as possible, and also that not every supplier will offer every product.

Does anybody know a good algorithm for working this out or have any advice on the problem? Any help would be very much appreciated, no matter how small.
This type of problem is standard fare in Operations Research, and the particular area is called Linear Programming. In a typical problem, the goal is to maximize profit, taking into consideration a number of constraints, such as production costs, supply costs, availability of machinery, and so on.
New Reply

Tags
algorithm, cheapest, goods, order, supplier
Thread Tools


Similar Threads for: Algorithm for cheapest order
Thread Forum Replies
Quantum algorithm for order finding Linear & Abstract Algebra 1
Proving the exactness of the Runge-Kutta algorithm to the second order in step-size Advanced Physics Homework 0
Robust Algorithm to Order Parallel Polylines Differential Geometry 8
03/16/11 PHD comic: 'Cheapest way' Science Comics 2
Nearest neighbor and cheapest link algorithm Precalculus Mathematics Homework 0