Packrift Benchmark Navigator

Maintainer review

Packrift packingsolver fixture inputs, objective, and boundaries.

A compact technical packet for maintainers and dataset reviewers. It explains the public Packrift source data, generated scenario inputs, packingsolver CSV mapping, declared objective, validation status, and what should not be inferred from the fixture pack.

350generated scenarios
1050input files
120candidate cartons
307source products

Reviewer questions

The short answer

What input data is being supplied?

The fixture supplies public Packrift carton candidates, generated item-line scenarios, scenario summaries, and an instance index that points to bins.csv, items.csv, and parameters.csv for each scenario.

What is the optimization goal?

Each generated parameters.csv declares variable-sized-bin-packing as the input objective. The package does not provide solver outputs or claim an optimal or quasi-optimal carton selection.

How does it relate to packingsolver?

The converter and format map produce packingsolver-style box input files, following the upstream parser expectation for bins, items, rotation flags, and parameters fields.

What makes the scenarios realistic?

Dimensions and carton candidates are derived from public Packrift product records, while scenario families mimic ecommerce fulfillment review situations such as apparel returns, subscription bundles, warehouse restock, and marketplace replacement.

What should not be inferred?

The fixture is not a live order log, price list, freight quote, inventory promise, maintainer acceptance statement, third-party endorsement, or solver benchmark result.

Input tables

What data is being supplied

TableRoleRowsSourceReviewer question
fixture_cartons_v2026.05.31.csvCandidate carton/bin records120Public Packrift product records with complete dimensions.Which cartons are allowed as bin candidates?
fixture_orders_v2026.05.31.csvGenerated ecommerce scenario item lines803Generated fixture scenarios using public Packrift source product dimensions.What item dimensions and quantities are being packed?
fixture_order_summaries_v2026.05.31.csvScenario-level review rows350Generated scenario metadata and target carton anchors.What scenario family and review band should a maintainer inspect?
instance-index.csvScenario-to-packingsolver file map350Generated file index for bins.csv, items.csv, and parameters.csv.Which input files correspond to each scenario?

Field coverage

How fields map to packingsolver inputs

Target fileTarget columnSource fileSource fieldTransform ruleClaim boundary
bins.csvIDfixture_cartons_v2026.05.31.csvcarton row orderzero-based integer indexNot a Packrift SKU or commercial identifier.
bins.csvX/Y/Zfixture_cartons_v2026.05.31.csvlength_in / width_in / height_inround(inches * 1000)Dimension scaling only; not live inventory or fulfillment promise.
bins.csvCOSTfixture_cartons_v2026.05.31.csvvolume_cuinround(volume_cuin * 1000)Not Packrift price, margin, freight, landed cost, or procurement cost.
bins.csvCOPIESscenario policyconstant1 candidate copy per carton typeNot live inventory or warehouse stock.
items.csvIDfixture_orders_v2026.05.31.csvorder line order within order_idzero-based integer indexNot a real order line ID.
items.csvX/Y/Zfixture_orders_v2026.05.31.csvitem_length_in / item_width_in / item_height_inround(inches * 1000)Generated scenario dimension inputs only.
items.csvCOPIESfixture_orders_v2026.05.31.csvitem_countpositive integer quantityGenerated scenario quantity, not a real customer order quantity.
items.csvPROFITcomputedscaled item dimensionsX * Y * ZNot commercial profit, margin, revenue, or optimization outcome.
items.csvROTATION_*scenario policyrotation allowances1 for all six axis permutations unless a documented handling constraint existsNot a promise that every item can be physically rotated in production.
parameters.csvobjectivescenario policyconstantvariable-sized-bin-packingDefines input intent only; no optimal or quasi-optimal solution is claimed.

Validation evidence

  • Converter validation status: pass
  • Complete scenario file sets: 350
  • Generated file counts: {"total":1050,"bins":350,"items":350,"parameters":350}
  • Data contract tables: fixture_cartons, fixture_orders, fixture_order_summaries, instance_index

Review boundary

  • Scenario groupings are generated and are not real customer orders.
  • No optimal or quasi-optimal solver solution is declared.
  • Target carton fields are scenario anchors for review, not solver answers.
  • COST and PROFIT are deterministic parser fields, not Packrift pricing, margin, or freight economics.
  • No upstream maintainer acceptance, third-party endorsement, live price, live inventory, or freight approval is implied.

Supporting files

Review packet sidecars

Count boundary: this is an owned Packrift technical review packet. It is not a third-party backlink, not a SEMrush/Bing referring-domain win, and not evidence that upstream packingsolver maintainers have accepted the fixture pack.