What Is the Best Algorithm for Finding the Cheapest Supplier Combination?

  • Context: Undergrad 
  • Thread starter Thread starter chriswaller
  • Start date Start date
  • Tags Tags
    Algorithm
Click For Summary
SUMMARY

The best approach for finding the cheapest supplier combination for goods ordered online is through Linear Programming, a standard method in Operations Research. This algorithm optimizes costs by considering not only the lowest price per product but also delivery costs and supplier availability. Implementing this method allows for efficient decision-making regarding supplier selection while minimizing overall expenses. Utilizing Linear Programming tools can significantly enhance the efficiency of supply chain management.

PREREQUISITES
  • Understanding of Linear Programming concepts
  • Familiarity with Operations Research methodologies
  • Knowledge of optimization algorithms
  • Experience with supply chain management principles
NEXT STEPS
  • Research Linear Programming techniques using tools like Python's SciPy library
  • Explore optimization algorithms such as the Simplex Method
  • Learn about supply chain optimization software like Lingo or Gurobi
  • Investigate case studies on cost minimization in supply chains
USEFUL FOR

This discussion is beneficial for supply chain analysts, operations researchers, and e-commerce managers seeking to optimize supplier selection and reduce costs in their procurement processes.

chriswaller
Messages
1
Reaction score
0
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.
 
Mathematics news on Phys.org
chriswaller said:
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.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
8
Views
2K
Replies
4
Views
2K