You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,20 @@
1
1
# Airport Scheduling Problem (ASP)
2
2
3
-
Solving the Airport Scheduling Problem (ASP) with independent runways.
3
+
This project solves the Airport Scheduling Problem (ASP) with independent runways, focusing on optimizing aircraft scheduling to improve efficiency and minimize conflicts.
4
+
5
+
🏆 Winner of the Copa APA 2024.2 (Team "Prova Surpesa (01/04)")
6
+
A competition held between 27 undergraduate students from the Computer Science Center of the Federal University of Paraíba (CI/UFPB), where our algorithm won 1st place!
7
+
8
+

4
9
5
10
## TODO
6
11
7
12
-[x] Instance parser
8
13
-[x] Feasibility check
9
14
-[x] Constructive procedure
10
15
-[x] Local search
11
-
-[] Perturbation
12
-
-[] Methaheuristic
16
+
-[x] Perturbation
17
+
-[x] Methaheuristic
13
18
14
19
## Methaheuristics
15
20
@@ -18,13 +23,13 @@ Solving the Airport Scheduling Problem (ASP) with independent runways.
0 commit comments