Packrift optimization benchmark corpus

Google OR-Tools CP-SAT sample

OR-Tools carton selection example

Use a small static Packrift carton subset to demonstrate how an optimization model can screen candidate boxes before a buyer verifies live price, inventory, freight, checkout terms, and final fit on Packrift.com.

What the model does

What it does not do

Run locally

cd examples/ortools-carton-selection
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
python carton_selection.py

Source files