Skip to content

Commit 1a44f05

Browse files
add schedule flight crews
1 parent 6f27822 commit 1a44f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathematical_programming/schedule_flight_crew/flight_crew_schedule.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
"source": [
573573
"Decision variable: \n",
574574
"\n",
575-
"$y_j=1$ or $0$: Whether a crew is assigned to the sequence of flight $j$"
575+
"$y_j=1$ or $0$: Whether the flight sequence $j$ is selected"
576576
]
577577
},
578578
{
@@ -1028,7 +1028,7 @@
10281028
"metadata": {},
10291029
"source": [
10301030
"Constraints:\n",
1031-
"* There must be at least one crew per flight\n",
1031+
"* There must be at least one airplane per flight\n",
10321032
"$$a \\cdot y\\geq b$$\n",
10331033
"\n",
10341034
"* The total hours of flights must be less than or equal to 1700\n",

0 commit comments

Comments
 (0)