Skip to content

Commit c0776bb

Browse files
authored
Merge pull request #57 from JayHarsha/patch-1
Update airlineplanning comments for constraint 2.ipynb
2 parents 3ecebb8 + f82f144 commit c0776bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aviation_planning/airlineplanning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@
945945
"\n",
946946
"Next, we make sure that a flight $f$ is operated by an aircraft $a$ only if $f$ is in the route taken by $a$.\n",
947947
"The quantity $\\sum_{f' \\in \\delta^+(f)} y_{a,f,f'}$ gives us the number of arcs that leave flight $f$; there can be either $0$ arcs or $1$ arc. \n",
948-
"If this quantity is $0$, then aircraft $f$ does not traverse flight $f$, and we set $x_{a,f}$ to be $0$.\n",
948+
"If this quantity is $0$, then aircraft $a$ does not traverse flight $f$, and we set $x_{a,f}$ to be $0$.\n",
949949
"This constraint can be mathematically expressed by the following inequality for each aircraft $a$ and flight $f$ in $F_a$\n",
950950
"\n",
951951
"\\begin{aligned} \n",

0 commit comments

Comments
 (0)