A manufacturer sourcing the same item from multiple vendors solves both pre-qualification and order allocation through one structured model.
In plain words
Sound familiar?
- The same component comes from 4-8 different suppliers; each month the lowest bid wins, but quality complaints and late deliveries are invisible in the decision.
- One supplier holds 70%+ of a critical category; a pandemic or currency shock would halt the line, but the risk is never quantified.
- Pre-qualification looks at price and payment terms; certificates, financial reports, and quality scores are evaluated subjectively.
- The procurement manager defends suppliers by saying 'we have worked with them for years, no issues' — yet no performance data is tracked.
- The RFQ process draws 5-15 supplier bids; comparison tables sit in a spreadsheet, but the final call is made on intuition.
- Production keeps saying 'that material was late again, defect rate is high' — but no supplier scorecard exists.
- Sustainability and carbon footprint reporting is becoming mandatory; the supplier base has not been evaluated on that axis.
Why it matters
How it's solved
Technical depth
How it's solved
Technical depthOne-liner: Let total cost of ownership win, not the lowest unit price — add defect cost, late-delivery penalty, FX risk and single-source dependency to the bid price. Then send roughly 70% to the best supplier and 30% to at least a second source (so a single outage doesn’t stop the line).
This problem sits at the intersection of operations research (a discipline that uses math and computing to solve business-decision problems) and supply chain literature. Two sub-problems: Supplier Pre-Qualification (who stays on the approved list) and Order Allocation (who gets how much of each item each period). The solution is three-stage:
1. Modeling. Criteria hierarchy: price (unit cost, payment terms, volume discounts), quality (defect rate, return rate, certifications), delivery (lead time, on-time reliability, flexibility), risk (financial health, geographic concentration, geopolitical exposure), sustainability (carbon, social compliance). AHP (Analytic Hierarchy Process — a method that turns judgments like “price is 3x more important than quality” into a matrix and extracts weights from it) builds pairwise comparison matrices at each level using Saaty’s 1-9 scale, extracts weights through the eigenvector method, and computes a consistency ratio (CR — checks whether your judgments contradict each other; if you say A>B>C then C>A, you’re inconsistent) — if CR exceeds 0.1, the judgments must be revisited. Order allocation runs as a MILP (Mixed-Integer Linear Programming — optimization where some variables are 0/1 and others are continuous numbers): binary supplier-selection variables plus continuous quantity variables, demand satisfaction, supplier capacity, minimum order quantity, diversification (maximum share per supplier), and volume discount tiers.
2. Solver-driven decision. The AHP stage runs in a spreadsheet or dedicated decision module within minutes. The MILP allocation model at moderate scale (50 suppliers x 200 items) solves in seconds to minutes on mature open-source or commercial solvers. A quarterly RFQ cycle or annual qualification refresh is typical. Sensitivity analysis on weights is standard practice — would the selection change if the price weight were 50% instead of 30%?
3. Field integration. Outputs are a supplier scorecard and a period allocation plan. ERP / procurement system integration plugs the result into the PO workflow. A monthly performance dashboard (actual defect rate, actual lead time, order fill rate) feeds back to update AHP weights. Audit trail: which PO went to which supplier and why — documented procurement governance.
Alternatives
Spreadsheet plus intuitive judgment
FreeZero license cost
Who it fits: Very small supplier base (<5 suppliers, <20 items)
- + No setup, familiar to everyone
- + Price comparison may be enough
- + Flexible customization
- − Multi-criteria judgment not quantified
- − No consistency check
- − Allocation done manually — diversification ignored
- − Performance history not tracked
Domestic enterprise procurement platform
Enterprise40,000–180,000 TRY license + 8,000–30,000 TRY/year maintenance (TR market observation)
Who it fits: Mid-size manufacturer (50-300 suppliers)
- + Local language support, tax and invoicing fit
- + Supplier scorecard module
- + ERP suite integration common
- − MCDM module usually a simple weighted score
- − MILP allocation seldom present
- − Limited consistency and sensitivity analysis
International enterprise procurement software
Enterprise60,000–400,000 EUR license + 15,000–80,000 EUR/year
Who it fits: Large manufacturer, multi-site groups, 500+ suppliers
- + Built-in AHP/TOPSIS modules
- + Optimization-driven allocation
- + Risk scoring and sustainability reporting
- − Expensive
- − 9-18 month implementation
- − Local regulation and market customization needed
Open-source solvers plus a custom decision model
Open SourceFree license; in-house build 10-18 weeks or 250K-750K TRY consulting
Who it fits: SMB with a data team and unusual constraint structures
- + No license fees
- + Mature open-source MILP solvers are adequate
- + AHP, TOPSIS, fuzzy AHP libraries available
- − Requires in-house OR / procurement expertise
- − ERP integration is a separate project
- − Ongoing maintenance
Recommendation
Ask in the meeting
- Do you support AHP, TOPSIS, or fuzzy AHP for multi-criteria decision making? Is the consistency ratio (CR) computed?
- Is order allocation modeled as a MILP, or is it a rule-based 'highest score wins' logic?
- Are diversification limits (maximum share per supplier) and minimum order quantity represented in the model?
- Does total cost of ownership (quality, delivery, compliance costs) sit in the module, or only unit price?
- What data sources feed your risk scoring (financial health, geographic concentration, geopolitical exposure)?
- How does the tool integrate with ERP suites and procurement management systems (API, file, enterprise service bus)?
- Can we pilot for 8-12 weeks against our current supplier base and real RFQ data? How is the gain measured?
- If we stop working with you, how do we export supplier scorecard history, AHP weights, allocation decisions, and PO links in a standard format?
Technical details
Editor’s note
This problem is called “finding the right supplier”, “procurement decision”, or “vendor selection” in everyday language. In academic literature it is studied as the Supplier Selection Problem, Vendor Selection, or Multi-Criteria Decision Making in Procurement. Without these terms a buyer cannot tell the difference between supplier list management (record keeping) and supplier selection optimization (decision making) when evaluating procurement software. The first records; the second decides.
The two most-skipped points in the field: First, the AHP consistency ratio (CR<0.1). Pairwise judgments can be self-contradictory — if price is 3x more important than quality, and quality is 3x more important than delivery, then price should logically be 9x more important than delivery; if a buyer says 2x, there is inconsistency. Without computing CR, wrong weights pick the wrong supplier. Second, total cost of ownership. The lowest unit price is not the lowest total cost. Defective parts go to scrap plus rework, late deliveries trigger expediting plus line stoppage plus penalties. A “cheap” bid is often 15-40% more expensive in reality.
Step-by-step path — for the SMB
Stage 1 — Measure before planning. At least 12 months of supplier performance data (defect rate, actual lead time, on-time fill rate, returns), active supplier list, spend by category, current concentration (top-supplier share in each category). If absent, start collecting last 6 months immediately.
Stage 2 — Extract the knowledge capital. Categories (strategic, leverage, bottleneck, routine — Kraljic matrix), which criteria matter per category (risk and sustainability for strategic items, price and lead time for routine items). Acceptable consistency threshold (CR<0.1 standard). Diversification policy (max single-supplier share — 50%, 70%, etc.).
Stage 3 — Pilot. 8-12 weeks. Start with 1-2 strategic categories. Build AHP weights, score existing suppliers, propose a new allocation via MILP. Success criteria fixed in advance: category total cost of ownership down 5% minimum, no production disruption, complete audit trail.
Stage 4 — Rollout. 4-9 months covering all categories. Quarterly scorecard refresh, annual pre-qualification renewal. Plug into ERP for PO workflow automation. Add risk scoring, sustainability reporting, and automated audit trail.
Risks — what can go wrong
- Subjective weight tug-of-war. AHP pairwise comparisons reflect individual intuition. Group AHP or geometric averaging is needed; a single judge’s opinion becomes a political call. CR catches inconsistency but not bias.
- Missing data. If defect rate and actual lead time are not tracked, AHP/TOPSIS leans on gut scores. 6-12 months of data collection must come first; otherwise the structure degrades into a fancy spreadsheet.
- Diversification paradox. A rule like “no supplier above 50%” forces the second-best supplier to win some volume; total cost rises but risk falls. Management must own this trade-off explicitly, or the procurement team takes the blame.
- Supplier relationship disruption. Score-driven selection can rattle long-term partnerships; strategic categories may need a “relationship tenure” criterion or a dual-source policy.
Technical view of the solution method
| Approach | Typical scale | Solve time | Guaranteed optimum? |
|---|---|---|---|
| Simple weighted score (sum) | Very small base | instant | No, no consistency |
| AHP (classical Saaty) | Small-mid base, 5-12 criteria | minutes | Yes if judgments consistent |
| TOPSIS / fuzzy AHP | Uncertain judgments, group decision | minutes | Closest-to-ideal point |
| ANP (Analytic Network Process) | Interdependent criteria | hours | More flexible hierarchy |
| MILP allocation (after AHP) | 20-500 suppliers, 50-2000 items | seconds-minutes | Yes (within limit) |
| Multi-objective (Pareto) | Risk-cost-sustainability trade-off | minutes-hours | Pareto frontier |
Objective function choices:
- Objective 1 — Weighted total cost minimum: Price plus quality penalty plus delivery penalty plus risk penalty. Classic MILP objective.
- Objective 2 — Single-source risk minimum: Maximum share per supplier or Herfindahl concentration index.
- Objective 3 — Supplier diversity maximum: Resilience priority in strategic categories.
- Objective 4 — Procurement carbon footprint minimum: Sustainability targets; per-item CO2 weighted.
Multi-objective handling: weighted sum or hierarchical (cost primary, risk and carbon as threshold constraints). Sensitivity analysis on weights is standard practice in a quarterly RFQ cycle.
Academic references
Listed in the sources field of the page frontmatter.
Sources
- Saaty, T. L. (1980). The Analytic Hierarchy Process. McGraw-Hill. Theoretical foundation of AHP — pairwise comparison, eigenvector weighting, consistency ratio.
- Weber, C. A., Current, J. R., and Benton, W. C. (1991). Vendor selection criteria and methods. European Journal of Operational Research, 50(1), 2–18. Classic review of supplier selection criteria.
- De Boer, L., Labro, E., and Morlacchi, P. (2001). A review of methods supporting supplier selection. European Journal of Purchasing & Supply Management, 7(2), 75–89. Modern method review.
- Ho, W., Xu, X., and Dey, P. K. (2010). Multi-criteria decision making approaches for supplier evaluation and selection: A literature review. European Journal of Operational Research, 202(1), 16–24. MCDM review.
- YÖK Thesis Center — keywords ’tedarikçi seçimi’ or ‘AHP’ — 200+ theses from Turkish academia. tez.yok.gov.tr
Glossary
- Supplier Selection
- An operations research problem of structuring pre-qualification and order allocation decisions across competing suppliers for the same input through formal criteria.
- Analytic Hierarchy Process (AHP)
- A classic MCDM method that decomposes a complex multi-criteria decision into hierarchical layers, derives weights through pairwise comparisons, and checks judgment consistency.
Related problems
A New Part Order Arrives — How Do I Get the Optimal Operation Sequence + Machine Choice + Setup?
If you are an SMB CNC manufacturer, tooling shop or engineering workshop producing 50-500 different parts, every new order puts the same decision in front of you: you take the customer's CAD model and have to work out on which machine, in which order, with which tool and fixture, and in how many setups the part will be made. If you simply write down the first feasible sequence that comes to mind, setup time grows 3-5x and parts that miss tolerance are reworked; finding the right sequence means comparing several alternative routings for the same part. When the decision lives only in one engineer's head, the similar-part memory walks out of the door when that engineer leaves, and routings of older parts are not refreshed when a new machine is bought. This page is for production-engineering teams who want to make the operation sequence and the machine assignment written and comparable as the bridge from design to make.
Backward from the Customer Order — Which Raw Material, When, and How Much Should I Order?
For mid-size manufacturing SMBs running 50-500 end items and 200-2,000 raw materials and sub-components (automotive Tier-2, white-goods component shops, furniture and assembly, machinery). With each product's parts list (BOM) and each part's procurement or production lead time on file, the question is: a customer orders 200 units of product X with a fixed delivery week — which raw materials in what quantity must be ordered which week, and which sub-parts must enter assembly when? Material requirements planning (academic name MRP) answers this question backwards from the delivery date and is the core logic underneath every ERP. Done on paper or by 'my supplier always takes 3 weeks' rules of thumb, you either run out and stop the line, or burn cash on excess stock.