-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathP2.txt
14 lines (13 loc) · 783 Bytes
/
P2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Parameter for the Constraints
alpha 0.75 // Support Parameter in %
lambda 5 // distance for reachability in dm
balanced_part 0.7 // Part of balanced loading in %
// (De-)activation of Constraints
rotation 1 // Rotation of Items (0: n, 1: y)
capacity 1 // Load Capacity (0: n, 1: y)
unloading_sequence 2 // Unloading Sequence (0: n; 1: lifo, 2: mlifo)
vertical_stability 1 // Vertical Stability (0: n, 1: minimal support area, 2: robust stability (multiple overhanging), 3: robust stability 2 (top overhanging))
stacking 1 // Stacking Constraints (0: n, 1: fragility, 2: LBS Simplified, 3: LBS Complete)
reachability 0 // Reachability (0: n, 1: y)
axle_weights 0 // Axle Weight Constraint (0: n, 1: y)
balancing 0 // Balanced Loading (0: n, 1: y)