Challenge July-2026

A Brick Factory

Solutions

A brick factory uses a single oven to fire batches of bricks. Five orders — A, B, C, D, and E — must each be scheduled as a single, uninterrupted activity within an 11-day planning horizon. Each order specifies how many batches it requires per day and how many days it runs:

OrderBatches per dayDuration (days)
A21
B14
C14
D12
E24

The oven’s batch capacity is not constant — it varies over time according to the following schedule:

DaysCapacity (batches)
0–12
1–31
3–51
5–103
10–111

At every point in time, the total number of batches from all orders running concurrently must not exceed the oven’s available capacity at that moment.

Goal: Find a start time for each of the five orders (within the 11-day horizon) so that the oven’s time-varying capacity is never exceeded.

Send your solutions to DecisionManagementCommunity@gmail.com.

Solutions: