2017 IEEE/AIAA 36th Digital Avionics Systems Conference (DASC) 2017
DOI: 10.1109/dasc.2017.8101997
|View full text |Cite
|
Sign up to set email alerts
|

Efficient trajectory options allocation for the collaborative trajectory options program

Abstract: The Collaborative Trajectory Options Program (CTOP) is a Traffic Management Initiative (TMI) intended to control the air traffic flow rates at multiple specified Flow Constrained Areas (FCAs), where demand exceeds capacity. CTOP allows flight operators to submit the desired Trajectory Options Set (TOS) for each affected flight with associated Relative Trajectory Cost (RTC) for each option. CTOP then creates a feasible schedule that complies with capacity constraints by assigning affected flights with routes an… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
12
0

Year Published

2018
2018
2024
2024

Publication Types

Select...
5
2

Relationship

1
6

Authors

Journals

citations
Cited by 14 publications
(13 citation statements)
references
References 23 publications
0
12
0
Order By: Relevance
“…for j ⟵ 1 to SC do (10) MIN_COST � INF; (11) m max � min(j, total_cap); (12) for m ⟵ 0 to m max do (13) if (j − m) > T imb • K i n then (14) Continue; (15) end if (16) if (19) end if (20) end for (21) V j i � MIN_COST; (22) end for (23) end for (24) //backtrack output results (25)…”
Section: Candidate Strategies For a Corridor Once The Total Capacitymentioning
confidence: 99%
See 2 more Smart Citations
“…for j ⟵ 1 to SC do (10) MIN_COST � INF; (11) m max � min(j, total_cap); (12) for m ⟵ 0 to m max do (13) if (j − m) > T imb • K i n then (14) Continue; (15) end if (16) if (19) end if (20) end for (21) V j i � MIN_COST; (22) end for (23) end for (24) //backtrack output results (25)…”
Section: Candidate Strategies For a Corridor Once The Total Capacitymentioning
confidence: 99%
“…(3) //set the first T imb − 1 of array to 1, which corresponds to a solution; (4) for i ⟵ 0 to T imb − 1 do (5) index[i] � 1; (6) end for (7) Store the solution according to the values of array index[ ]; (8) while has Done (index, N, T imb ) do (9) for i ⟵ 0 to N + 1 do (10) //find the first 1-0 combination and change it to 0-1 combination; (11) if index[i] � � 1 and index[i] � � 0 then (12) index[i] � 0; (13) index[i] � 1; (14) Store the solution from index[ ]; (15) //move 1 of the left of 0-1 combination to the left of array; (16) int count � 0; (17) for j ⟵ 0 to i do (18) if index[j] � � 1 then (19) index[j] � 0; (20) index[count++] � 1; (21) end if (22) end for (23) end if (24) break; (25) end for (26) end while ALGORITHM 2: 0-1 combination algorithm for COR i . where Cost g and L g are the delay cost and air traffic control load if corridor COR g uses the strategy that node u represents.…”
Section: Strategy Generation Algorithm For Each Corridor Cormentioning
confidence: 99%
See 1 more Smart Citation
“…It can show the benefit of allowing airlines to reoptimize their internal delay cost functions. This work is closely related to our collaborators' work [26]. The key difference is that in [26], the two consecutive flights are scheduled to maintain a certain distance or time separation in order to satisfy the capacity constraints (named space-based), whereas in our work we require number of flights that are scheduled to arrive at a FCA in a time interval should be within its acceptance rate (named interval-based).…”
Section: Introductionmentioning
confidence: 99%
“…This work is closely related to our collaborators' work [26]. The key difference is that in [26], the two consecutive flights are scheduled to maintain a certain distance or time separation in order to satisfy the capacity constraints (named space-based), whereas in our work we require number of flights that are scheduled to arrive at a FCA in a time interval should be within its acceptance rate (named interval-based). The former formulation ambitiously solves TOS allocation problem and flight separation problem in a single optimization model and therefore can be computational challenging even for small test case with 30 flights.…”
Section: Introductionmentioning
confidence: 99%