Posted by hussein on July 29, 2000 at 23:43:10:
In Reply to: PRO#2 posted by Tim on July 29, 2000 at 23:20:56:
: Do we have to limit the number of flights this time as the first Project did!!
: Also, for the last time, will we have some input files
: for this project, or we should use he same as the first ones??
nope - no limits this time (thats explicitly noted in the question, btw)
test using the test files that were posted before ... we might post some more test data but dont rely on that - create your own test data with random sequences of add/remove/delay operations to add/remove/delay flights at the beginning, end and middle of the list ...
for example (very trivial examples):
add AAA 1 AAA 3 1 1 1 2000
add BBB 1 BBB 10 1 1 1 2000
add CCC 1 CCC 6 1 1 1 2000
add AAA 2 AAA 1 1 1 1 2000
add BBB 2 BBB 20 1 1 1 2000
add CCC 2 CCC 15 1 1 1 2000
delay AAA 1
delay BBB 1
delay CCC 1
delay AAA 2
delay BBB 2
delay CCC 2
remove AAA 1
remove BBB 1
remove CCC 1
remove AAA 2
remove BBB 2
remove CCC 2