We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f27822 commit 1a44f05Copy full SHA for 1a44f05
mathematical_programming/schedule_flight_crew/flight_crew_schedule.ipynb
@@ -572,7 +572,7 @@
572
"source": [
573
"Decision variable: \n",
574
"\n",
575
- "$y_j=1$ or $0$: Whether a crew is assigned to the sequence of flight $j$"
+ "$y_j=1$ or $0$: Whether the flight sequence $j$ is selected"
576
]
577
},
578
{
@@ -1028,7 +1028,7 @@
1028
"metadata": {},
1029
1030
"Constraints:\n",
1031
- "* There must be at least one crew per flight\n",
+ "* There must be at least one airplane per flight\n",
1032
"$$a \\cdot y\\geq b$$\n",
1033
1034
"* The total hours of flights must be less than or equal to 1700\n",
0 commit comments