Skip to content

Express effectiveness context model ​

1. Overview ​

Manages express effectiveness constraints that optimize item priority ordering — ensuring high-priority cargo is loaded preferentially.

1. Dependent Contexts ​

  1. Aircraft
  2. Stowage

2. Concepts / Entities ​

1. Absolute Order ​

Defines absolute priority ordering for predistribution mode.

orderi : Absolute priority order of item i.

2. Relative Order ​

Defines relative priority ordering for full-load mode.

relativeOrderij : Priority order of item i relative to item j.

3. Must-Ship Items ​

Items that must be shipped regardless of priority.

mustShipIndices : Index list of must-ship items.


3. Variables ​

1. Decision Variables ​

This context reuses decision variables from the stowage context and does not define independent decision variables.

2. Auxiliary Variables ​

This context does not define independent auxiliary variables.


4. Predicates ​

This context does not define independent predicates.


5. Sets ​

This context does not define independent sets; its limits range over items and positions from the stowage context.


6. Intermediate Values ​

This context does not define independent intermediate values.


7. Assertions ​

This context does not define independent assertions.


8. Constraints ​

1. Must-Ship Limit ​

[CN]: 必须发运限制

Description: Must-ship items must be loaded.

s.t.∑j∈Jxij=1,∀i∈MustShip

2. Item Priority Limit ​

[CN]: 货物优先级限制

Description: Higher priority items should be loaded before lower priority items.

s.t.priorityi<priorityj→loadedi≥loadedj,∀i,j∈Items

9. Objective Function (if applicable) ​

Minimize priority violation cost.

min∑i∈IpriorityViolationCosti

10. Algorithm References ​

This context does not define an independent algorithm reference.


11. Ubiquitous Language ​

TermSymbolDefinition
Absolute OrderAbsoluteOrderPriority ordering for predistribution mode
Relative OrderRelativeOrderPriority ordering for full-load mode
Must-Ship ItemsMustShipItems that must be shipped

12. Design Decisions ​

DecisionAlternativesRationale
Ordering modeAbsolute vs RelativeDifferent stowage modes use different ordering strategies

13. Change Log ​

No context-specific change entries are recorded on this page.