Soru

Zorluk: OrtaOptimization and Bounded Constraints

A regional logistics operator manages cargo transit on a river corridor using two types of vessels: Express Barges (EE) and Heavy-Haul Barges (HH). Weekly operational constraints are defined as follows:

- Fuel Allowance: Each Express Barge consumes 88 metric tons of fuel per trip, and each Heavy-Haul Barge consumes 1212 metric tons. Total weekly fuel consumption cannot exceed 144144 metric tons.
- Crew Availability: Each Express Barge requires 33 crew shifts, and each Heavy-Haul Barge requires 22 crew shifts. Total available crew shifts per week cannot exceed 3030.
- Service Minimum: The operator must deploy at least 22 Heavy-Haul Barges (H2H \ge 2) per week to maintain baseline commercial obligations.
- Profit Structure: Each Express Barge generates a net profit of $5,000\$5,000, and each Heavy-Haul Barge generates a net profit of $6,000\$6,000.

Match each operational metric on the left with its correct optimal value under the profit-maximizing schedule of integer barge deployments.

  • Number of Express Barges (EE) in the profit-maximizing schedule33
  • Number of Heavy-Haul Barges (HH) in the profit-maximizing schedule1010
  • Maximum total weekly profit achieved (in thousands of dollars)7575

Cevap

The profit-maximizing deployment requires 33 Express Barges and 1010 Heavy-Haul Barges, yielding a total maximum profit of 7575 thousand dollars ($75,000\$75,000).
The correct matches establish that deploying 33 Express Barges and 1010 Heavy-Haul Barges yields the maximum possible weekly profit of $75,000\$75,000. This combination uses 2(3)+3(10)=362(3) + 3(10) = 36 tons of fuel (using 100%100\% of fuel capacity) and 3(3)+2(10)=293(3) + 2(10) = 29 crew shifts (out of 3030 available), satisfying all joint constraints.

Adım Adım Çözüm

1
Formulate the linear programming inequalities from the narrative constraints.
Fuel constraint: 8E+12H144    2E+3H368E + 12H \le 144 \implies 2E + 3H \le 36.
Crew constraint: 3E+2H303E + 2H \le 30.
Bounds: H2H \ge 2, E0E \ge 0, with E,HZE, H \in \mathbb{Z}.
Profit function: P(E,H)=5E+6HP(E, H) = 5E + 6H (in thousands of dollars).
Converting real-world bounds into simplified algebraic inequalities is required to determine the feasible integer region.
2
Identify boundary integer candidate points near the intersection of the constraints.
Solving 2E+3H=362E + 3H = 36 and 3E+2H=303E + 2H = 30 gives 5H=48    H=9.6,E=3.65H = 48 \implies H = 9.6, E = 3.6.
Testing adjacent integer points (E,H)(E, H) within the feasible region:
- Case 1: H=10    2E+3036    E3H = 10 \implies 2E + 30 \le 36 \implies E \le 3. Check crew for (3,10)(3, 10): 3(3)+2(10)=29303(3) + 2(10) = 29 \le 30 (Feasible). Profit P=5(3)+6(10)=75P = 5(3) + 6(10) = 75.
- Case 2: H=9    2E+2736    E4H = 9 \implies 2E + 27 \le 36 \implies E \le 4. Check crew for (4,9)(4, 9): 3(4)+2(9)=30303(4) + 2(9) = 30 \le 30 (Feasible). Profit P=5(4)+6(9)=74P = 5(4) + 6(9) = 74.
- Case 3: H=12    2E+3636    E=0H = 12 \implies 2E + 36 \le 36 \implies E = 0. Check crew for (0,12)(0, 12): 3(0)+2(12)=24303(0) + 2(12) = 24 \le 30 (Feasible). Profit P=6(12)=72P = 6(12) = 72.
- Case 4: H=11    2E+3336    E1H = 11 \implies 2E + 33 \le 36 \implies E \le 1. Check crew for (1,11)(1, 11): 3(1)+2(11)=25303(1) + 2(11) = 25 \le 30 (Feasible). Profit P=5(1)+6(11)=71P = 5(1) + 6(11) = 71.
Since integer constraints apply, evaluating feasible grid points along the constraint boundary identifies the global maximum.
3
Compare profit outcomes and confirm optimal values.
The maximum profit occurs at (E,H)=(3,10)(E, H) = (3, 10), giving a profit of $75,000\$75,000.
Comparing all candidate integer points verifies that E=3E=3, H=10H=10, and P=75P=75 is the unique optimal solution.

Anahtar Kavram

Integer Optimization under Simultaneous Bounded Constraints
Bu soruyu puanla