Skip to content

Commit

Permalink
add schedule flight crews
Browse files Browse the repository at this point in the history
  • Loading branch information
khuyentran1401 committed Jul 7, 2021
1 parent 6f27822 commit 1a44f05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
"source": [
"Decision variable: \n",
"\n",
"$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"
]
},
{
Expand Down Expand Up @@ -1028,7 +1028,7 @@
"metadata": {},
"source": [
"Constraints:\n",
"* There must be at least one crew per flight\n",
"* There must be at least one airplane per flight\n",
"$$a \\cdot y\\geq b$$\n",
"\n",
"* The total hours of flights must be less than or equal to 1700\n",
Expand Down

0 comments on commit 1a44f05

Please sign in to comment.