← Back to Handbooks

Material Procurement - Handbook

Type: LP (Linear Programming)

This handbook explains the Material Procurement sample problem in the LP Black Box platform.


The Problem

Scenario

A manufacturing company needs to purchase two materials: Steel and Aluminum.

MaterialCost per Unit ($)Weight per Unit (kg)
Steel251.0
Aluminum400.5

Your Goal

Minimize total purchase cost while meeting operational requirements.

The Constraints

  1. Budget: Cannot spend more than $2000

    Formula: 25×steel + 40×aluminum ≤ 2000

  2. Weight Limit: Total weight cannot exceed 80 kg

    Formula: 1×steel + 0.5×aluminum ≤ 80


How to Use

Step 1: Load the Sample

Select Material Procurement from the "Load Sample Problem" dropdown.

Step 2: Examine the Problem

Variables:

NameTypeLower Bound
steelContinuous0
aluminumContinuous0

Objective: Minimize cost (steel=25, aluminum=40)

Constraints:

Step 3: Solve and Interpret

The solver finds the optimal mix that minimizes cost while staying within budget and weight limits.


Try It Yourself


This sample demonstrates cost minimization with resource constraints.