I’m supposed to assign flights to gates through bridges, I have 6 bridges and a few constraints to fulfill while assigning.

Bridges: A1, A2, A3, A4, A5, A6.

Constraints:

  • The AIRBUS 319 can only use Bridges A1, A3, A5 due to technical compatibilities.
  • If a bridge is assigned, to be re-assigned again, we must make sure the time elapsed between the assigned flight and the next one is at least 40 minutes.

Optional constraint: Flights with short turnaround times ( < 50 minutes ) shall use the same bridge, otherwise, be re-assigned just like any other flight.

Input provided:

Arrival/Departure time | Company | Flight code (TB1743, AT400 …) | Aircraft (Boeing 73H, AIRBUS 320 …)

Similar questions and discussions