1. Inputs
We load package dimensions per box and vehicle constraints per config (opening, cargo length/width/height).
Car Fit Check is deterministic. For each package and seat configuration, we compare required dimensions against opening and cargo limits, then classify the result into YES, MAYBE, or NO using fixed thresholds.
1. Inputs
We load package dimensions per box and vehicle constraints per config (opening, cargo length/width/height).
2. Orientation checks
Each package is evaluated across eligible orientations (for example straight or diagonal), then the best valid orientation is selected.
3. Margin classification
Margin thresholds map directly to result classes: safe positive margins produce YES, borderline margins produce MAYBE, and negative margins beyond threshold produce NO.
4. Page synthesis
The result page presents package table, limiting factor, assumptions, FAQ, and alternatives generated from deterministic rules.
Margin is above the safe threshold for the selected config and orientation.
Fit is borderline near the threshold. It can work, but loading precision matters.
At least one critical dimension fails by more than the borderline range.