diff --git "a/atis_train.tsv" "b/atis_train.tsv" new file mode 100644--- /dev/null +++ "b/atis_train.tsv" @@ -0,0 +1,4433 @@ +list all the flight that arriv at ap0 from various citi ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( city $1 ) ( from $0 $1 ) ) ) ) ) +give me the flight leav ci0 mn0 dn0 come back to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the most expens one way fare from ci0 to ci1 on al0 ( max $0 ( exists $1 ( and ( oneway $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight return from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +can you list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 that go to ci1 and then ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ) ) +i'd like to see flight from ci0 to ci1 that arriv befor ti0 and i'd like to see flight from ci2 to ci1 that arriv befor ti0 ( lambda $0 e ( or ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci2 ) ( to $0 ci1 ) ) ) ) +can you list all round trip flight from ci1 to ci0 and then to ci2 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +show me the al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a al0 flight from ci1 to ci0 with a stopov in ci2 pleas ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +are there ani nonstop flight leav from ci0 arriv in ci1 on mn0 dn0 ( lambda $0 e ( and ( month_arrival $0 mn0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ( day_number_arrival $0 dn0 ) ( nonstop $0 ) ) ) +how can i get from ci0 to ci1 and back in the same day and have the most hour on the ground in ci1 ( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $2 ) ) ) ( = $1 ( argmax $2 ( and ( flight $2 ) ( to $0 ci0 ) ( from $0 ci1 ) ) ( departure_time $2 ) ) ) ) ) ) +are there ani flight between ci0 and ci1 use a ac0 aircraft ( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ac0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe rc0 stand for for meal rc0 +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight from ci0 to ci1 return on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_return $0 da0 ) ( day_number_return $0 dn0 ) ( month_return $0 mn0 ) ) ) +i need the cost of a ticket go from ci0 to ci1 a first class ticket on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +is there a flight between ci1 and ci2 with a stopov at ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +list the takeoff and land at ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +what flight are there from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there limo servic at ap0 ( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 ap0 ) ) ) +i need a flight from ci1 to ci0 da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +how much is a first class ticket from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +in ci0 i would like inform on ground transport ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what flight go from ci1 to ci0 via ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i'd like flight on al0 from ci0 to ci1 arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airlin from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what flight do you have in the morn of mn0 dn0 on al0 from ci1 to ci0 and a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the cost of a round trip flight from ci0 to ci1 begin on mn0 dn0 and return on mn1 dn1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like a flight from ci0 to ci1 leav at ti0 on mn0 dn0 ( lambda $0 e ( and ( month $0 mn0 ) ( departure_time $0 ti0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ( day_number $0 dn0 ) ) ) +are there ani nonstop flight from ci0 to ci1 that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to fli nonstop from ci0 to ci1 and get there at ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me da0 nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the type of aircraft for al0 fn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +can you give me inform on transport from the ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ( to_city $0 ci0 ) ) ) +list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the fare go from ci0 to ci1 one way on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like to see the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +on al0 how mani flight leav ci0 on mn0 dn0 to ci1 nonstop ( count $0 ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me flight between ci0 citi and ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight do you have from ci0 to ci1 washington ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me airlin abbrevi ( lambda $0 e ( airline $0 ) ) +show me all the avail flight from ci0 to ci1 with economi fare ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is fare code fb0 the same al0 busi class ( lambda $0 e ( and ( fare_basis_code $0 fb0 ) ( booking_class $0 business:cl ) ) ) +all flight and fare from ci0 to ci1 round trip after ti0 less than do0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need flight inform leav ci0 and arriv in ci1 for da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need to spend much of a day on the ground in ci0 find me an earli flight from ci1 and the lastest possibl flight back from ci0 ( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $2 ) ) ) ( = $1 ( argmax $2 ( and ( flight $2 ) ( to $0 ci1 ) ( from $0 ci0 ) ) ( departure_time $2 ) ) ) ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all al0 first class flight ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ) ) +latest flight from ci1 to ci0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +what ground transport is avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +i need a flight tonight from ci2 to ci0 with a stop in ci1 and i want dinner ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( tonight $0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +show me one way flight from ci1 to ci0 with the highest fare ( argmax $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +which al0 and al1 go through ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al1 ) ( airline $0 al0 ) ) ( < ( arrival_time $0 ) ti0 ) ( stop $0 ci0 ) ) ) +what are the most expens first class ticket between ci0 and ci1 ( argmax $0 ( and ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i'd like to book a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show all da0 morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the earli weekday flight from ci0 to ci1 ( lambda $0 e ( and ( during_day $0 early:pd ) ( weekday $0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ) ) +i would like to know what type of aircraft will be use on the morn of mn0 dn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +show flight from ci0 to ci1 that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci1 to ci0 da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +how mani passeng can a boe ac0 hold ( capacity boeing:mf ) +list all flight from ci0 to ci1 late da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( to $0 ci1 ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +list all flight depart from ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +i would like to find a flight that goe from ap0 to ci0 i would like the flight to be on al0 and arriv in ci0 around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) ) +i would like a flight leav from ci1 arriv in ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +pleas list all the takeoff and land for ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +first class from ci1 to ci0 ( lambda $0 e ( and ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the distanc from ap0 ci0 intern airport to ap0 ci0 ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +okay i want a flight origin in ci0 go to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the minimum connect time for ap0 ( lambda $0 e ( minimum_connection_time ap0 $0 ) ) +i'd like a ticket on a plane from ci0 to ci1 i would like a coach class or lowest fare ticket ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 coach:cl ) ( = $0 ( argmin $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ) ( fare $1 ) ) ) ) ) ) +could you pleas tell me the cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like an earli morn flight from ci0 into ci1 on mn0 dn0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list all flight arriv and depart at ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +show me all flight on al0 from ci0 to ci1 california which leav after ti0 o'clock am ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which airlin has the smallest plane leav ci0 and arriv in ci1 on mn0 dn0 ( airline:e ( argmin $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( capacity $0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest one way fare between ci0 and ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas give ground transport at ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +nonstop flight from ci0 citi to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a flight from ci0 to ci1 next da0 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what al0 flight leav ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ) ) +okay can you tell me the earliest flight which leav from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what are the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what are the flight from ci0 to ci1 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +show me the flight on al0 to ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( to $0 ci0 ) ) ) +what is first flight after ti0 from ci0 for ci1 ( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what do you have go from ci0 to ci1 serv breakfast ( lambda $0 e ( and ( meal $0 breakfast:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci0 to ci1 on da0 morn nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to fli from ci0 to ci1 to ci2 could you find me the cheapest way to do this ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ) ( fare $0 ) ) +all flight ci0 to ci1 on da0 arriv by ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what al0 leav ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ) ) +show me the flight from ci0 to ci1 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what is sa sa:dc +i would like to find flight from ci1 to ci0 after ti0 o'clock on da0 mn0 dn0 pleas ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me one way flight from ci1 to ci0 depart befor ti0 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the fare from ci0 to ci1 on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +find me a flight from ci1 to ci0 with layov in ci2 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what is the last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i need to make reserv from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show ground transport for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i would like a flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to origin my flight in ci0 stop in ci2 with the destin citi of ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +are there ani flight from ci0 to ci1 to ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ) ) +show me the latest dinner flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +pleas repeat the flight departur for da0 mn0 dn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i need to fli from ci0 to ci1 this da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all flight to ci0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( to $0 ci0 ) ) ) +what do these cost ( lambda $0 e ( fare $0 ) ) +on a flight from ci0 to ci1 that leav befor ti0 is there such a flight ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight leav ci0 and arriv in ci1 around ti0 next da0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +flight from ci0 to ci1 arriv between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +display type of aircraft depart from ci0 to ci1 befor ti0 ( lambda $0 e ( exists $1 ( and ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what round trip flight between ci0 and ci1 qualifi for fare code fb0 ( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the earliest flight from ci0 to ci1 that serv a meal ( argmin $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +of the flight avail from ci0 to ci1 on mn0 dn0 which airlin has the least expens flight ( airline:e ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) ) +tell me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail at ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i want to fli from ci0 to ci1 on either da0 even or da1 morn ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( during_day $0 evening:pd ) ( day $0 da0 ) ) ( and ( during_day $0 morning:pd ) ( day $0 da1 ) ) ) ) ) +show me flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i want a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the rc0 restrict rc0 +i would like to fli al0 from ci0 to ci1 in the late even what do you have avail ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 late_evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list all flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +okay that one great too now we'r go to go on mn0 dn0 ci0 to ci1 the latest nighttim departur one way ( departure_time ( argmax $0 ( and ( oneway $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) ) +what even flight do you have avail from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what do you have tomorrow morn from ci0 to ci1 ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +flight from ci0 to ci1 on da0 morn on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the latest return flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight from ci0 to ci1 arriv earliest in the morn ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $0 ) ) +show all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight are there tomorrow from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +list all al0 from ci0 to ci1 on da0 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like inform on flight between ci1 and ci0 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +show me the fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how mani airlin fli from ci0 to ci1 by way of ci2 ( count $0 ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( airline $1 $0 ) ) ) ) ) +al0 fn0 ci0 to ci1 what is the fare ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight go from ci0 to ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +find me the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i want to know the cheapest way to fli from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what is ap0 ap0 +what are the flight from ci0 to ci1 on da0 night ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( during_day $0 late:pd ) ) ) +i would like a list of the round trip flight between ci0 and ci1 on dn0 or dn1 of mn0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day_number $0 dn0 ) ( day_number $0 dn1 ) ) ( month $0 mn0 ) ) ) +list the flight from ci1 to ci0 via ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +inform on al0 from ci0 texa to ci1 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all the flight from ci0 to ci1 that return around ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_return_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli ci1 to ci0 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the latest afternoon flight depart ci0 and arriv in ci1 on mn0 dn0 ( argmax $0 ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +is there ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i'm look for ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +okay how about a flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list daili flight from ci0 to ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me airlin abbrevi ( lambda $0 e ( airline $0 ) ) +can you find out about the ground transport avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +flight from ci0 to ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to see the daili flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the cheapest one way flight from ci0 to ci1 leav ci0 after ti0 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what is the earliest flight in the morn to arriv in ci0 from ci1 ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +show me the type of aircraft that al0 use ( lambda $0 e ( and ( aircraft_code:t $0 ) ( exists $1 ( and ( airline $1 al0 ) ( aircraft_code $1 $0 ) ) ) ) ) +list all flight from ci0 to ci1 after ti0 da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe fare code fb0 mean fb0 +da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight from ci1 to ci0 leav tomorrow ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +what flight from ci0 to ci1 leav ci0 tomorrow ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +may i have a list of flight from ci0 to ci1 washington depart in the even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas give me inform on a flight on mn0 dn0 from ci0 to ci1 as earli as possibl ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +what is the latest flight avail between ci0 and ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me the al0 flight leav ci0 on da0 and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is ap0 ap0 +hi i need to get a flight from ci1 to ci0 depart befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list daili flight of al0 from ci0 to ci1 with first class servic ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all round trip flight from ci0 to ci1 depart either on mn0 dn0 or on mn0 dn1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( day_number $0 dn1 ) ( month $0 mn0 ) ) ( and ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) ) ) +a first class flight on al0 to ci0 on da0 in the next week ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me one way flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli from ci0 to ci1 what airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +is there an airlin that advertis have more flight than ani other airlin ( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( airline $1 $0 ) ) ) ) +what afternoon flight are avail from ci0 to ci1 on a weekday ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) ) +while i'm in ci0 what ground transport is avail ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +list daili flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight which leav ci0 tomorrow and arriv in ci1 after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +like inform on flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me first flight that arriv in ci0 from ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $0 ) ) +flight from ci0 to ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a flight leav ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what flight are avail da0 afternoon from ci0 to ci1 california ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +do you have a al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the ground transport avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +list all flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what type of aircraft is use on dn0 flight from ci0 to ci1 in the morn ( lambda $0 e ( aircraft ( argmin $1 ( and ( flight $1 ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ) ( departure_time $1 ) ) $0 ) ) +give me flight from ci0 to ci1 on al0 that offer first class ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the even flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list nonstop flight from ci0 to ci1 which arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can i take a singl airlin from ci0 to ci1 to ci2 back to ci0 ( lambda $0 e ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci2 ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ci2 ) ( to $1 ci0 ) ( airline $1 $0 ) ) ) ) ) +i would like to fli on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the round trip fare on al0 fn0 from ci1 to ci0 and return ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i want to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +in ci0 what kind of ground transport is there from the ap0 airport to ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what is the cheapest coach fare from ci0 to ci1 round trip ( min $0 ( exists $1 ( and ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the lowest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find a flight from ci2 to ci0 with a layov in ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +show me return flight from ci1 to ci0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i'd like a nonstop flight from ci0 to ci1 that get in around ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me the flight from ci0 to ci1 on dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ) ) +onli show al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ) ) +i'm in ci1 and i'd like to travel to ci0 on da0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +doe al0 serv ci0 ( services al0 ci0 ) +i would like to book a flight on mn0 dn0 from ci0 to ci1 in the late afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +how do i get from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i want a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me all nonstop from ci0 to ci1 that arriv on a da0 ( lambda $0 e ( and ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +i'd like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +first class fare from ci0 to ci1 pleas ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the cheapest fare from ci0 to ci1 in ani class ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas list all first class flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to arriv in ci0 around ti0 and i'm leav from ci1 ( lambda $0 e ( and ( approx_arrival_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas show me flight from ci0 to ci1 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +pleas book for me a flight on al0 from ci0 to ci1 earliest possibl time ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i need a list of late afternoon flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the fare for flight from ci0 to ci1 on da0 and da1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( or ( day $1 da0 ) ( day $1 da1 ) ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight both direct and connect from ci0 to either ci1 or ci2 that depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( nonstop $0 ) ( connecting $0 ) ) ) ) +would you be abl to put me on a flight with al0 leav the morn of mn0 dn0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what kind of airlin is flight al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the latest afternoon flight i can get from ci1 to ci0 on first class ( argmax $0 ( and ( flight $0 ) ( class_type $0 first:cl ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +show me first class airlin from ci0 to ci1 on next da0 first class onli ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +list ground transport option at ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what the cheapest one way flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +what flight from ci0 to ci1 after ti0 in the morn ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what al0 flight leav ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ) ) +flight from ci0 new jersey to ci1 ohio ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the morn flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the economi flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are current avail between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight go from ci1 to ci0 befor ti0 o'clock da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( during_day $0 afternoon:pd ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what flight from ci0 to ci1 on da0 with breakfast serv ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +now i need flight inform leav ci0 and arriv in ci1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +first class al0 from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +morn flight out of ci0 arriv ci1 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 afternoon:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci2 to ci0 with a layov in ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +pleas show me the return flight number from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( flight_number $1 ) $0 ) ) ) ) +pleas list ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +pleas give me flight schedul from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +what are the nonstop flight from ci0 to ci1 arriv on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ( day_number_arrival $0 dn0 ) ( month_arrival $0 mn0 ) ) ) +i would like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like first flight from ci0 to ci1 next da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what is the ground transport avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i would like to see the flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to see the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci0 to ci1 and i don't want ani stopov and i'd like to fli onli dure the afternoon ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is first flight from ci1 to ci0 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +show me a list of all the airlin that offer busi class servic ( lambda $0 e ( exists $1 ( and ( class_type $1 business:cl ) ( = ( airline:e $1 ) $0 ) ) ) ) +where do the flight from ci0 to ci1 stop ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 $0 ) ) ) ) +what flight go from ci0 to ci1 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what time are the flight from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +request flight inform from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +which al0 flight fli across this contin and leav from ci0 goe to ci1 and make a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +is there a al0 from ci1 to ci0 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +which citi doe al0 servic ( lambda $0 e ( and ( city $0 ) ( services al0 $0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe al0 mean al0 +now show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i need a flight from ci1 to ci0 leav after ti0 in the even ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is your last trip on mn0 dn0 from ci0 to ci1 ( argmax $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +what flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to fli from ci0 to ci1 on the morn of mn0 dn0 leav at ti0 ( lambda $0 e ( and ( departure_time $0 ti0 ) ( month $0 mn0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ( during_day $0 morning:pd ) ( day_number $0 dn0 ) ) ) +ground transport pleas in the citi of ci0 between ap0 airport and ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what flight are there from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to leav earli in the morn ( lambda $0 e ( and ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ) ) +i would like a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe it cost to fli from ci1 to ci0 on al0 fn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 ci2 or ci3 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( or ( to $0 ci1 ) ( to $0 ci2 ) ( to $0 ci3 ) ) ) ) +show me the airlin with first class flight ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 first:cl ) ( = ( airline:e $1 ) $0 ) ) ) ) +what the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what is the distanc between ap0 and downtown ci0 ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what are the flight from ci1 to ci0 on da0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ) ) +show me the flight from ci1 to ci0 with one stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +show me all al0 from ci1 to ci0 for mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +show me all al0 flight pleas ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cost for these flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight befor ti0 on mn0 dn0 from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +flight from ci1 to ci0 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +what al0 flight depart ci0 for ci1 on da0 or da1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +what is the earliest flight that i can get from ap1 to ap0 ( argmin $0 ( and ( flight $0 ) ( from $0 ap1 ) ( to $0 ap0 ) ) ( departure_time $0 ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what nonstop flight between ci0 and ci1 leav ci0 after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the earliest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +i would like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the schedul for airlin leav ci1 go to ci0 for next da0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +what airlin fli between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +round trip fare from ci0 to ci1 under do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +are there ani al0 flight fli into ci0 between ti0 and ti1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) ) +is there a flight from ci1 to ci0 that stop over in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +pleas show me the flight from ci0 to ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me ground transport in ci0 dure weekday ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( weekday $0 ) ) ) +show me round trip ticket from ci0 to ci1 ( lambda $0 e ( and ( to $0 ci1 ) ( from $0 ci0 ) ( round_trip $0 ) ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ground transport from ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i'd also like to see a list of the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like flight inform from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +yes i'd like a flight from ci0 to ci1 by way of ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what flight from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to see all one way flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the coach fare for flight from ci0 to ci1 leav after ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach:cl ) ( > ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +on da0 i'd like to find a flight from ci1 to ci0 that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me all the al0 leav ci0 between ti0 and ti1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the fare on dn0 flight from ci0 to ci1 on da0 morn ( fare ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) ) +i need a flight from ci2 to ci1 via ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci1 ) ( stop $0 ci0 ) ) ) +show me the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what airplan type fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +i'd like to have flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +look for a flight from ci0 to ci1 colorado ( lambda $0 e ( and ( flight $0 ) ( to $0 ci1 ) ( from $0 ci0 ) ) ) +do you have a flight from ci2 to ci1 with a stopov in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci1 ) ( stop $0 ci0 ) ) ) +from ci1 to ci0 on da0 mn0 dn0 yr0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +doe the ap0 have a name ap0 +what is the earliest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +can you show me flight that are economi class from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like to book a flight from ci0 to ci1 and i'd like to go on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a flight leav at ti0 from ci0 to ci1 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +show me the itinerari of the connect flight from ci0 to ci1 that depart ci0 at ti0 ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci0 to ci1 on da0 mn0 dn0 on either al0 al1 or al2 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ( airline $0 al2 ) ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the latest flight to ap0 ( argmax $0 ( and ( flight $0 ) ( to $0 ap0 ) ) ( departure_time $0 ) ) +explain restrict rc0 rc0 +show me the flight into ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what flight go from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what doe fare code fb0 mean fb0 +show me the flight on al0 or al1 which go through ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ) ( stop $0 ci0 ) ) ) +pleas give me the flight from ci0 to ci1 on da0 of next week ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas show me all round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me first class flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +could you give me a flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +tell me about flight on al0 from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the cheapest flight from ci0 to ci1 leav on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +show me all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list all al0 flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +are there ani flight from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what is the thrift economi flight fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 thrift:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i need inform on ground transport between ap0 airport and ci0 downtown in the citi of ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +give me the latest flight tomorrow on al0 from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +what are all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me all the flight from ci0 to ci1 round trip ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci0 to ci1 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight from ci0 which leav tomorrow and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +list all flight go from ci0 to ci1 after ti0 o'clock pm on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want da0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i want to leav ci0 and arriv in ci1 at ti0 o'clock in the afternoon ( lambda $0 e ( and ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci0 to ci1 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i want to fli ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like to find a flight from ci2 to ci0 and make a stop in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +what is the total schedul for al0 flight to all airport ( lambda $0 e ( exists $1 ( and ( = ( departure_time $1 ) $0 ) ( exists $2 ( and ( airport $2 ) ( to $1 $2 ) ) ) ( flight $1 ) ( airline $1 al0 ) ) ) ) +what are the citi serv by al0 ( lambda $0 e ( and ( city $0 ) ( services al0 $0 ) ) ) +what is the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +hello i'd like a al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what the smallest plane fli from ci0 to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( capacity $0 ) ) +is there an airlin that has a flight from ci1 to ci0 with a stop in ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i'm look for a flight travel from ci0 to ci1 one way and the cheapest way possibl ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 have ani flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list daili flight from ci0 to ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight direct and connect from ci0 to ci1 that arriv in ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( nonstop $0 ) ( connecting $0 ) ) ) ) +show me morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the latest flight i can get from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +yes i would like to find what flight are avail from ci0 to ci1 on the morn of mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the price of flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight between ci1 and ci0 for da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i need a return flight from ci1 to ci0 leav ci1 around ti0 in the even next da0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me ground transport in ci0 pleas ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i'd like a nonstop flight from ci1 to ci0 that serv dinner what avail ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( meal $0 dinner:me ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to make a one way flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight out of ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +do you have an afternoon flight leav in the afternoon go from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what are all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like flight between ci0 and ci1 on mn0 dn0 depart at ti0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +from ci0 to ci1 on mn0 dn0 i need the cheapest flight ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +what flight are there from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci1 to ci0 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +is there limousin servic avail at ap0 ( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 ap0 ) ) ) +what flight are there from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +now show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 leav in the afternoon on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want a flight on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show flight and fare inform from ci0 connect through ci1 to ci2 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +show me the type of aircraft that al0 use ( lambda $0 e ( and ( aircraft_code:t $0 ) ( exists $1 ( and ( airline $1 al0 ) ( aircraft_code $1 $0 ) ) ) ) ) +earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i need a flight from ci1 quebec to ci0 california leav this da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +coach fare onli weekday for ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( weekday $1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight from ci0 to ci1 which arriv befor ti0 o'clock am on da0 ( lambda $0 e ( and ( flight $0 ) ( day_arrival $0 da0 ) ( < ( arrival_time $0 ) ti0 ) ( to $0 ci1 ) ( from $0 ci0 ) ) ) +i would like to fli to ci0 for under do0 pleas show me the airfar between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list the cheapest flight from ci0 to ci1 arriv on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ( fare $0 ) ) +i want to fli from ci0 to ci1 with a stop in ci2 on a breakfast flight ( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +pleas explain fare code fb0 fb0 +what is fare code fb0 fb0 +pleas find a flight on al0 from ci1 to ci0 and give me the flight number ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( flight_number $1 ) $0 ) ) ) ) +ci0 to ci1 pleas with a stopov in ci2 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +can you list flight from ci0 to ci1 with the lowest one way fare ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what al0 stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +i also need servic from ci0 to ci1 arriv by ti0 ( lambda $0 e ( and ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what do you have tomorrow after ti0 o'clock from ci1 to ci0 ( lambda $0 e ( and ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +give me all flight from ci0 citi to ci1 that arriv on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +flight inform from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me flight avail from ci0 to ci1 leav on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +also show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +which airlin fli into and out of ci0 ( lambda $0 e ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( to $1 ci0 ) ( airline $1 $0 ) ) ) ) ) +display all flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the earliest flight i can get from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +are there ani flight from ci1 to ci0 stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i need a flight from ci0 to ci1 which will get me into ci1 by ti0 or as soon thereaft as possibl ( argmin $0 ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $0 ) ) +i'd like to fli earli tomorrow from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani flight doe al0 have with a class of servic code fb0 ( count $0 ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( airline $0 al0 ) ) ) +i'd like to see flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight leav from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +ci1 to ci0 pleas ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what the ground transport from ap0 ci1 to ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci1 ) ) ) +show me da0 and da1 flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show all flight on al0 from ci0 to ci2 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i'd like to leav ci0 in the afternoon and arriv in ci1 at ti0 ( lambda $0 e ( and ( arrival_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight inform from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight both direct and connect to either ci0 or ci1 from ci2 that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( or ( nonstop $0 ) ( connecting $0 ) ) ) ) +on al0 ani class servic from ci0 to ci1 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like inform on al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +display all flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me flight from ci0 to ci1 on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list daili flight from ci0 to ci1 with first class servic ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 earli on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what first flight after ti0 leav ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i'd like a flight from ci1 that stop in ci2 and goe on to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what is the fare for flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +list all flight go from ci0 to ci1 befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me the flight and fare on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( = ( fare $0 ) $1 ) ) ) ) +show me all flight from ci0 to ci1 on al0 depart at ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 arriv after ti0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airlin use the code al0 al0 +what flight are avail with fb0 fare from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci1 to ci0 also on da0 dn0 of mn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like inform on ani flight from ci1 to ci0 leav da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +now show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to go from ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is ap0 ap0 +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the even flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what citi are serv by al0 intern ( lambda $0 e ( and ( city $0 ) ( services al0 $0 ) ) ) +what doe fare code fb0 mean fb0 +what doe ap0 mean ap0 +what ground transport is avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +show me al0 leav ci0 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +how mani al0 flight leav from ci0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what ground transport is avail at the ap0 ( lambda $0 e ( and ( from_airport $0 ap0 ) ( ground_transport $0 ) ) ) +okay that sound great let go from ci0 on mn0 dn0 in the morn to ci1 least expens fare one way ( departure_time ( argmin $0 ( and ( oneway $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) ) +i would like to know some inform on flight leav ci0 arriv in ci1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the ground transport like at ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what flight are there between ci0 and ci1 after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 leav da0 and da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +pleas show me flight avail from ci0 to ci1 on a weekday ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) ) +what flight leav from ci0 to ci1 on mn0 dn0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like to fli from ci0 to ci1 da0 morn from ci1 to ci2 da1 morn and from ci2 to ci0 on da2 morn ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( during_day $0 morning:pd ) ( during_day $1 morning:pd ) ( during_day $2 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( from $1 ci1 ) ( to $1 ci2 ) ( from $2 ci2 ) ( to $2 ci0 ) ( day $0 da0 ) ( day $1 da1 ) ( day $2 da2 ) ) ) ) ) +show me the flight from ci1 to ci0 leav after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +which airlin has the most busi class flight ( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( class_type $1 business:cl ) ( airline $1 $0 ) ) ) ) +doe al0 flight from ci0 to ci1 stop in ci2 serv lunch ( lambda $0 e ( and ( flight $0 ) ( meal $0 lunch:me ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +flight from ci0 to ci1 on al0 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list flight from ci1 to ci0 da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +flight from ci1 and ci2 to ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci2 ) ( from $0 ci1 ) ) ( to $0 ci0 ) ) ) +i would like a flight from ci0 to ci1 that make a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +pleas list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what kind of aircraft doe al0 fli befor ti0 on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +is there a al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +in ci0 i'd like to rent a car ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +i would like to fli from ci0 to ci1 pleas tell me what are the time of the flight ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +do you have a flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me a list of flight from ci0 to ci1 leav after ti0 and arriv befor ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the rental car inform in ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +what flight leav ci0 on da0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +show me economi fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how mani first class flight doe al0 have leav from all citi today ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( today $0 ) ) ) +list daili flight from ci0 to ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want a flight depart from ci1 to ci0 that leav in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the flight from ci0 to ci1 arriv mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number_arrival $0 dn0 ) ( month_arrival $0 mn0 ) ) ) +what flight stop in ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( stop $0 ci0 ) ) ) +what are the flight number of the flight which go from ci0 to ci1 via ci2 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( = ( flight_number $1 ) $0 ) ) ) ) +give me the earliest flight on al0 tomorrow from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +pleas show me all one way first class flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need to book a flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like to see all the flight with their fare from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i want a round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what kind of aircraft is use on first class al0 flight from ci1 to ci0 with a ci2 stopov ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +i need a flight from ci0 to ci1 reach ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +now list for me onli the al0 that flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight class for al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( = ( booking_class $1 ) $0 ) ) ) ) +show me the airlin that fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +is there ground transport between ap0 airport and ci0 downtown in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me flight from ci1 to ci0 da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the flight arriv around ti0 in ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how much is a first class ticket from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +give me the round trip coach fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what the cheapest round trip fare between ci0 and ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the schedul of flight from ci1 to ci0 for mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +show me the even flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how can i go from ci1 to ci0 late tomorrow ( lambda $0 e ( and ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +do you have ani flight from ci1 to ci0 that stop over in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +thank you i also need to travel next da0 even from ci1 to ci0 ( lambda $0 e ( and ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the earliest departur time from ci0 to ci1 ( departure_time ( argmin $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) ) +do you have a flight from ci0 to ci1 that will stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i'd like to fli from ci0 to ci1 tomorrow morn as earli as possibl what avail ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +show me all flight and fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( = ( fare $0 ) $1 ) ) ) ) +on mn0 dn0 would like to fli from ci0 to ci1 at about ti0 o'clock in the morn ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like to book a flight on al0 from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the cheapest fare between ci0 and ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list flight from ci0 to ci1 leav after ti0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the number of flight leav ci1 for ci0 befor ti0 in the morn ( count $0 ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +is there ground transport from the ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +is there a round trip flight from ci0 to ci1 via ci2 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +price of flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how long is a trip from ap0 to downtown ci0 ( lambda $0 e ( exists $1 ( and ( = ( minutes_distant $1 ) $0 ) ( to_city $1 ci0 ) ( from_airport $1 ap0 ) ) ) ) +are there ani other flight from ci0 to ci1 da0 next week later than ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the last flight out of ci0 to ci1 in the even on da0 ( argmax $0 ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +display flight from ci0 to ci1 which depart between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 round trip less than do0 ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) do0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +airlin code al0 al0 +what is the ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +could i have list of flight from ci0 to ci1 canada leav on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 serv ci0 ( services al0 ci0 ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight avail from ci0 to ci1 for da0 and also the price ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) ) +could you tell me about ground transport arrang from the ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to fli from ci1 to ci0 at approxim ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight are avail da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what al0 flight go through ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +what is the lowest price fare from ci1 to ci0 on flight al0 fn0 and al0 fn1 ( min $0 ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( or ( flight_number $1 fn0 ) ( flight_number $1 fn1 ) ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas give me the flight avail from ci0 to ci1 on da0 of next week ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +which al0 stop in ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( arrival_time $0 ) ti0 ) ( stop $0 ci0 ) ) ) +what the fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what doe the fare code fb0 and fb1 mean ( lambda $0 e ( or ( = $0 fb0 ) ( = $0 fb1 ) ) ) +flight from ci0 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the flight for me that leav ci0 on da0 morn and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i am look to get one air fare from ci1 to ci0 on a ac0 leav mn0 dn0 ( lambda $0 e ( exists $1 ( and ( aircraft_code $1 ac0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight are avail from ci0 to ci1 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +what are the ground transport servic in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +is there a flight from ci1 to ci0 which connect in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i need to go from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all al0 flight from ci0 to ci1 which arriv on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +a first class flight to ci0 on al0 da0 next week ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +which al0 flight go through ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +is there a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what kind of ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +pleas give me even flight leav ci1 to ci0 da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show the flight from ci1 to ci0 again on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +list lowest cost flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me all daili flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 by way of ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me the least expens flight leav ci0 on da0 after ti0 o'clock ti0 and arriv ci1 ( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) +i want to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +okay i would like to know the type of aircraft use on a flight from ci0 to ci1 pleas ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what are the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are the da0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +can you give me the latest flight from ci0 to ci1 on mn0 dn0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +what are my choic of flight to get from ci0 to ci1 arriv about ti0 in ci1 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list possibl round trip daili flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the ground transport avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +round trip fare from ci0 to ci1 under do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i want to leav from ci0 and go to ci1 ci2 and ci3 pleas list these flight ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( or ( to $0 ci1 ) ( to $0 ci2 ) ( to $0 ci3 ) ) ) ) +what about a car rental in ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +display all flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what night flight do you have from ci0 to ci1 on al0 on the even of mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 evening:pd ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me all the flight on al0 from ci0 to ci2 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me all flight from ci1 to ci0 which leav the day after tomorrow after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_after_tomorrow $0 ) ) ) +airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) +show me al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas give me flight avail from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 after ti0 o'clock pm befor ti1 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is ap0 ap0 +list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airlin is al0 al0 +list all round trip flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +find a transcontinent flight on al0 from ci1 to ci0 that make a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +doe al0 fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me all flight from ci0 to ci1 on da0 which leav ci0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like a flight on al0 from ci1 to ci0 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +list the nonstop flight from ci1 to ci0 on a da0 along with the fare that are less than do0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( nonstop $0 ) ( < ( fare $0 ) do0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) ) +nonstop or connect flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( or ( nonstop $0 ) ( connecting $0 ) ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the ground transport in the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +show all nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas list the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are the flight from ci0 to ci1 on da0 night ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like an even flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what the lowest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +inform of a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how mani citi are serv by al0 with first class flight ( count $0 ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( to $1 $0 ) ) ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest ticket from ci1 to ci0 on da0 mn0 dn0 ( argmin $0 ( and ( day $0 da0 ) ( to $0 ci0 ) ( from $0 ci1 ) ( month $0 mn0 ) ( day_number $0 dn0 ) ) ( fare $0 ) ) +i would like the earliest morn flight from ci0 to ci1 on da0 morn ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what are the cost of morn flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight leav from ci0 to ci1 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the latest flight in the day to arriv in ci0 from ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +what is the cheapest fare from ci0 to ci1 round trip ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the earliest al0 flight fli from ci0 to ci1 and arriv on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +display all flight from ci1 to ci0 on al0 stop over in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +display all flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +could you pleas give me the round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me first class round trip flight from ci0 to ci1 i want the cheapest first class fare pleas ( argmin $0 ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +i need a flight leav ci1 next da0 arriv in ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what doe fb0 mean fb0 +show all flight from ci1 to ci0 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +list the flight arriv in ci0 from ci1 befor ti0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( month $0 mn0 ) ) ) +i need a flight after ti0 on da0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the earliest flight on da0 from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +i'd like to make a trip from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how much doe it cost to fli from ci0 to ci1 on a da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the least expens flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find a nonstop flight between ci0 and ci1 arriv in ci1 around ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me a list of airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) +what first class flight are avail from ci0 to ci1 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +what flight are there from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show first flight from ci0 to ci1 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +i would like inform on flight from ci0 california to ci1 leav on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are avail from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +explain fare code fb0 fb0 +show me the nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ti0 flight on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like a limo in ci0 on mn0 dn0 ( lambda $0 e ( and ( limousine $0 ) ( to_city $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +pleas list flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight arriv at ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +what is the earliest flight in the morn from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +on da0 dn0 flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ) ) +in ci0 i would like inform on ground transport ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what doe ground transport look like in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +flight from ci0 to ci1 on da0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +can you list all nonstop flight between ci0 and ci1 that leav in the afternoon and arriv soon after ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight from ci0 to anywher on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find the flight leav ci1 and go to ci0 that leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +daili flight from ci0 to ci1 depart ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +how mani citi are serv by al0 with first class flight ( count $0 ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( to $1 $0 ) ) ) ) ) +what flight from ci1 to ci0 arriv befor ti0 in ci0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +all right give me the flight time in the morn on mn0 dn0 from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( during_day $1 morning:pd ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +lowest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +a list of all flight from ci0 to ci1 befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +da0 flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +can you list flight depart from ci0 and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me flight leav from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find travel arrang for a one way flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all daili flight between ci0 and ci1 as well al0 ci0 and ci1 use al1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list avail flight for next da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +ci1 to ci0 pleas breakfast flight ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +can i fli from ci0 to ci1 washington ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight do you have from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 which leav after ti0 o'clock pm tomorrow ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +are there ani flight from ci0 to ci1 which stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i want to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are all the avail meal ( lambda $0 e ( meal_code $0 ) ) +show me all flight from ci0 or ci1 or ci2 to ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci0 ) ( from $0 ci1 ) ( from $0 ci2 ) ) ( to $0 ci3 ) ) ) +economi fare ci0 to ci1 round trip ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me citi serv both by al0 and al1 intern ( lambda $0 e ( and ( city $0 ) ( services al1 $0 ) ( services al0 $0 ) ) ) +show me all one way fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the latest al0 flight leav ci0 and return to ci1 ( argmax $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me ci0 ground transport ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +list all al0 flight from ci0 to ci1 that arriv in ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe fare code fb0 mean fb0 +now show me the flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the most expens flight from ci0 to ci1 round trip ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +i need to know inform for flight leav ci0 on da0 even and return to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cost of a round trip ticket fli from ci0 to ci1 ci1 to ci2 leav mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci2 ) ( stop $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list all flight into ci0 befor ti0 on al0 and al1 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ) ( < ( arrival_time $0 ) ti0 ) ( to $0 ci0 ) ) ) +round trip fare from ci0 to ci1 under do0 and ci2 to ci1 under do0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( or ( and ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ) ( and ( < ( fare $1 ) do0 ) ( from $1 ci2 ) ( to $1 ci1 ) ) ) ( = ( fare $1 ) $0 ) ) ) ) +all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +are there ani flight on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani airlin have flight with servic class fb0 ( count $0 ( and ( exists $1 ( and ( fare_basis_code $1 fb0 ) ( flight $1 ) ( airline $1 $0 ) ) ) ( airline $0 ) ) ) +i want to know what flight you have avail coach or economi class from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( or ( economy $0 ) ( class_type $0 coach:cl ) ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me flight that arriv in ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like an afternoon flight leav da0 ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a flight from ci0 to ci1 stop in ci2 the flight should also serv lunch ( lambda $0 e ( and ( flight $0 ) ( meal $0 lunch:me ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what'r the cheapest nonstop flight from ci0 to ci1 one way ( argmin $0 ( and ( flight $0 ) ( nonstop $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +request flight inform for flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +al0 fn0 leav ci0 at ti0 what is the arriv time in ci1 ( lambda $0 e ( and ( airline $0 al0 ) ( flight_number $0 fn0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to know if you have ani flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me the name of airlin in ci0 ( lambda $0 e ( exists $1 ( and ( airline $1 ) ( services $1 ci0 ) ( named $1 $0 ) ) ) ) +give me the flight from ci0 citi to ci1 on da0 and the flight from ci2 to ci1 on da0 ( lambda $0 e ( or ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all nonstop flight between ci0 and ci1 leav after ti0 and arriv after ti1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ti0 ) ( > ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +now i need a one way flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +we'r go from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what airlin fli ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +pleas list the flight from ci1 to ci0 arriv after ti0 time ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the fare from ci0 to ci1 busi class one way ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( class_type $1 business:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +which airlin fli from ci1 to ci0 via other citi ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( exists $2 ( and ( city $2 ) ( stop $1 $2 ) ) ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is ap0 ap0 +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i now need a flight from ci0 to ci1 leav on da0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ) ) +i would like the flight from ci0 to ci1 that has the cheapest one way fare ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +how long doe it take to get from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( to $1 ci1 ) ( from $1 ci0 ) ( = ( time_elapsed $1 ) $0 ) ) ) ) +i'd like to see the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is fare code fb0 fb0 +show me all flight from ci0 to ci1 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me the flight from ci0 to ci1 that leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight arriv to ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 arriv after ti0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +all flight and fare from ci0 to ci1 round trip after ti0 less than do0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +what flight are avail between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight on al0 to ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( to $0 ci0 ) ) ) +pleas show me airlin with flight servic from ci0 to ci1 from ci1 to ci2 and from ci2 to ci0 ( lambda $0 e ( and ( airline $0 ) ( and ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci2 ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ci2 ) ( to $1 ci0 ) ( airline $1 $0 ) ) ) ) ) ) +what kind of airplan goe from ci1 to ci0 befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +i would like to find the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +on mn0 dn0 i would like a flight from ci1 to ci0 in the earli am ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +how mani fare code belong to economi class ( count $0 ( and ( fare_basis_code $0 ) ( economy $0 ) ) ) +what flight go from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need inform for ground transport ci0 colorado ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me the itinerari for the connect flight from ci0 to ci1 that depart ci0 at ti0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to know the type of ground transport from the ap0 airport to ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what are the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all the flight to ci0 from ci1 or ci2 or ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci1 ) ( from $0 ci2 ) ( from $0 ci3 ) ) ( to $0 ci0 ) ) ) +all right now i need a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i'd like to buy a coach class ticket from ci0 to ci1 with a stopov in ci2 ( lambda $0 e ( and ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +hi i'd like to fli from ci0 to ci1 and make a stop in ci2 along the way ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +where doe al0 intern fli to ( lambda $0 e ( and ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( to $1 $0 ) ) ) ) ) +i would like a flight from ci0 to ci1 depart at ti0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the cheapest flight from ci1 to ci0 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( fare $0 ) ) +okay can you tell me the flight cost between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight are avail from ci1 to ci0 late dn0 or earli dn1 ( lambda $0 e ( and ( flight $0 ) ( or ( and ( day_number $0 dn0 ) ( during_day $0 late:pd ) ) ( and ( during_day $0 early:pd ) ( day_number $0 dn1 ) ) ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are my choic of flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +al0 from ci0 pleas ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +tell me distanc from ap0 to the ci0 citi ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me round trip first class ticket from ci0 to ci1 ( lambda $0 e ( and ( to $0 ci1 ) ( from $0 ci0 ) ( round_trip $0 ) ( class_type $0 first:cl ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want to travel from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like to make a reserv for a flight to ci0 from ci1 on this come da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +yes on the al0 leav ci0 at ti0 arriv ci1 ti1 what type of equip is use on that flight ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( departure_time $1 ti0 ) ( arrival_time $1 ti1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what are the flight ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all flight on al0 which leav ci0 and arriv in ci1 depart on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the al0 flight from ci0 to ci1 leav on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what are the afternoon flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want da0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i'd like to see the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a nonstop flight from ci0 to ci1 arriv between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me what flight are avail from ci0 to ci1 with economi fare ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci0 to ci1 for tomorrow night or even ( lambda $0 e ( and ( flight $0 ) ( or ( during_day $0 evening:pd ) ( during_day $0 late:pd ) ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +pleas list the flight time from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +list all flight on al0 leav ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what type of ground transport are avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i need inform on a flight from ci0 to ci2 that would stop in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ) ) +what are the round trip flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +doe ani airlin have an afternoon flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 afternoon:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me the flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +where doe flight al0 fn0 from ci0 to ci1 stop ( lambda $0 e ( stop ( the $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ) ) $0 ) ) +what are the afternoon flight leav from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like the least expens airfar flight on da0 to ci1 from ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) +what flight are there from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what flight are avail on al0 from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +list all afternoon flight leav ci0 and arriv in ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 georgia ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight from ci1 to ci0 on mn0 dn0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like to fli al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to know the ground travel avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me all ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest breakfast flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +afternoon flight from ci1 to ci0 pleas that leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what the airport at ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) +show me all the inform about the flight from ci0 to ci1 which is list al0 fn0 / al0 fn1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( or ( flight_number $0 fn0 ) ( flight_number $0 fn1 ) ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ti0 o'clock pm daili ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +can i rent a car in ci0 too ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +pleas list the flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +can you give me inform on all the flight from ci0 no from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( not ( from $0 ci0 ) ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need the cheapest direct flight from ci0 to ci1 leav on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +pleas list all airlin flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to travel from ci0 to ci1 on a da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the earliest flight leav ci0 on mn0 dn0 to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +show ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +is al0 al0 ( = al0 ( abbrev usair:al ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what flight do you have from ci0 new jersey to ci1 california that connect in ci2 ( lambda $0 e ( and ( stop $0 ci2 ) ( flight $0 ) ( to $0 ci1 ) ( from $0 ci0 ) ) ) +i am interest in a flight from ci0 to ci1 the flight should be al0 and leav in the afternoon i need to know the aircraft and flight number ( lambda $0 e ( exists $1 ( exists $2 ( and ( flight $2 ) ( airline $2 al0 ) ( during_day $2 afternoon:pd ) ( from $2 ci0 ) ( to $2 ci1 ) ( = ( aircraft_code $2 ) $0 ) ( = ( flight_number $2 ) $1 ) ) ) ) ) +what flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +give me flight without fare from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest flight between ci0 and ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +okay and on mn0 dn0 i would like to go from ci0 to ci1 leav earli in the morn around ti0 ( lambda $0 e ( and ( from $0 ci0 ) ( approx_departure_time $0 ti0 ) ( during_day $0 morning:pd ) ( during_day $0 early:pd ) ( to $0 ci1 ) ( month $0 mn0 ) ( day_number $0 dn0 ) ) ) +what flight doe al0 have from ci0 to ci1 after ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +now get me from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 stand for al0 ( = al0 ( abbrev delta:al ) ) +show me the airlin for flight to or from ap0 ( lambda $0 e ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( or ( from $1 ap0 ) ( to $1 ap0 ) ) ( airline $1 $0 ) ) ) ) ) +list all the flight that arriv at ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +list all flight go from ci0 to ci1 befor ti0 o'clock am on da0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas show me al0 from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show afternoon flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight leav ci1 and arriv in ci0 after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) ) +which airlin fli from ci1 to ci0 and have a stopov in ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what flight are there between ci1 and ci0 which are nonstop and arriv after ti0 and befor ti1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +how long doe it take to fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( time_elapsed $1 ) $0 ) ) ) ) +show me round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +on mn0 dn0 what flight are avail between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i need a flight from ci0 to ci1 north carolina next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas list ani flight avail leav ci0 california da0 arriv ci1 da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_arrival $0 da1 ) ) ) +i need to make a trip start in ci0 go to ci1 ci2 ci3 and back to ci0 ( lambda $0 e ( exists $1 ( lambda $2 e ( lambda $3 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( flight $3 ) ( from $0 ci0 ) ( to $0 ci1 ) ( from $1 ci1 ) ( to $1 ci2 ) ( from $2 ci2 ) ( to $2 ci3 ) ( from $3 ci3 ) ( to $3 ci0 ) ) ) ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe rc0 mean rc0 +show me all the al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what kind of ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +list number of peopl that can be carri on each type of plane that fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( aircraft $1 ) ( exists $2 ( flight $2 ) ) ) ) ) +flight from ci0 ci1 and ci2 to ci3 where the round trip fare for each is less than do0 ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) do0 ) ( or ( from $0 ci0 ) ( from $0 ci1 ) ( from $0 ci2 ) ) ( to $0 ci3 ) ) ) +what type of aircraft leav from ci1 to ci0 befor ti0 ( lambda $0 e ( exists $1 ( and ( < ( departure_time $1 ) ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +show me the flight on al0 from ci0 to ci1 on the even of mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( during_day $0 evening:pd ) ) ) +which flight are between ci0 and ci1 washington ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to find the least expens flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show all flight with first class from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to find the cheapest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +are there ani flight next da0 morn from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 arriv between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +are there ani flight from ci0 to ci1 on da0 on al0 ( lambda $0 e ( and ( airline $0 al0 ) ( day $0 da0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ) ) +nonstop flight ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to know flight on mn0 dn0 from ci0 to ci1 after ti0 pleas ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +flight from ci1 to ci0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight arriv at ap0 from other airport ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( airport $1 ) ( from $0 $1 ) ) ) ) ) +what is first flight that travel from ci0 to ci1 that serv lunch ( argmin $0 ( and ( flight $0 ) ( meal $0 lunch:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +list the flight arriv in ci0 from ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ) +what ground transport can i take into ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what flight leav ap0 for ci0 and arriv ti0 ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ti0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) ) +how about flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight can i find from ci1 to ci0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +tell me about flight leav from ci0 and go to ci1 north carolina next da0 i need to know about flight that arriv in ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the earliest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +show nonstop flight from ci0 to ci1 on a da0 which cost less than do0 one way ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( oneway $0 ) ) ) +what'r the flight from ci0 citi to ci1 that arriv on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +list first class flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci2 to ci1 via ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci2 ) ( to $0 ci1 ) ( stop $0 ci0 ) ) ) +what flight are there arriv in ci0 on al0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( arrival_time $0 ) ti0 ) ( to $0 ci0 ) ) ) +what is the latest flight leav ci0 return to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +can you show me the flight from ci0 to ci1 with economi fare ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe flight al0 fn0 from ci0 to ci1 fli on da0 ( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what doe ap0 mean ap0 +what are the flight avail in the morn between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the cost of a flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +which flight on al0 and al1 go through ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ) ( stop $0 ci0 ) ) ) +what airlin is al0 al0 +give me a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what airlin leav from ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +and i'll need ground transport for da0 mn0 dn0 to da1 mn0 dn1 in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( day $0 da0 ) ( month $0 mn0 ) ( day_number $0 dn0 ) ( day $0 da1 ) ( day_number $0 dn1 ) ( to_city $0 ci0 ) ) ) +show me the ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +pleas give me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe fare code fb0 mean fb0 +what are the flight from ci0 to ci1 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i want to know the time of the latest flight i can take from ci1 to ci0 where i can get a dinner meal ( departure_time ( argmax $0 ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) ) +flight from ci0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +doe ani airlin offer ac0 servic between ci0 and ci1 ( lambda $0 e ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( aircraft_code $1 ac0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( airline $1 $0 ) ) ) ) ) +pleas give me flight from ci0 to ci1 on da0 and da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +list daili flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find the flight that leav ci0 and arriv in ci1 by ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like inform inform on flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +hi i'm call from ci1 i'd like to make a flight to either ci2 or ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( or ( to $0 ci2 ) ( to $0 ci0 ) ) ) ) +is there a flight from ci1 to ci0 on al0 leav after ti0 o'clock in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +of all airlin which airlin has the most arriv in ci0 ( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( to $1 ci0 ) ( airline $1 $0 ) ) ) ) +doe al0 have a flight from ci1 to ci0 da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +give me the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 citi arriv next da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +show me flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest flight from ci1 to ci0 that serv a meal ( argmin $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +pleas show me airlin with round trip flight from ci0 to ci1 stop ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +round trip fare from ci0 to ci1 less than do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +is there a flight from ci1 to ci0 with a stop in ci2 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +may i see all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need to take ten peopl from ci1 to ci0 with a stopov in ci2 pleas give me the flight ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i want to go from ci0 to ci1 round trip and make a stop at ci2 is this possibl ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i would like a nonstop flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +pleas list nonstop al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i'm fli from ci1 to the ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what kind of ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what about the al0 flight arriv in ci0 between ti0 and ti1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) ) +tell me about ground transport between ap0 and ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i would like the flight avail from ci0 to ci1 arriv in ci1 on ti0 o'clock da0 morn on or by ti0 o'clock da0 morn ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( arrival_time $0 ti0 ) ( day $0 da0 ) ) ( and ( < ( arrival_time $0 ) ti0 ) ( day $0 da0 ) ) ) ) ) +what flight do you have from ci0 to ci1 on mn0 dn0 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list the nonstop flight earli da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all the flight arriv in ci0 around ti0 next da0 pleas ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) ) +what are the class of servic for al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( = ( booking_class $1 ) $0 ) ) ) ) +list flight from ci0 to ci1 leav between ti0 and ti1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +how mani airport doe ci0 have ( count $0 ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) +list flight from ci1 to ci0 via ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the airlin for flight to or from ap0 ( lambda $0 e ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( or ( from $1 ap0 ) ( to $1 ap0 ) ) ( airline $1 $0 ) ) ) ) ) +nonstop flight ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to leav from ci0 on da0 and i'd like to leav sometim in the morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +what is the cost of a first class ticket from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe the abbrevi al0 mean al0 +what doe fare code fb0 mean fb0 +do you have a al0 flight leav earli in the morn to ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight depart ci0 after ti0 and fli to ci1 via ci2 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +flight from ci0 to ci1 and price ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +i'd need inform pleas on a flight from ci0 ci1 california ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight are there on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the earliest flight you have that leav ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i'd like a flight from ci0 to ci1 on that next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all flight from ci0 to ci1 leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas give me direct morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas find the cheapest fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +how mani citi are serv by al0 with first class flight ( count $0 ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( to $1 $0 ) ) ) ) ) +i would like the fare on the al0 fn0 from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +i need late flight da0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +flight from ap0 to ap1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ( to $0 ap1 ) ) ) +list the flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight has al0 from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +okay i need to see economi flight on al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how much doe it cost to fli direct from ci1 to ci0 on al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like a flight from ci0 to ci1 on al0 leav around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what kind of ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the least expens one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ( to $1 ci1 ) ( from $1 ci0 ) ( oneway $1 ) ) ) ) +what flight are avail da0 afternoon from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci1 to ci0 for da0 night or da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( or ( and ( day $0 da0 ) ( during_day $0 late:pd ) ) ( day $0 da1 ) ) ) ) +show me flight on mn0 dn0 pleas ( lambda $0 e ( and ( flight $0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what are the lowest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the least expens busi class flight between ci0 and ci1 ( argmin $0 ( and ( flight $0 ) ( class_type $0 business:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i need to fli from ci1 to ci0 da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the last flight to ci0 from ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +pleas list the al0 flight from ci0 to ci1 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +on da0 i need to see all flight that leav ci0 and arriv in ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me ci0 to ci1 flight ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like inform on flight from ci0 to ci1 leav after ti0 da0 night ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( during_day $0 late:pd ) ) ) +what flight are provid by al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ) ) +show me all the cheapest fare from ci0 to ci1 leav on da0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the earliest flight from ci0 to ci1 on da0 ( argmin $0 ( and ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +give me the cheapest round trip flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +doe al0 fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list the flight that arriv and depart from ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +show me all the flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +what are the flight from ci0 to ci1 da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +display all flight from ci1 to ci0 on al0 with a layov in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i would like to find a flight from ci2 north carolina to ci0 i would like a stopov in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +flight inform on mn0 dn0 yr0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +on flight al0 fn0 from ci0 to ci1 what time and what citi doe the plane stop in between ( lambda $0 e ( exists $1 ( exists $2 ( and ( flight $2 ) ( from $2 ci0 ) ( to $2 ci1 ) ( airline $2 al0 ) ( flight_number $2 fn0 ) ( stop $2 $0 ) ( = ( stop_arrival_time $2 ) $1 ) ) ) ) ) +show me flight on da0 morn ci0 to ci1 for al0 first class ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +could you tell me the cheapest fare from ci0 to ci1 on dn0 of mn0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +list flight from ci1 to ci0 which leav on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight ( lambda $0 e ( and ( flight $0 ) ) ) +list all flight leav ci0 da0 afternoon arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like to see inform for flight from ci0 leav after ti0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas list fare for all the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight from ci0 to ci1 on da0 of next week which leav ci0 after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +which al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the least expens busi class flight between ci1 and ci0 ( argmin $0 ( and ( flight $0 ) ( class_type $0 business:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +what flight are between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is fare code fb0 fb0 +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me all the flight from ci1 to ci0 tomorrow ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +show me all flight from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ap0 depart after ti0 al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +tell me about flight from ci0 arriv in ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +display all fare code ( lambda $0 e ( fare_basis_code $0 ) ) +find me a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the flight number of the earliest flight between ci1 and ci0 ( flight_number ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) ) +what is the latest flight leav ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +how mani passeng fit on a ac0 ( capacity ac0 ) +what is the schedul of ground transport from the ap0 into ci0 downtown ( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 ci0 ) ( from_airport $1 ap0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +pleas show me all fare for flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the cheapest round trip fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want to go between ci0 and ci1 earli in the morn ( lambda $0 e ( and ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +are there ani turboprop flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( turboprop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what are the latest flight that i can take from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +from ci1 to ci0 on al0 arriv around ti0 tomorrow ( lambda $0 e ( and ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +list ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +which airlin have first class flight today ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 first:cl ) ( today $1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +pleas list all flight that leav ci0 befor ti0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ) ) +i want a flight from ci0 to ci1 one way leav after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a flight from ci1 to ci0 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i would like a flight leav from ci0 to ci1 at ti0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what are the fare from ci0 to ci1 da0 and da1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( or ( day $1 da0 ) ( day $1 da1 ) ) ( = ( fare $1 ) $0 ) ) ) ) +from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +could you pleas find me the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +oh let see doe al0 have a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci1 to ci2 to ci0 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +which flight depart ci0 destin ci1 that leav on a da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +are there ani flight next da0 morn from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what flight are avail from ci0 to ci1 on mn0 dn0 ti0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like to book a flight from ci0 to ci1 earli in the morn on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight from ci0 to ci1 on da0 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +is there a flight between ci1 and ci2 with a stopov in ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +what flight leav after ti0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a return flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 on a da0 with round trip fare under do0 ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) do0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want a flight that leav da0 around ti0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +a one way flight from ci1 to ci0 pleas ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the price of a first class ticket from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the economi thrift fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 thrift:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight leav ci1 mn0 dn0 after ti0 and arriv in ci0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i want to see the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me flight from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i live in ci0 and i'd like to make a trip to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the al0 flight from ci0 to ci1 that arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to book the cheapest one way flight from ci0 to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +i live in ci0 and i want to travel to ci1 then ci2 and then return home ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 ci0 ) ( to $0 ci1 ) ( from $1 ci1 ) ( to $1 ci2 ) ( from $2 ci2 ) ( to $2 ci0 ) ) ) ) ) +what doe al0 stand for al0 +show me next da0 flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need to go to ci0 and ci1 ( lambda $0 e ( or ( to $0 ci0 ) ( to $0 ci1 ) ) ) +could you give me the schedul of flight for al0 and al1 to ap0 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( to $1 ap0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( or ( airline $1 al0 ) ( airline $1 al1 ) ) ( = ( departure_time $1 ) $0 ) ) ) ) +what kind of ground transport is there onc i get to ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i would like a list of round trip flight between ci0 and ci1 florida for dn0 and dn1 of mn0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day_number $0 dn0 ) ( day_number $0 dn1 ) ) ( month $0 mn0 ) ) ) +can you list all flight from ci1 to ci0 that depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need to find a plane from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the number of first class flight on al0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ) ) +what doe restrict rc0 mean rc0 +i want a flight on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +interest in a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +explain meal code rc0 rc0 +i'd like to know what type of plane fli from ci1 to ci0 after ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( > ( departure_time $1 ) ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +how mani first class flight doe al0 have today ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( today $0 ) ) ) +i'd like to fli from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list all nonstop flight on da0 from ci0 to ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can you list the earliest flight from ci1 to ci0 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight leav ci0 and arriv in ci1 on da0 depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all price of economi from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +okay all right do you have a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 on da0 night or da1 morn ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( day $0 da0 ) ( during_day $0 late:pd ) ) ( and ( day $0 da1 ) ( during_day $0 morning:pd ) ) ) ) ) +nonstop flight ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list nonstop flight on da0 from ci0 to ci1 and list nonstop flight on da0 from ci2 to ci1 ( lambda $0 e ( or ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci2 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) ) +flight from ci0 to ci1 tomorrow ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +how much doe flight al0 fn0 from ci0 to ci1 cost ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how much doe it cost to fli on al0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like a to know the type of aircraft leav from ci0 bound to ci1 on da0 this week ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +which airlin offer the cheapest rate go from ci0 to ci1 on mn0 dn0 ( airline:e ( argmin $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) ) +how long is the flight from ci1 to ci0 at ti0 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( departure_time $1 ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( time_elapsed $1 ) $0 ) ) ) ) +okay i'm sorri could you tell me what flight leav ci0 and arriv in ci1 around ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what about flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like an earli flight tomorrow from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i'm look for a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list flight from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight leav da0 or da1 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +show me all flight from ci0 to ci1 which arriv befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ) ) +show me all flight that arriv in ci0 from ci1 ci2 or ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci1 ) ( from $0 ci2 ) ( from $0 ci3 ) ) ( to $0 ci0 ) ) ) +what flight are there from ci0 to ci1 daili with economi class ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there an ci0 flight to ci1 connect ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to arrang a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the least expens one way fare between ci0 and ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +do you have a flight leav ci0 at ti0 go to ci1 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need inform on flight leav ci0 on da0 arriv in ci1 california ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what stop doe al0 fn0 make from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 $0 ) ) ) ) +are there ani flight from ci0 to ci1 which connect in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i would like to find flight from ci0 to ci1 on da0 mn0 dn0 earli in the morn or in the even da1 mn0 dn1 thank you ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( during_day $0 evening:pd ) ( day $0 da1 ) ( day_number $0 dn1 ) ( month $0 mn0 ) ) ( and ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) ) ) +are there ani flight from ci2 to ci0 which stop in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +show me the al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like a ticket from ci0 to ci1 with a stopov in ci2 is this possibl ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i want to find a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is fare code fb0 fb0 +show me flight between ci0 and ci1 on da0 or da1 al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +tell me about ground transport at ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +do you have a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i would like to make a round trip between ci1 and ci0 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find the cheapest one way fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +list the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me first class flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what airlin is al0 fn0 ( airline_name ( the $0 ( and ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ) ) ) +where doe al0 fli to that al1 doesn't ( lambda $0 e ( and ( airport $0 ) ( exists $1 ( and ( flight $1 ) ( to $1 $0 ) ( airline $1 al0 ) ) ) ( not ( exists $1 ( and ( flight $1 ) ( to $1 $0 ) ( airline $1 al1 ) ) ) ) ) ) +i'm interest in a flight from ci0 to ci1 and i'm also interest in go to ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is your last flight leav ci0 and arriv in ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +how much doe a first class round trip ticket from ci0 to ci1 on al0 cost ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like inform on ground transport citi of ci0 between ap0 airport and ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +inform on flight from ci1 to ci0 depart on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what the latest flight out of ci0 that arriv in ci1 next da0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +list all the airlin that servic ci0 ( lambda $0 e ( and ( airline $0 ) ( services $0 ci0 ) ) ) +show me the al0 with meal which depart ci0 on da0 for ci1 ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all day time flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 daytime:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight go from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what are the coach fare from ci0 to ci1 da0 night ( lambda $0 e ( exists $1 ( and ( class_type $1 coach:cl ) ( during_day $1 late:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight from ci0 to ci1 which serv dinner ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which flight is a one way fare at do0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( fare $0 do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to go from ci0 to ci1 at ti0 o'clock da0 night ( lambda $0 e ( and ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( during_day $0 late:pd ) ) ) +inform on flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest one way fare from ani citi to anoth ( min $0 ( exists $1 ( and ( oneway $1 ) ( = ( fare $1 ) $0 ) ) ) ) +find me the earliest flight from ci0 to ci1 and the latest return to ci0 on the same day ( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $2 ) ) ) ( = $1 ( argmax $2 ( and ( flight $2 ) ( to $0 ci0 ) ( from $0 ci1 ) ) ( departure_time $2 ) ) ) ) ) ) +list all al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what do you know about car rental in ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +show me all flight from ci0 to ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +on da0 i'd like to travel from ci0 to ci1 michigan ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need to fli between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what sort of ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +how much is a first class ticket from ci1 to ci0 leav on da0 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +i need a flight on da0 befor ti0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what are the lowest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is the cheapest flight from ci0 to ci1 one way ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +now i'd like to see flight from ci1 to ci0 on the next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the flight from ci0 new jersey to ap0 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like to fli from ci1 to ci0 two day from today in the earli morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( days_from_today $0 2:i ) ) ) +i'm plan a trip to ci0 and i live in ci1 can you help me ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need a flight from ci0 to ci1 that leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airlin besid al0 fli between ci0 and ci1 ( lambda $0 e ( and ( not ( = $0 al0 ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) ) +what is the lowest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is restrict rc0 rc0 +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do you have ani flight al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i'd like to go from ci1 to ci0 stop in ci2 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +okay give me the flight that leav ci0 after ti0 next da0 arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like a flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list all flight leav ci0 on al0 on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +pleas list the cost of all flight from ci0 to ap0 next da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ap0 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list the morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can you list the cheapest round trip fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +what economi flight are avail from ci0 to ci1 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +pleas give me the al0 flight from ci0 to ci1 that are first class flight pleas ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +when doe al0 fli from ci0 to ci1 on da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +show me al0 fare for next da0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight leav from ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +show me flight from ci1 to ci0 leav on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i am interest in book an earli flight from ci0 into ci1 and return in the late even ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $1 ) ( during_day $1 late_evening:pd ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( to $1 ci0 ) ( from $1 ci1 ) ) ) ) +show me one way flight from ci0 to ci1 leav on da0 morn ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( during_day $0 morning:pd ) ( flight $0 ) ( oneway $0 ) ) ) +i need a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +can i go from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +flight from ci0 new jersey to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me ground transport for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i want a even flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +on mn0 dn0 an earli flight on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the flight out of ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +what is the cheapest round trip fare between ci1 and ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like a flight from ci1 to ci0 but i would like to stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +how much doe a first class ticket cost from ci1 to ci0 round trip ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the coach fare for flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what doe ap0 mean ap0 +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all the flight from ci0 to ci1 that serv lunch ( lambda $0 e ( and ( flight $0 ) ( meal $0 lunch:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a flight from ci0 to ci1 that arriv between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 late night on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late_night:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to fli from ci1 to ci0 could you find me the cheapest fare ( min $0 ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what are two al0 flight that leav from ci1 to ci0 in the even ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from all airport to ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( airport $1 ) ( from $0 $1 ) ) ) ) ) +i want to go from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +earli morn flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do you have a flight from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +which airlin are repres in the databas ( lambda $0 e ( airline $0 ) ) +i want to leav ci0 next da0 and arriv in ci1 around ti0 ( lambda $0 e ( and ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +may i have a list of flight number from ci0 ohio to ci1 minnesota on da0 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( flight_number $1 ) $0 ) ) ) ) +pleas list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +can you tell me what flight you have from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a al0 flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like to fli the cheapest rate avail from ci0 to ci1 on da0 morn ( departure_time ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) ) +what flight do you have between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight to ci0 in the even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( to $0 ci0 ) ) ) +are there ani flight from ci0 to ci1 with stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what doe al0 mean al0 +which flight leav ci0 to ci1 on da0 afternoon have econom class ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airlin fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is the avail ground transport between the ap0 and ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i'm interest in fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do you have a flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like to know what flight al0 has from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need a flight on al0 from ci1 to ci0 with a layov in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +list flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what kind of aircraft will i be fli on if i take a first class al0 flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what the last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i need a flight from ci0 to ci1 leav today even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( today $0 ) ) ) +which flight between ci0 and ci1 on mn0 dn0 has the smallest seat capac ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( capacity $0 ) ) +i would like one flight from ci0 to ci1 arriv around ti0 ti1 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci1 to ci0 leav tomorrow even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +i'd like to make a trip between ci0 and ci1 i wish to know the cheapest fare ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is al0 last flight from ci1 to ci0 on mn0 dn0 ( argmax $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +what airlin have busi class ( lambda $0 e ( exists $1 ( and ( class_type $1 business:cl ) ( = ( airline:e $1 ) $0 ) ) ) ) +what type of meal are avail ( lambda $0 e ( and ( meal:t $0 ) ) ) +where is ap0 locat ( lambda $0 e ( loc:t ap0 $0 ) ) +show me round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is first flight from ci0 to ci1 and what is the last flight from ci1 to ci0 ( lambda $0 e ( or ( = $0 ( argmin $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ) ( departure_time $1 ) ) ) ( = $0 ( argmax $1 ( and ( flight $1 ) ( to $1 ci0 ) ( from $1 ci1 ) ) ( departure_time $1 ) ) ) ) ) +what is the lowest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how can i get from ci0 to ci1 in the even ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( during_day $0 evening:pd ) ) ) +what is al0 al0 +now i need flight leav ci1 in the afternoon on da0 and arriv in ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 reach ci1 earli on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 early:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +i need a list of flight from ci1 missouri to ci0 utah ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i live in ci0 and i'd like to make a trip to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 on al0 that arriv in ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight arriv at ap0 from all other airport ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( airport $1 ) ( from $0 $1 ) ) ) ) ) +may i have a list of flight on da0 from ci1 to ci0 california pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +which airlin go from ci0 to ci1 by way of ci2 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me al0 flight from ci1 to ci0 first class on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i want to make a round trip flight from ci1 to ci0 and return ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 which leav ci1 after ti0 tomorrow ( lambda $0 e ( and ( tomorrow $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ) ) +what is first flight from ci0 to ci1 that serv lunch ( argmin $0 ( and ( flight $0 ) ( meal $0 lunch:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +how far is it from ap0 to ci0 ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +are there al0 leav ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +show me all price of first class from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i'd like a flight from ci0 to ci1 that arriv in ci1 in the late afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 late:pd ) ( during_day_arrival $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can you tell me the afternoon nonstop flight depart from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci1 to ci0 that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list daili flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is restrict rc0 rc0 +i need a flight from ci0 to ci1 on da0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ) ) +show me the flight from ci0 to ci1 on da0 and da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +hi i need to go from ci0 to ci1 on al0 leav around ti0 ( lambda $0 e ( and ( airline $0 al0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 ci2 or ci3 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( or ( to $0 ci1 ) ( to $0 ci2 ) ( to $0 ci3 ) ) ) ) +do you have a flight from ci0 to ci1 nonstop on a boe ac0 arriv ci1 around ti0 ( lambda $0 e ( and ( flight $0 ) ( manufacturer $0 boeing:mf ) ( nonstop $0 ) ( aircraft_code $0 ac0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 ci2 and ci3 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( or ( to $0 ci1 ) ( to $0 ci2 ) ( to $0 ci3 ) ) ) ) +what is the price of a one way fare from ci0 to ci1 on al0 ( lambda $0 e ( exists $1 ( and ( exists $2 ( and ( oneway $2 ) ( airline $2 al0 ) ( from $2 ci0 ) ( to $2 ci1 ) ( = ( fare $2 ) $1 ) ) ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list all avail flight from ci0 california to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is book class fb0 fb0 +i need inform on flight for da0 leav ci0 for ci1 ci1 to ci2 and ci2 to ci0 ( lambda $0 e ( and ( flight $0 ) ( day $0 da0 ) ( or ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( from $0 ci1 ) ( to $0 ci2 ) ) ( and ( from $0 ci2 ) ( to $0 ci0 ) ) ) ) ) +what is first flight after ti0 from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +what ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is the seat capac of a boe ac0 ( capacity boeing:mf ) +could you tell me what flight you have that run daili from ci1 to ci0 pleas ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci1 to ci0 leav at ti0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what time is the last flight from ci1 to ci0 ( departure_time ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) ) +what is the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +where is ap0 locat ( lambda $0 e ( loc:t ap0 $0 ) ) +show me the cost and time for flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $2 ) ( from $2 ci0 ) ( to $2 ci1 ) ( = ( departure_time $2 ) $1 ) ( = ( fare $2 ) $0 ) ) ) ) ) +show me the flight from ci0 to ci1 on da0 or da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +flight from ci0 to ci1 daili ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail from ci0 to ci1 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a first class ticket on al0 from ci0 to ci1 schedul for mn0 dn0 ( lambda $0 e ( and ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me one way flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci1 to ci0 that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +can you show me flight from ci0 to ci1 on da0 night ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +okay i'd like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what the next smallest plane after a turboprop ( argmin $0 ( and ( aircraft $0 ) ( > ( capacity $0 ) ( capacity ( the $1 ( and ( aircraft $1 ) ( turboprop $1 ) ) ) ) ) ) ( capacity $0 ) ) +what flight from ci0 to ci1 on da0 with a meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the car rental in ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the fare on all flight round trip from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the cost of limousin servic in ci0 ( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +show me flight from ci1 to ci0 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the coach fare between ci0 and ci1 on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +are there ani flight from ci0 to ci1 that stop ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( has_stops $0 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight from ci0 to ci1 next da0 arriv at ci1 at about ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what the cheapest of the ci0 to ci1 flight which are after ti0 in the afternoon ( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +could i have a list of flight leav ci0 go to ci1 leav da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me price of flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +okay could you get me a round trip ticket from ci1 to ci0 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight from ci0 to ci1 includ fare ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +what are the flight from ci1 to ci0 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the airlin that fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +pleas show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like to see all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +from ci1 to ci0 on da0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +doe al0 aircraft fli ac0 ( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ac0 ) ( airline $0 al0 ) ) ) +from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to book a flight on al0 first class from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +pleas give me flight from ci0 to ci1 on da0 afternoon and da1 morn ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( during_day $0 afternoon:pd ) ( day $0 da0 ) ) ( and ( during_day $0 morning:pd ) ( day $0 da1 ) ) ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight avail after ti0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +give me the latest flight tomorrow on al0 from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +show me the cheapest flight from ci0 to ci1 on da0 which leav befor ti0 and serv breakfast ( argmin $0 ( and ( flight $0 ) ( meal $0 breakfast:me ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) +on mn0 dn0 i would like to book an earli morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +one way ( lambda $0 e ( oneway $0 ) ) +what is al0 al0 +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +look for a flight from ci0 to st0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 st0 ) ) ) +what are the flight avail in the morn between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me round trip fare from ci0 to ci1 nonstop ( lambda $0 e ( exists $1 ( and ( nonstop $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how mani flight doe al0 have with busi class ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 business:cl ) ) ) +all al0 with stopov in ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +show me fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like your rate between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +are there ani flight from ci0 to ci1 leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest one way fare from ci0 to ci1 on da0 mn0 dn0 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +may i have a list of flight from ci1 to ci0 california on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +pleas show me earli morn flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +is there a flight from ci0 to ci1 which leav ci0 in the afternoon and arriv close to ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +okay i'v got somebodi els who want to take a round trip ticket from ci0 to ci1 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is al0 al0 +what ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +flight from ci0 to ci1 depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what flight are avail da0 afternoon from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the cheapest flight from ci0 to ci1 one way ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +pleas give me round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i need a flight from ci0 to ci1 and this flight should arriv at ti0 pleas ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight go from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find me the earliest flight from ci0 to ci1 that serv breakfast ( argmin $0 ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me flight which leav from ci0 on mn0 dn0 arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +all right what i'd like to do is find the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list all flight between ci0 and ci1 on dn0 of mn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +flight leav from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas inform me the type of aircraft use on a flight from ci0 to ci1 befor ti0 o'clock ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ( from $0 ci1 ) ) ) +what plane doe al0 use ( lambda $0 e ( and ( aircraft_code:t $0 ) ( exists $1 ( and ( airline $1 al0 ) ( aircraft_code $1 $0 ) ) ) ) ) +da0 flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me ground transport inform for ci0 ( lambda $0 e ( and ( to_city $0 ci0 ) ( ground_transport $0 ) ) ) +what is first flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is al0 al0 +what is the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight from ci0 to ci1 on da0 which serv a meal and arriv in ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like a flight from ci0 to ci1 stop in ci2 and serv dinner what avail ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what is the most expens flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +list the cheapest round trip flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( round_trip $0 ) ) ( fare $0 ) ) +what flight leav ci0 on da0 night and arriv at ci1 later in the even ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 evening:pd ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list the number of flight arriv in ci0 from ci1 befor ti0 ( count $0 ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +okay i need to get a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show flight from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are fare code fb0 and fb1 ( lambda $0 e ( or ( = $0 fb0 ) ( = $0 fb1 ) ) ) +show busi class fare on al0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( class_type $1 business:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list all flight on al0 from ci0 to ci1 on da0 which depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all the takeoff and land at ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +what flight leav ci0 north carolina and arriv in ci1 arizona on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight go from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight on mn0 dn0 yr0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +i live in ci1 and i would like to make a trip to ci0 can you tell me which airlin connect with those two citi ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +list list flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can you show me economi class one way fare for flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( economy $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me some inform on make a reserv from ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas show me flight from ci0 to ci1 on da0 morn serv breakfast ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want a flight from ci0 to ci1 that leav on a weekday morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) ) +what ground transport is avail in ci0 for the day after tomorrow ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( day_after_tomorrow $0 ) ) ) +i'd like to find a flight from ci0 to ci1 michigan that leav in the afternoon on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the earliest flight on da0 from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +pleas list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +on a breakfast flight from ci0 to ci1 via ci2 ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +pleas tell me the time of the flight between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +pleas show me all airlin with da0 flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i need a flight from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what type of aircraft fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what flight are there between ci0 and ci1 leav ci0 after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the cheapest round trip flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me the flight for al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas show me flight from ci0 to ci1 california on da0 after ti0 hour ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what doe restrict rc0 mean rc0 +list the flight arriv in ci0 from ci1 on mn0 dn0 ( lambda $0 e ( and ( month_arrival $0 mn0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( flight $0 ) ( day_number_arrival $0 dn0 ) ) ) +flight from ci0 to ci1 daili ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which flight are there on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +could i have the flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight leav ci0 on da0 on al0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +what is the earliest flight arriv in ci1 from ci0 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ( departure_time $0 ) ) +inform on flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the seat capac of plane between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( capacity $1 ) $0 ) ) ) ) +what are your flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all the arriv flight at ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +what flight are avail from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +how mani first class flight are provid by al0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ) ) +show me the flight from ci0 to ci1 which arriv at ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +i need to fli from ci1 to ci0 but i'd like to stop over at ci2 can you tell me a schedul of flight that will do that ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( = ( departure_time $1 ) $0 ) ) ) ) +list all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +i would like to find a flight that goe from ci1 to ci2 make a stop in ci0 and a flight that serv lunch ( lambda $0 e ( and ( flight $0 ) ( meal $0 lunch:me ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +explain the fare code fb0 fb0 +what class of servic doe al0 provid ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( = ( booking_class $1 ) $0 ) ) ) ) +flight from ci0 flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( from $0 ci1 ) ( from $0 ci0 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i'd like a flight tomorrow from ci0 to ci1 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ( tomorrow $0 ) ) ) +show me non first class flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( not ( class_type $0 first:cl ) ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do all the flight to ci0 land at the same place ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ) ) +i'd like a al0 flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +are there ani flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci0 to ci1 next da0 arriv in the even and return the next day ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +what is the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +repeat leav ci1 to ci0 befor ti0 what type of aircraft is use ( lambda $0 e ( exists $1 ( and ( < ( departure_time $1 ) ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what flight from ci0 to ci1 after ti0 in the morn ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci1 to ci0 tomorrow and stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ( tomorrow $0 ) ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me flight from ci1 to ci0 on da0 after ti0 hour ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me all the al0 flight to ci0 between ti0 and ti1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) ) +i need the flight that leav ci0 after ti0 next da0 and fli to ci1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all nonstop flight on da0 befor ti0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +pleas show flight arriv in ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i'd like to go to ci0 from ci1 and i'd like to get there ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 tomorrow which serv a meal ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ( has_meal $0 ) ) ) +ground transport for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +fare and flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like the time of all flight from ci0 to ci1 on da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +cheapest airfar from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 have a flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +list all the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +could you tell me if al0 fn0 serv breakfast ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( meal $0 breakfast:me ) ) ) +i would like a schedul of flight from ci0 to ci1 on da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +can you give me a list of the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the lowest round trip fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +round trip fare from ci0 to ci1 under do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how can i go from the ap0 to downtown ci0 ( lambda $0 e ( and ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what are the afternoon flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +pleas show me airlin with flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +give me a list of airlin in ci0 ( lambda $0 e ( and ( airline $0 ) ( services $0 ci0 ) ) ) +what is the cheapest fare that i can get between ci1 and ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what is lowest cost air fare avail for a flight from ci0 to ci1 arriv on mn0 dn0 ( min $0 ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( month_arrival $1 mn0 ) ( day_number_arrival $1 dn0 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the distanc from ap0 to ci0 ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what doe al0 mean al0 +show me the flight from ci1 to ci0 that arriv in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight do you have between ci1 and ci2 with a stopov in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +what al0 flight leav ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ) ) +what doe the airlin code al0 stand for al0 +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is your last trip from ci0 to ci1 on mn0 dn0 ( argmax $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +what flight go to ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the total seat capac of all aircraft of al0 ( sum $0 ( and ( aircraft $0 ) ( airline $0 al0 ) ) ( capacity $0 ) ) +i need to fli leav ci0 to ci1 ( lambda $0 e ( and ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ) ) +what flight go from ci0 to ci1 via ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what is al0 al0 +give me a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +ci0 to ci1 arriv befor ti0 in the afternoon ( lambda $0 e ( and ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me the flight from ci1 to ci0 leav earli today ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( today $0 ) ) ) +what is the cost of a busi class ticket go from ci0 to ci1 leav mn0 dn0 ( lambda $0 e ( exists $1 ( and ( class_type $1 business:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +list nonstop flight from ci0 to ci1 which arriv after ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani al0 flight leav ci0 mn0 dn0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like the time your earliest flight from ci0 to ci1 ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) ) +what al0 from ci1 to ci0 citi arriv at ci0 citi befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) ) +pleas give me the price for all flight from ci0 to ap0 next da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ap0 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the coach fare for flight from ci0 to ci1 da0 afternoon ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach:cl ) ( during_day $1 afternoon:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me ani show me what first class fare are of the flight from ci1 to ci0 on da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +where doe al0 fli to from ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +look for flight in ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what kind of aircraft is use on first class al0 flight from ci1 to ci0 stop in ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +i need a flight from ci0 to ci1 da0 mn0 dn0 arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight from ani citi land at ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +i need a flight from ci0 to ci1 da0 mn0 dn0 arriv by ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i want to travel from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +round trip air fare from ci0 to ci1 less than do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list all al0 flight which leav ci0 on da0 and stop at ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( stop $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +what are the flight from ci0 to ci1 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( month $0 mn0 ) ( year $0 yr0 ) ( day_number $0 dn0 ) ) ) +i'd like to fli from ci0 to ci1 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the airlin that fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i would like to plan a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are my choic of flight leav earli afternoon from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 that arriv earli in the morn ( lambda $0 e ( and ( during_day_arrival $0 morning:pd ) ( during_day_arrival $0 early:pd ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ) ) +pleas list all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the price of these flight ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( = ( fare $1 ) $0 ) ) ) ) +i want to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest morn flight leav ci0 for ci1 ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i'd like to find the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list the total number of flight between all airport by al0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ) ) +now i need flight leav from ci0 and arriv in ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas list flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +is there ground transport from the ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +al0 flight stop in ci0 befor ti0 ( lambda $0 e ( and ( < ( arrival_time $0 ) ti0 ) ( stop $0 ci0 ) ( flight $0 ) ( airline $0 al0 ) ) ) +all flight from ci0 to ci1 that arriv at ti0 o'clock next da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ( arrival_time $0 ti0 ) ( flight $0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which airlin can fli me from ci1 to ci2 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +list the flight from ci1 to ci0 after ti0 on a da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what are all da0 flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what the lowest round trip fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +i need a flight from ci0 to ci1 that leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail into ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show all nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest ticket from ci1 to ci0 on da0 mn0 dn0 ( argmin $0 ( and ( day $0 da0 ) ( to $0 ci0 ) ( from $0 ci1 ) ( month $0 mn0 ) ( day_number $0 dn0 ) ) ( fare $0 ) ) +show all da0 morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +shortest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( time_elapsed $0 ) ) +what airlin fli from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +all flight to ci0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( to $0 ci0 ) ) ) +show me the flight that go from ci0 to ci1 by way of ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +is there a nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight takeoff and land at ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +okay doe al0 have a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me ground transport inform for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas list the price for a rental car in ci0 ( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +flight between ci0 and ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me the lowest fare from ci0 to ci1 on mn0 dn0 pleas ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me time for coach flight between ci0 and ci1 on da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +how much doe the al0 fn0 from ci1 to ci0 cost ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight befor ti0 on mn0 dn0 from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight leav from ci1 to ci0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are flight between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what economi flight are avail from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +pleas find me a flight between ci0 and ci1 that arriv in ci1 close to ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 california to ci1 indiana leav in the afternoon on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are avail from ci0 to ci1 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +show me the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +could you tell me what the abbrevi al0 stand for al0 +list all flight from ci0 to ci1 da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from all airport to ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( airport $1 ) ( from $0 $1 ) ) ) ) ) +list the al0 flight that leav ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ) ) +can you pleas show me the flight from ci0 to ci1 on da0 of next week that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight depart from ci0 and arriv in ci1 california ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need to fli from ci1 to ci2 and then to ci0 and back to ci1 ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 ci1 ) ( to $0 ci2 ) ( from $1 ci2 ) ( to $1 ci0 ) ( from $2 ci0 ) ( to $2 ci1 ) ) ) ) ) +i need inform on flight leav ci0 arriv in ci1 leav ci0 earli in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i need a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list flight between ci1 and ci0 that serv breakfast ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what doe rc0 stand for rc0 +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 airport ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) +can you list all flight leav from ci0 and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what limousin servic in ci0 ( lambda $0 e ( and ( limousine $0 ) ( to_city $0 ci0 ) ) ) +all flight from ci1 to ci0 on dn0 of mn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me flight from ci0 to ci1 leav mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +where is ap0 ( lambda $0 e ( loc:t ap0 $0 ) ) +pleas show me airlin with flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +which flight go from ci0 to ci1 in the even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all the flight from ci0 to ci1 north carolina that leav next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a list of flight from ci0 florida to ci1 washington leav tomorrow and i would like to have a stopov in ci2 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ( tomorrow $0 ) ) ) +show me the lowest fare for a round trip flight from ci0 to ci1 ( min $0 ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list all the arriv and depart flight from ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +what type of plane is an ac0 ac0 +do you have an earli morn direct flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the al0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list flight from ci0 to ci1 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the cheapest fare for flight from ci0 to ci1 leav da0 after ti0 ( min $0 ( exists $1 ( and ( flight $1 ) ( > ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +i want to fli from ci1 to ci0 on al0 and leav around ti0 tell me what aircraft are use by this flight and tell me the flight number ( lambda $0 e ( exists $1 ( exists $2 ( and ( flight $2 ) ( airline $2 al0 ) ( from $2 ci1 ) ( to $2 ci0 ) ( approx_departure_time $2 ti0 ) ( = ( aircraft_code $2 ) $0 ) ( = ( flight_number $2 ) $1 ) ) ) ) ) +flight and fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +display all flight leav from ci2 to ci0 on al0 lay over in ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +what is the latest flight in the day from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what is the cost of a first class ticket from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +flight from ci0 to ci1 arriv befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the cheapest flight from ci0 to ci1 that stop in ci2 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ( fare $0 ) ) +what flight are from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci1 to ci0 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i'd like to travel from ci0 to ci1 on al0 fn0 pleas tell me the time ( lambda $0 e ( exists $1 ( and ( = ( departure_time $1 ) $0 ) ( airline $1 al0 ) ( to $1 ci1 ) ( from $1 ci0 ) ( flight_number $1 fn0 ) ) ) ) +what is the earliest flight from ci1 to ci0 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 at economi level ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +airlin that stand for al0 al0 +on mn0 dn0 of this year yr0 i'd like to fli from ci0 to ci1 and i'd like to fli on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +how mani flight has al0 into and out of ci0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( or ( from $0 ci0 ) ( to $0 ci0 ) ) ) ) +pleas list the flight time from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +list all flight from ci0 to ci1 on al0 which depart on da0 befor ti0 and includ a meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas show me ani al0 includ connect between ci1 and ci0 at ti0 in the even ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( departure_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +how much doe it cost to go from ci0 downtown to ap0 airport ( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 ci0 ) ( from_airport $1 ap0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +can you list all flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 use ac0 ( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ac0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +are there ani other citi that i can fli from ci0 to ci1 through that i can get a flight earlier than ti0 in the morn ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 $0 ) ) ) ) +can you list all flight depart from ci1 and land in ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i would like to see the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +shortest morn flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( time_elapsed $0 ) ) +all right what do you have from ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +can you tell me the cheapest one way fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like to fli from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight for tomorrow from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +inform on flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like a flight tomorrow from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +show all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight on da0 from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +also show me first flight from ci0 to ci1 on a da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find me a flight leav ci0 at ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ) ) +show me a list of flight on al0 from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight leav ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what is the earliest flight from ci0 to ci1 first class ( argmin $0 ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what are the even flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight for al0 on mn0 dn0 in the morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight inform between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like to find the least expens one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what doe flight code al0 mean al0 +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +rental car in ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +what is the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i want a flight on al0 leav ci0 california arriv ci1 pennsylvania ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +shortest flight from ci0 california to ci1 florida ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( time_elapsed $0 ) ) +name the earliest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +is there a meal on al0 fn0 from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( meal $1 ) $0 ) ) ) ) +do you have a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the aircraft type with the greatest seat capac ( argmax $0 ( aircraft $0 ) ( capacity $0 ) ) +show flight between ci1 and ci0 for mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight between ap0 and ci0 arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ap0 ) ( to $0 ci0 ) ) ) +show me the flight from ci1 to ci0 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i'm tri to find the flight number from a flight from ci0 to ci1 on al0 and it arriv around ti0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( approx_arrival_time $1 ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) ) +show me a list of flight from ci0 to ci1 on al0 for mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +when do plane leav ci1 for ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +rental car in ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +show me the flight that go from ci0 to ci1 new jersey by way of ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +all al0 flight with stopov in ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +what is the lowest fare al0 charg between ci1 and ci0 ( min $0 ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +are there ani flight from ci0 to ci1 canada leav on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 and from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( to $0 ci0 ) ( from $0 ci1 ) ) ) ) ) +all right would you let me know type of aircraft al0 is use on the flight from ci1 to ci0 i would like to know the type of aircraft that they use on these flight befor ti0 in the morn ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what flight leav from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the rental car rate in ci0 ( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +i need inform on a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 and the flight from ci2 to ci1 ( lambda $0 e ( or ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci1 ) ) ) ) ) +find a flight between ci0 and ci1 the flight should leav in the afternoon and arriv near ti0 the flight should also be nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show flight from ci0 to ci1 that arriv after ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the round trip flight between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like a nonstop flight between ci0 and ci1 leav in the afternoon and arriv in the vicin of ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the nonstop flight from ci0 to ci1 that leav in the afternoon and arriv between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me the earliest flight tomorrow from ci0 to ci1 on a airlin other than al0 ( argmin $0 ( and ( flight $0 ) ( not ( airline $0 al0 ) ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +what is the earliest morn flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight are avail on da0 to ci1 from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what time doe flight al0 fn0 depart ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 coach on da0 about ti0 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 coach:cl ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the ground transport at ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what flight from ci1 to ci0 on da0 arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +al0 to ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is fare code fb0 fb0 +what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all the takeoff and land at ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +on mn0 dn0 all flight on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what'r the flight from ci1 to ci0 that arriv on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which airlin fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me one way fare from ci0 to ci1 nonstop ( lambda $0 e ( exists $1 ( and ( nonstop $1 ) ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight to ci1 from ci0 ci2 and ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci0 ) ( from $0 ci3 ) ( from $0 ci2 ) ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 on da0 morn serv breakfast ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +do you have a al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a flight around ti0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci0 to ci1 on the even of mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is fare code fb0 fb0 +could you find me a flight from ci1 to ci0 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +find a flight on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to fli from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +tell me about ground transport in ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +pleas give me the cheapest round trip airfar from ci0 to ci1 on mn0 dn0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +what airlin are al0 and al1 ( lambda $0 e ( or ( = $0 al0 ) ( = $0 al1 ) ) ) +flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +what flight go from ci0 to ci1 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +round trip fare from ci0 to ci1 under do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +defin airlin al0 al0 +i'd like to go from ci0 to ci1 sometim after ti0 can you tell me the flight that could do that for me ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me a flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what type of aircraft are use on flight from ci0 to ci1 that leav befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +okay just on mn0 dn0 i want to fli from ci0 to ci1 and i need to know what flight are avail ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me the latest al0 flight from ci0 to ci1 tomorrow ( argmax $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +pleas show me the flight avail from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what ground transport is avail from the ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +give me the cheapest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +i need flight inform on da0 leav ci0 and arriv in ci1 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'm tri to fli from ci0 to ci1 and i want a flight that serv a meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli from ci0 to ci1 what time are the flight in the afternoon ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 afternoon:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +what kind of airplan is flight al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what airlin is al0 al0 +flight from ci1 and ci2 to ci0 arriv at the same time ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $1 ) ( from $0 ci1 ) ( to $0 ci0 ) ( from $1 ci2 ) ( to $1 ci0 ) ( = ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) ) +what al0 stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +what flight are there da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are avail from ci0 to ci1 on da0 of next week ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'm tri to make a connect between ci1 and ci0 doe al0 fli between those two ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me ground transport for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i'd like a flight from ci0 to ci1 as earli in the morn al0 i can ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +how mani citi are serv by al0 with first class flight ( count $0 ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( to $1 $0 ) ) ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +okay on da0 mn0 dn0 i'd like to go from ci0 to ci1 in the late afternoon ( lambda $0 e ( and ( during_day $0 late:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +may i see all nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to fli from ci0 to ci1 tomorrow morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +round trip fare from ci0 to ci1 less than do0 round trip fare from ci2 to ci1 less than do0 round trip fare from ci3 to ci1 less than do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( or ( and ( < ( fare $1 ) do0 ) ( from $1 ci2 ) ( to $1 ci1 ) ) ( and ( < ( fare $1 ) do0 ) ( from $1 ci3 ) ( to $1 ci1 ) ) ( and ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ) ) ( = ( fare $1 ) $0 ) ) ) ) +list the flight and departur time for flight leav ci0 for ci1 after ti0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( departure_time $0 ) $1 ) ) ) ) +what flight do you have leav ci1 go to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what restrict rc0 rc0 +find me a flight from ci1 to ci0 with a layov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight from ci1 to ci0 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the latest flight leav ci0 for ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me one more time first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +which airlin fli between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +are there ani al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +inform on ground transport from ap0 airport to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what is the lowest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +first i'd like to fli from ci1 to ci2 and fli from ci2 to ci0 ( lambda $0 e ( or ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ) ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci0 ) ) ) ) +show me flight from ci0 to ci1 on a da0 with a round trip fare less than do0 ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) do0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight arriv at ci0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ) ) +what doe al0 stand for al0 +on da0 i'd like a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to fli between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +when can i fli from ci0 to ci1 on a da0 morn ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +what time zone is ci0 in ( lambda $0 e ( and ( time_zone_code $0 ) ( loc:t ci0 $0 ) ) ) +doe al0 have ani flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to arrang for dn0 friend to fli into ci0 next da0 even one of the peopl is come from ci1 and the other is come from ci2 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ( or ( from $0 ci1 ) ( from $0 ci2 ) ) ) ) +display all flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +pleas list ani flight from ci0 california to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all flight from ci1 to ci0 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what kind of plane are use by al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +flight from ci0 to ci1 daili ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +round trip first class fare ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +on mn0 dn0 pleas schedul me on a flight from ci1 to ci0 earli in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the even flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest fare one way between ci0 and ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +ci0 to ci1 pleas on mn0 dn0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +how much would car rental cost in ci0 ( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +do you have one to ci0 from ci1 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to book a flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me all all flight from ci0 to ci1 on da0 which leav befor ti0 and serv breakfast ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i wish to book a flight from ci0 to ci1 coach discount fare ( lambda $0 e ( and ( flight $0 ) ( discounted $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight out of ci0 on mn0 dn0 that have busi class ( lambda $0 e ( and ( flight $0 ) ( class_type $0 business:cl ) ( from $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +do ani of the ci0 to ci1 flight leav on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all al0 flight from ci0 to ci1 for the day after tomorrow ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_after_tomorrow $0 ) ) ) +what flight are avail from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +tell me about al0 fn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ) ) +what flight are there arriv in ci0 after ti0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( arrival_time $0 ) ti0 ) ( to $0 ci0 ) ) ) +is there an al0 flight in the even from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the cheapest round trip from ci0 to ci1 ( argmin $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +show me all flight from ci0 to ci1 which serv a meal for the day after tomorrow ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_after_tomorrow $0 ) ( has_meal $0 ) ) ) +how much is a first class round trip from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +give me the flight from ci0 to ci1 and ci2 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( or ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( and ( from $0 ci2 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) ) ) +ground ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +pleas list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find me the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i need inform on flight for da0 leav ci0 for ci1 ci1 to ci2 and ci2 to ci0 ( lambda $0 e ( and ( flight $0 ) ( day $0 da0 ) ( or ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( from $0 ci1 ) ( to $0 ci2 ) ) ( and ( from $0 ci2 ) ( to $0 ci0 ) ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is restrict rc0 rc0 +pleas list the da0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 for da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +shortest even flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( time_elapsed $0 ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the dinner flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like the flight number and the time for the cheapest fare that is the least expens first class fare from ci0 to ci1 leav after ti0 da0 night ( argmin $0 ( and ( class_type $0 first:cl ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) +how mani stop on al0 fn0 from ci1 to ci0 ( stops ( the $0 ( and ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) ) +pleas list the flight time from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +show me the flight arriv on ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to find the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what time are flight from ci1 to ci0 on al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +what type of aircraft doe al0 fli from ci0 to ci1 befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +show me airlin go from ci1 go to ci2 and then continu to ci0 on da0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( day $1 da0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is the distanc from ap0 to ci0 ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which flight are servic by al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ) ) +what flight are there from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like an earli morn flight on mn0 dn0 from ci0 into ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +is there ground transport from the ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i would like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight go from ci0 to ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what airlin have flight from ci0 to ci1 that leav befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +flight from ci0 to ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can you tell me about ground transport between the ap0 and downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what flight are avail from ci1 to ci0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is al0 al0 +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +may i have a list of flight from ci0 to ci1 ohio on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like a flight from ci1 to ci0 on al0 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +list nonstop flight from ci0 to ci1 that depart in the afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ( nonstop $0 ) ) ) +show me all flight from ci0 to ci1 that leav after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the airlin between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +how mani book class are there ( count $0 ( booking_class:t $0 ) ) +what are the flight from ci0 to ci1 on da0 mn0 dn0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +flight from ci0 new jersey to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the lowest round trip fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +what airlin have busi class servic between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( class_type $1 business:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what first flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +pleas list the flight time for ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +what is your least expens fare between ci0 and ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how mani of al0 night flight are first class ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( during_day $0 late:pd ) ) ) +show me the flight avail from ci0 to ci1 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +could you pleas give me a one way fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight go from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +nonstop flight ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i'd like to know the earliest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +show me earli da0 morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the airlin ( lambda $0 e ( airline $0 ) ) +i need a round trip flight from ci1 to ci0 california ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +could you tell me about flight from ci0 to ci1 the flight should leav ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a al0 flight from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +doe al0 have ani flight out of ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what do you have on da0 from ci0 to ci1 california ( lambda $0 e ( and ( day $0 da0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me a list of the morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want a nonstop flight from ci0 to ci1 that leav da0 morn ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +which flight depart ci0 after ti0 and arriv in ci1 by ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 that leav earli in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +tell me about flight on al0 from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list the cheapest one way flight from ci0 florida to ci1 north carolina ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +which airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +how mani flight doe each airlin have with busi class servic ( lambda $0 e ( lambda $1 i ( and ( airline $0 ) ( = $1 ( count $2 ( and ( flight $2 ) ( class_type $2 business:cl ) ( = ( airline:e $2 ) $0 ) ) ) ) ) ) ) +show me the price of flight al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight leav ci0 to ci1 that are first class ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight leav ci0 arriv in ci1 on da0 that depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the earliest flight that i can take from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what time are the flight leav from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +what doe it cost to fli from ci0 to ci1 on al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i need inform on flight from ci1 missouri to ci0 utah i am interest in onli those flight on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is restrict rc0 rc0 +show flight first class on al0 from ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +which airlin fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what are the differ class of servic and the price for al0 ( lambda $0 e ( exists $1 ( and ( booking_class:t $0 ) ( = ( fare $0 ) $1 ) ( airline $0 al0 ) ) ) ) +flight from ci0 to ci1 daili ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what kind of airplan is flight al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +pleas list the flight time from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +doe al0 fli from ci1 to ci0 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the cheapest flight from ci0 to ci1 for both one way and round trip flight ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( oneway $0 ) ( round_trip $0 ) ) ) ( fare $0 ) ) +i need flight inform between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there an airlin that servic ci0 ci1 and ci2 ( lambda $0 e ( and ( airline $0 ) ( services $0 ci0 ) ( services $0 ci1 ) ( services $0 ci2 ) ) ) +al0 leav ci0 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what are my meal option from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( meal $1 ) $0 ) ) ) ) +what is airlin al0 al0 +what flight are there on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +da0 morn flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +now i want to see return flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight on al0 leav ci0 and arriv at ci1 on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +can you tell me what airlin fli between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +explain the fare code ( lambda $0 e ( fare_basis_code $0 ) ) +show me the latest flight on da0 from ci1 to ci0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what airlin go from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i want a flight from ci0 to ci1 that at least has one stop ( lambda $0 e ( and ( flight $0 ) ( > ( stops $0 ) 1:i ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the direct flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the cheapest flight from ci0 to ci1 arriv on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ( fare $0 ) ) +show me round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list flight from ci0 to ci1 with the lowest one way fare that leav on da0 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) +show me all flight from ci1 to ci0 which leav ci1 after ti0 o'clock pm tomorrow ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +show me all the flight on al0 leav from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +pleas give me round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the list of al0 flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to see all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the al0 from ci0 to ci1 that leav at ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the airfar for flight from ci0 to ci1 on al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 arriv after ti0 befor ti1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the flight from ci1 to ci0 which have a layov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the smallest aircraft avail fli from ci0 to ci1 arriv on mn0 dn0 ( aircraft ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ( capacity $0 ) ) ) +i need to know if there are ani direct flight from ci0 florida to ci1 washington leav prefer tomorrow morn ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +what is fare code fb0 fb0 +what kind of airplan are use by al0 fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +show me the flight from ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) +give me nonstop flight from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe fare code fb0 mean fb0 +show me da0 afternoon flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight do you have from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +veri well i'm work on scenario three i'm interest in a flight on a ac0 from ci0 to ci1 georgia ( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ac0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airport in ci0 is closest to downtown ( argmin $0 ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ( miles_distant $0 ci0 ) ) +what is the earliest flight from ci1 to ci0 leav mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +what airlin have nonstop earli afternoon flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( during_day $1 early:pd ) ( during_day $1 afternoon:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me the al0 flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like a morn flight from ci0 to ci1 colorado pleas ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +code al0 al0 +i would like inform on flight from ci0 to ci1 on da0 arriv in ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list the fare of the al0 flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +flight on da0 from ci0 to ci1 california earli morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like a nonstop flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i'd like a return flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the least expens fare from ci1 to ci0 leav on mn0 dn0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +are there ani flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the last flight from ap0 ( argmax $0 ( and ( flight $0 ) ( from $0 ap0 ) ) ( departure_time $0 ) ) +what flight land at ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +how mani al0 are there from ci0 pleas ( count $0 ( and ( airline $0 al0 ) ( from $0 ci0 ) ( flight $0 ) ) ) +show me all flight on da0 from ci0 to ci1 which arriv in ci1 befor ti0 o'clock pm and serv a meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me all flight from ci0 to ci1 next week arriv after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show all da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want a list of flight from ci0 to ci1 on da0 that arriv in ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are avail from ci0 to ci1 with one way economi fare ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the flight on al0 and al1 that go to ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ) ( during_day $0 morning:pd ) ( to $0 ci0 ) ) ) +show me flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight on al0 leav ap0 for ci0 and arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me a list of ground transport at ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +what pm flight are avail from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 pm:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do ani al0 flight leav from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what the earliest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +in economi class from ci0 to ci1 arriv mn0 dn0 i'd like to know what the cheapest ticket possibl ( argmin $0 ( and ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( month $0 mn0 ) ) ( fare $0 ) ) +pleas give me a flight leav ci0 go to ci1 arriv in ci1 at ti0 o'clock in the afternoon ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 after ti0 hour on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight that leav on da0 morn from ci0 to ci1 and includ whether meal are offer and what the price are ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $1 ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( meal $1 ) $2 ) ( = ( fare $1 ) $0 ) ) ) ) ) +the flight will origin from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what type of aircraft can i get a first class ticket from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +all flight from ci0 colorado to ci1 pennsylvania ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like inform on flight from ci0 to ci1 arriv in ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci1 to ci0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight are avail da0 afternoon from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i want a flight on da0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +doe al0 have a flight from ci0 to ci1 arriv at ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +on da0 what flight leav ci1 to ci0 minnesota and leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what al0 flight from ci0 to ci1 depart ci0 after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +find me the earliest flight from ci0 to ci1 on ani day of the week ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +al0 with stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +show me fare less than do0 for flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +the cheapest flight between ci0 and ci1 which arriv between ti0 and ti1 o'clock on da0 ( argmin $0 ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) +i need to go from ci0 to ci1 and back in the same day find me the earliest flight from ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i want a flight that leav from ci0 to ci1 that leav in the afternoon or even ( lambda $0 e ( and ( flight $0 ) ( or ( during_day $0 evening:pd ) ( during_day $0 afternoon:pd ) ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli nonstop from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe code fb0 mean fb0 +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 and i'm look for the cheapest fare ( min $0 ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like inform on ground transport in the citi of ci0 from ap0 airport to ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list all al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the abbrevi for al0 intern ( abbrev al0 ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 on da0 night ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( during_day $0 late:pd ) ) ) +can i get a rental car in ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +what are the flight from ci0 to ci1 on da0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ) ) +what is fare code fb0 fb0 +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the price of the flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +give me the cheapest flight from ci0 to ci1 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) +what is the least expens airfar between ci0 and ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +doe al0 have flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list all flight da0 ci0 ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +a breakfast flight from ci1 to ci0 pleas ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what airlin servic ap0 ( lambda $0 e ( and ( services $0 ap0 ) ( airline $0 ) ) ) +show me all flight from ci0 to ci1 on a boe ac0 ( lambda $0 e ( and ( flight $0 ) ( manufacturer $0 boeing:mf ) ( aircraft_code $0 ac0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is fare code fb0 fb0 +pleas give me the flight from ci0 to ci1 which leav in the morn on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what are the fare between ci0 and ci1 on da0 morn ( lambda $0 e ( exists $1 ( and ( day $1 da0 ) ( to $1 ci1 ) ( from $1 ci0 ) ( during_day $1 morning:pd ) ( = ( fare $1 ) $0 ) ) ) ) +what flight leav ci0 and arriv in ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is fare code fb0 mean fb0 +what the earliest flight from ci0 to ci1 on da0 morn ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +are there ani flight from ci0 to ci1 with stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i need your help with inform on ground transport from the ap0 to ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ( to_city $0 ci0 ) ) ) +show me the flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to see the fare code again fb0 fb0 +what airlin fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is the earliest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +what first flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what al0 leav ci0 for ci1 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +are there ani nonstop flight leav from ci0 to ci1 mn0 dn0 with who al0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i want to see the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what is fare code fb0 fb0 +show me the flight leav ci0 to ci1 around ti0 next da0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all flight from ci0 to ci1 that arriv at ti0 o'clock next da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ( arrival_time $0 ti0 ) ( flight $0 ) ) ) +show me the daili flight schedul between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( daily $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +list all al0 flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +which airlin have flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show flight from ci0 to ci1 connect through ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i'm sorri i want to book a flight from ci0 to ci1 colorado ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas give me a flight from ci0 to ci1 befor ti0 in the morn ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to fli from ci0 to ci1 through ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i would like a flight from ci0 to ci1 on da0 that arriv in ci1 by ti0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( < ( arrival_time $0 ) ti0 ) ) ) +what flight leav after ti0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is first flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the least expens flight from ci1 to ci0 on a da0 with first class fare ( argmin $0 ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( fare $0 ) ) +what are the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +list flight from ci0 to ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the next flight from ci1 to ci0 after al0 fn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( > ( departure_time $0 ) ( departure_time ( the $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ) ) ) ) ) ( departure_time $0 ) ) +show me the last flight on da0 from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +flight from ci1 and ci2 to ci0 arriv at the same time ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $1 ) ( from $0 ci1 ) ( to $0 ci0 ) ( from $1 ci2 ) ( to $1 ci0 ) ( = ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me flight that arriv in ci0 from ci1 ci2 and ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci2 ) ( from $0 ci3 ) ( from $0 ci1 ) ) ( to $0 ci0 ) ) ) +flight from ci0 to ci1 california ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +pleas show me airlin with flight from ci0 to ci1 with a stopov in ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i'd like to buy a coach class ticket for a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight with the smallest seat capac which leav ci0 and arriv in ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number_arrival $0 dn0 ) ( month_arrival $0 mn0 ) ) ( capacity $0 ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is the arriv time in ci0 for the ti0 flight leav ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( departure_time $1 ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( arrival_time $1 ) $0 ) ) ) ) +is there ground transport from the ap0 to the ci0 downtown area ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +how mani fare are there one way from ci0 to ci1 ( count $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight from ci0 that go to ci1 ci2 or ci3 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( or ( to $0 ci1 ) ( to $0 ci3 ) ( to $0 ci2 ) ) ) ) +list all flight go from ci0 to ci1 befor ti0 o'clock am on da0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what al0 go from ci0 to ci1 befor ti0 in the morn that have a meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight go from ci0 to ci1 and leav after ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 on da0 after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list all flight between ci0 and ci1 oper on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what do you have from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +doe al0 have ani flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the al0 which go from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need inform flight inform for da0 on a flight leav ci0 bound for ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me the al0 from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what kind of plane are use by al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what is the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what are the cheapest round trip flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +pleas list the da0 al0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +coach class flight on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 coach:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the cheapest way to travel round trip from ci1 to ci0 ( argmin $0 ( and ( from $0 ci1 ) ( to $0 ci0 ) ( round_trip $0 ) ) ( fare $0 ) ) +show me the flight go from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me all the al0 leav or arriv at ci0 between ti0 and ti1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( or ( and ( from $0 ci0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ) ( and ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) ) ) ) +from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like flight go from ci0 to ci1 leav on mn0 dn0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i want a flight from ci0 to ci1 that leav earli da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas show me flight which cost less than or equal to do0 from ci0 to ci1 leav on a da0 ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the fare for flight between ci0 and ap0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ap0 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight are between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need to know what flight leav ci0 on da0 even and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the rental car rate in ci0 ( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +what aircraft is use on al0 fn0 from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what is first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list pm flight from ci0 ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 pm:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight from ci0 to ci1 leav after ti0 and befor ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to find a al0 flight from ci0 to ci1 that arriv around ti0 o'clock in the even ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +kind give me the type of aircraft use to fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what are all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 and ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( or ( to $0 ci1 ) ( to $0 ci2 ) ) ) ) +show me all flight arriv to ci0 from ci1 ci2 and ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci1 ) ( from $0 ci2 ) ( from $0 ci3 ) ) ( to $0 ci0 ) ) ) +what is the seat capac of the various airplan that al0 use ( lambda $0 e ( exists $1 ( exists $2 ( and ( flight $2 ) ( airline $2 al0 ) ( = ( aircraft_code $2 ) $1 ) ( = ( capacity $2 ) $0 ) ) ) ) ) +give me morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight leav from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest flight fli from ci0 to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +can you tell me the latest even flight from ci0 to ci1 on mn0 dn0 ( argmax $0 ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +i would like to book a flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +hello i would like to plan a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me ci0 to ci1 flight ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what is the last flight of the day to leav ci0 for ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what time doe al0 depart from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +describ ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to fli from ci1 to ci2 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +pleas show me airfar of flight al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight from ci0 to ci1 that arriv after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the dinner flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +list all flight that leav from ci0 or ci1 or ci2 and arriv in ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci0 ) ( from $0 ci1 ) ( from $0 ci2 ) ) ( to $0 ci3 ) ) ) +can i see ground transport from ap0 to ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i need inform on a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 with price ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +show me the flight from ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +what are the round trip fare for flight from ci0 to ci1 arriv after ti0 on al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( airline $1 al0 ) ( > ( arrival_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +give me a list of flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +round trip fare ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do you have a flight from ci0 to ci1 north carolina next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are avail from ci0 to ci1 with one way economi fare ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me even flight to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 with a fare of do0 ( lambda $0 e ( and ( flight $0 ) ( fare $0 do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a ti0 o'clock flight from ci0 to ci1 ( lambda $0 e ( and ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ( departure_time $0 ti0 ) ) ) +i'd like inform on a flight from ci0 to ci1 a morn flight ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight go from ci0 to ci1 after ti0 in the morn ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show all flight and fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( = ( fare $0 ) $1 ) ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which airlin fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +list the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the latest nonstop flight from ci1 to ci0 ( argmax $0 ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +pleas list the da0 flight from ci0 to ci1 on al0 in the even ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list the total number of flight to all airport by al0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( exists $1 ( and ( airport $1 ) ( to $0 $1 ) ) ) ) ) +i would like first flight into ci0 from ci1 on mn0 dn0 and the last flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $2 ci1 ) ( to $2 ci0 ) ( day_number $2 dn0 ) ( month $2 mn0 ) ) ( arrival_time $2 ) ) ) ( = $1 ( argmax $2 ( and ( flight $2 ) ( to $2 ci1 ) ( from $2 ci0 ) ( day_number $2 dn0 ) ( month $2 mn0 ) ) ( arrival_time $2 ) ) ) ) ) ) +i need a flight from ci0 to ci1 on al0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +all flight and fare from ci0 to ci1 on al0 number fn0 on a da0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'm interest in the cheapest fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i am also interest in a flight that run from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +are there ani airlin that have flight from ci0 to ci1 that leav befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what time doe the late afternoon flight leav from ci0 for ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 late:pd ) ( during_day $1 afternoon:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +i'd like a flight leav ci0 mn0 dn0 and arriv in ci1 colorado mn0 dn0 leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( day_number_arrival $0 dn0 ) ( month_arrival $0 mn0 ) ) ) +okay show me all the flight to ci0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ) ) +i would like to find out what flight there are on da0 mn0 dn0 from ci0 to ci1 and then from ci1 to ci2 thank you ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( stop $0 ci1 ) ( to $0 ci2 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +give me the al0 from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what the cheapest flight from ci0 to ci1 on al0 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest first class fare from ci0 to ci1 on al0 on mn0 dn0 ( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( airline $1 al0 ) ( month $1 mn0 ) ( day_number $1 dn0 ) ( class_type $1 first:cl ) ) ) ) +tell me about flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the flight on da0 afternoon from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need to fli from ci0 to ci1 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is al0 schedul of morn flight to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( during_day $1 morning:pd ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +give me the earliest flight tomorrow on al0 from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +what doe ap0 mean ap0 +round trip fare from ci0 to ci1 less than do0 round trip fare from ci2 to ci1 less than do0 round trip fare from ci3 to ci1 less than do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( or ( and ( < ( fare $1 ) do0 ) ( from $1 ci2 ) ( to $1 ci1 ) ) ( and ( < ( fare $1 ) do0 ) ( from $1 ci3 ) ( to $1 ci1 ) ) ( and ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ) ) ( = ( fare $1 ) $0 ) ) ) ) +show me the last flight avail in the even from ci0 to ci1 on mn0 dn0 ( argmax $0 ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +doe al0 have an earli afternoon flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the fare on mn0 dn0 go one way from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +list the flight from ci0 to ci1 on a da0 which are nonstop and cost less than do0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( fare $0 ) do0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to find a flight from ci1 to ci2 that make a stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +give me al0 flight from ci0 to ci1 on da0 and on da1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +show me the earliest flight on mn0 dn0 from ci0 to ci1 that serv a meal ( argmin $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +what is the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to know the shortest trip between ci1 and ci0 ( argmin $0 ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ( time_elapsed $0 ) ) +okay i would like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci1 to ci0 depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +which airlin fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is the cheapest flight from ci0 to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +round trip flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the round trip cost of a first class ticket from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight are there on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all round trip flight between ci0 and ci1 busi class fare ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( class_type $0 business:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me a list of flight from ci0 to ci1 arriv befor ti0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ) +okay and then from ci0 i'd like to travel to ci1 on mn0 dn0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me flight from ci0 to ci1 for da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all flight to ci0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( to $0 ci0 ) ) ) +i need to fli from ci0 to ci1 first thing in the morn what is there ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight are avail da0 to ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +list the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +okay i'd like a nonstop flight from ci0 to ci1 that arriv in ci1 in the earli afternoon on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day_arrival $0 early:pd ) ( during_day_arrival $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ( day_number_arrival $0 dn0 ) ( month_arrival $0 mn0 ) ) ) +show flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +do you have ground transport between ap0 airport and ci0 downtown in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +which airlin have flight from ci0 to ci1 by way of ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +flight from ci0 back to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +okay we'r go from ci0 to ci1 first class ticket i'd like to know the cost of a first class ticket ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight to ci1 from ci0 and ci2 and ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci0 ) ( from $0 ci3 ) ( from $0 ci2 ) ) ( to $0 ci1 ) ) ) +can you list all nonstop flight depart from ci0 and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +my destin is ci0 i live in ci1 i would like a flight on mn0 dn0 in the morn on ani airlin that will get me there ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight are there from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like an earli flight from ci0 to ci1 da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what kind of aircraft do you have fli from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what time doe al0 depart from ci1 to go to ci0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +show me the coach fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +flight number from ci0 to ci1 tomorrow ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( tomorrow $1 ) ( = ( flight_number $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which airlin serv ci0 ci1 and ci2 ( lambda $0 e ( and ( airline $0 ) ( services $0 ci1 ) ( services $0 ci0 ) ( services $0 ci2 ) ) ) +list flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the cheapest round trip fare on al0 fn0 round trip ci1 ci0 ( min $0 ( exists $1 ( and ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( round_trip $1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are there from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i would like to know first class fare on a flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 on a da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 leav on a da0 and show me all flight from ci1 to ci0 leav on da1 ( lambda $0 e ( or ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da1 ) ) ) ) +how long doe it take to get from ap0 into the citi of ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ap0 ) ( to $1 ci0 ) ( = ( time_elapsed $1 ) $0 ) ) ) ) +what are your flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airlin fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me the flight from ci1 to ci0 which leav ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +doe ani airlin have an afternoon flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 afternoon:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +is there ground transport from the ap0 to ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +ci1 to ci0 da0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the abbrevi ac0 ac0 +show me the most expens fare ( max $0 ( exists $1 ( = ( fare $1 ) $0 ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what doe restrict rc0 rc0 +what is the schedul for flight between ci0 and ci1 on the even of mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 evening:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +show me all the direct flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 that depart 9 hour befor arriv ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( time_elapsed $0 9:hr ) ) ) +what is the cost for a one way trip from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how much is the ground transport between ci0 and ap0 downtown ( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 ci0 ) ( from_airport $1 ap0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +can you tell me how to get from the ap0 to ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +give me the flight for al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ap1 or ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap1 ) ( from $0 ap0 ) ) ( to $0 ci0 ) ) ) +are there ani nonstop flight from ci1 to ci0 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +do you have a ac0 that fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ac0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all al0 flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +al0 to ci0 pleas ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( to $0 ci0 ) ) ) +what kind of plane is use on the earliest flight from ci1 to ci0 afternoon ( lambda $0 e ( aircraft ( argmin $1 ( and ( flight $1 ) ( during_day $1 afternoon:pd ) ( from $1 ci1 ) ( to $1 ci0 ) ) ( departure_time $1 ) ) $0 ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the least expens flight today from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( today $0 ) ) ( fare $0 ) ) +what are the flight from ci0 to ci1 leav tomorrow ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +i'd like a flight on mn0 dn0 from ci1 to ci0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +round trip fare from ci0 to ci1 under do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me round trip fare between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how mani first class flight doe al0 have leav from all airport today ( count $0 ( and ( flight $0 ) ( today $0 ) ( exists $1 ( and ( airport $1 ) ( from $0 $1 ) ) ) ( airline $0 al0 ) ( class_type $0 first:cl ) ) ) +give me flight that arriv in ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list possibl round trip daili flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the fare go from ci1 to ci0 one way on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +what the cheapest round trip fare between ci0 and ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all flight from ci0 to ci1 area ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the price of all flight from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +give me a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci0 to ci1 on da0 afternoon and da1 morn ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( during_day $0 afternoon:pd ) ( day $0 da0 ) ) ( and ( during_day $0 morning:pd ) ( day $0 da1 ) ) ) ) ) +i would like inform on flight leav ci0 in the afternoon arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a reserv from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list three earliest flight from ci0 to ci1 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +show me the flight avail from ci0 to ci1 leav ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find the earliest breakfast flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +are there ani nonstop flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to book a flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is restrict rc0 rc0 +what flight do you have from ci1 to ci0 on the morn of mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +could you list for me the flight that leav ci0 on da0 and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +which airlin have nonstop flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i want to depart ci0 mn0 dn0 to ci1 least expens fare ( argmin $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which airlin have first class flight today ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 first:cl ) ( today $1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +am flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list all flight on al0 from ci0 to ci1 which depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight on al0 from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest flight depart ci0 and arriv in ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +cheapest airfar from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +are there ani flight from ci0 to ci1 which stop over in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +now i need a flight leav ci0 and arriv in ci1 no later than ti0 next da0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 have a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the list of flight between ci0 and ci1 that leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show flight from ci1 into ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +even flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +give me all nonstop from ci0 citi to ci1 that arriv on a da0 ( lambda $0 e ( and ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +list flight from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +name of airport ( lambda $0 e ( airport $0 ) ) +what kind of aircraft is use on a flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani peopl fit on a ac0 ( capacity ac0 ) +what ground transport is avail at ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i would like a flight that leav on da0 from ci0 to ci1 that make a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ( day $0 da0 ) ) ) +what airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me all flight from ci1 to ci0 next da0 which leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list the airlin that have nonstop afternoon flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( during_day $1 afternoon:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +are there ani flight from ci0 to ci1 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +could you pleas tell me first flight leav ci1 to ci0 on a ac0 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( aircraft_code $0 ac0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +find a flight between ci0 and ci1 the flight should be in the afternoon and arriv close to ti0 the flight should be nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me the flight and fare on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( = ( fare $0 ) $1 ) ) ) ) +list all daili flight between ci0 and ci1 and between ci1 and ci0 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( or ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) ) ) +i would like some inform on flight leav ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me airlin with flight from ci0 to ci1 with stop in ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +doe flight al0 fn0 from ci0 to ci1 leav on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what citi doe al0 servic ( lambda $0 e ( and ( city $0 ) ( services al0 $0 ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are provid by al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ) ) +i need fare inform from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight are avail from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 earli am on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +can i get from ci1 to ci0 leav in the morn and arriv in the morn ( lambda $0 e ( and ( during_day_arrival $0 morning:pd ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the cheapest flight arriv in ci0 on mn0 dn0 start from ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number_arrival $0 dn0 ) ( month_arrival $0 mn0 ) ) ( fare $0 ) ) +can you list all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what doe code fb0 mean fb0 +what fare code cover flight from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the latest flight i can take from ci1 to ci0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +are there ani flight from ci1 to ci0 which stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what are the flight from ci0 to ci1 also on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +airport ( lambda $0 e ( airport $0 ) ) +i need a flight from ci0 to ci1 on dn0 of mn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what are the time that you have plane leav from ci0 go to ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +give me a flight from ci0 citi to ci1 and a flight from ci2 to ci1 that arriv at the same time ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( from $1 ci2 ) ( to $1 ci1 ) ( = ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) ) +what price is a limousin servic to ci0 ap0 ( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( from_airport $1 ap0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 next da0 night after ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the cheapest fare for a one way flight from ci0 to ci1 ( min $0 ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how mani flight doe al0 have in busi class ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 business:cl ) ) ) +what is the latest flight from ci0 to ci1 that serv a meal ( argmax $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +list all flight from ci0 to ci1 on al0 which depart on da0 and serv meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +look for a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +is ground transport avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is first flight from ci0 to ci1 on da0 mn0 dn0 that leav after ti0 ( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +what are the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the da0 flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the ground transport to ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +how mani peopl fli on a turboprop ( lambda $0 e ( exists $1 ( and ( turboprop $1 ) ( = ( capacity $1 ) $0 ) ) ) ) +all flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +could i have a list of flight in first class on da0 from ci0 to ci1 start at ti0 and afterward ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci1 to ci0 on the morn of mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +what the lowest round trip fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +thank you veri much now can you help me with inform on flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ap0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +show me the cheapest fare from ci1 to ci0 leav on a da0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +sure i'd like to determin what aircraft are use on mn0 dn0 leav from ci0 and arriv in ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( day_number_arrival $1 dn0 ) ( arrival_month $1 mn0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +find a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list flight from ci0 to ci1 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +how mani citi are serv by al0 with first class flight ( count $0 ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( to $1 $0 ) ) ) ) ) +what doe al0 stand for al0 +show me all the flight between ci0 and either ci1 or ci2 that depart between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( or ( to $0 ci1 ) ( to $0 ci2 ) ) ) ) +i'm look for flight from ci0 to ci1 leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to st0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 st0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas give me fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all the da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what doe restrict rc0 mean rc0 +show me all flight from ci0 to ci1 which arriv in ci1 befor ti0 o'clock pm on da0 ( lambda $0 e ( and ( day_arrival $0 da0 ) ( < ( arrival_time $0 ) ti0 ) ( to $0 ci1 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ) ) +i would like a nonstop flight from ci0 to ci1 leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 citi to ci1 tomorrow ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +give me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like a round trip ticket from ci0 to ci1 washington ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 in first class ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is there from ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +flight from ci0 new jersey to ci1 ohio ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show ani flight leav ci0 on da0 and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +okay on da0 mn0 dn0 i'd like to go from ci0 to ci1 earli in the morn ( lambda $0 e ( and ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me a list of flight on mn0 dn0 leav ci0 to ci1 leav ci0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe the fare code fb0 mean fb0 +show me a list of flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +can you show me the list of flight that fli from ci1 to ci0 via ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what flight go from ci1 to ci0 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +find me the earliest flight from ci0 to ci1 and the latest return from ci1 to ci0 within the same day ( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $2 ) ) ) ( = $1 ( argmax $2 ( and ( flight $2 ) ( to $0 ci0 ) ( from $0 ci1 ) ) ( departure_time $2 ) ) ) ) ) ) +what are the flight from ci0 to ci1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 where the round trip fare is less than do0 ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) do0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what time doe the da0 morn ti0 flight leav ci1 arriv in ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( departure_time $1 ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( arrival_time $1 ) $0 ) ) ) ) +show me the shortest flight from ci0 to ci1 which arriv in ci1 da0 befor ti0 ( argmin $0 ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ( time_elapsed $0 ) ) +what al0 are avail to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all takeoff and land at ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe the fare code fb0 mean fb0 +ground transport between ap0 airport and ci0 downtown in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +pleas show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me the flight from ci0 to ci1 on mn0 dn0 and dn1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day_number $0 dn0 ) ( day_number $0 dn1 ) ) ( month $0 mn0 ) ) ) +what flight from ci0 to ci1 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the fare on mn0 dn0 go one way from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +i'd like to get a flight from ci1 to ci2 with a stopov in ci0 for mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like first flight in the morn from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i want to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight do you have today from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( today $0 ) ) ) +show me the morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci1 to ci0 arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all the flight from ci0 and all the flight from ci1 that arriv at ci2 around ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( or ( from $0 ci0 ) ( from $0 ci1 ) ) ( to $0 ci2 ) ) ) +is there a flight on al0 from ci1 to ci0 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what is the round trip fare on al0 fn0 from ci1 to ci0 and return ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +list daili flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight go from ci0 to ci1 after ti0 in the morn ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight go from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the class of servic on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( = ( booking_class $1 ) $0 ) ) ) ) +i want all flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i would like to see all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want a flight from ci0 to ci1 on al0 and leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +first class price ci0 ci1 round trip ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +lowest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +are they all nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all round trip flight between ci0 and ci1 that are first class ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airlin are there ( lambda $0 e ( airline $0 ) ) +pleas show me airlin with flight from ci0 to ci1 stop ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is the mean of restrict rc0 rc0 +what fare code fb0 fb0 +explain the restrict rc0 rc0 +what limousin servic in ci0 ( lambda $0 e ( and ( limousine $0 ) ( to_city $0 ci0 ) ) ) +al0 from ci0 to ci1 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'm go to leav ci1 and i want to go to ci0 and i want to fli first class al0 and i want a stop in ci2 can you pleas tell me what type of aircraft you will be fli ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what flight go from ci0 to ci1 after ti0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can you show me the economi fare flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find the earliest flight from ci1 to ci0 that serv a meal ( argmin $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +in the month of mn0 are there ani flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ( month $0 mn0 ) ) ) +show all al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +inform on flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +is there a al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight are avail from ci0 to ci1 first class on al0 arriv mn0 dn0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ) +i'd like a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +the latest flight from ci0 to ci1 pleas and i'd like a meal with that ( argmax $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me a list of flight from ci0 to ci1 for mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'll need a rental car at the ap0 can you show me what avail ( lambda $0 e ( and ( rental_car $0 ) ( from_airport $0 ap0 ) ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like a list of all the flight from ci0 to ci1 on da0 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want a flight from ci1 quebec to ci0 california that leav da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +list all flight from ci1 to ci0 then to ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +what are the morn flight from ci1 to ci2 and from ci1 to ci0 in the next two day ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( or ( and ( from $0 ci1 ) ( to $0 ci2 ) ) ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) ( next_days $0 2:i ) ) ) +all the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight to ci0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ) ) +what is the smallest aircraft avail to fli on from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( capacity $0 ) ) +i need a connect flight on al0 on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +on mn0 dn0 what flight go from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what airlin fli between ci1 and ci0 and stop in ci2 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i'd like flight on al0 from ci0 to ci1 arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the lowest cost fare that al0 has between ci1 and ci0 ( min $0 ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what doe fare code fb0 mean fb0 +flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me the earliest flight tomorrow on al0 from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +give me the list of flight for al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +da0 flight from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like inform on al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airlin is the flight origin in ci1 on mn0 dn0 at ti0 and arriv in ci0 at ti1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( departure_time $1 ti0 ) ( arrival_time $1 ti1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show departur from ci0 for al0 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ) ) +all flight from ci0 to ci1 less than do0 ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +pleas give me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ap0 to ci0 on da0 mn0 dn0 yr0 ( lambda $0 e ( and ( from $0 ap0 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +is there a direct flight from ci0 to ci1 that arriv in ci1 around ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight leav ci0 for ci1 on mn0 dn0 in the even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me all flight from ci0 to ci1 on a da0 with round trip fare less than do0 ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) do0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all round trip flight between ci0 and ci1 coach fare ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +and flight from ci0 to ci1 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani flight doe al0 have with a class of servic code fb0 ( count $0 ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( airline $0 al0 ) ) ) +doe al0 fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +which al0 flight go through ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +flight will start from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +pleas show me flight from ci0 to ci1 on da0 morn serv breakfast ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight to ci0 that are less than do0 round trip ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ( < ( fare $0 ) do0 ) ( round_trip $0 ) ) ) +what the differ between fare code fb0 and fare code fb1 ( lambda $0 e ( and ( fare_basis_code $0 fb0 ) ( fare_basis_code $0 fb1 ) ) ) +what is fare code fb0 fb0 +show me the flight from ci1 to ci2 or ci0 that arriv befor or around ti0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( or ( to $0 ci2 ) ( to $0 ci0 ) ) ( or ( approx_arrival_time $0 ti0 ) ( < ( arrival_time $0 ) ti0 ) ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +which airlin have daili flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( daily $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me all daili flight out of ci0 that have coach class ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ) ) +doe al0 fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to fli from ci0 to ci1 arriv in ci1 at ti0 ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +are there da0 morn flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +are there ani flight befor ti0 on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the earliest nonstop flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what is the airfar between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ap0 to ci0 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) ) +how do i get from ap0 to ci0 ( lambda $0 e ( and ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +how do i get from ap0 to downtown ci0 ( lambda $0 e ( and ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i want a flight from ci0 to ci1 then from ci1 to ci2 then from ci2 back to ci1 back to ci0 ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 ci0 ) ( to $0 ci1 ) ( from $1 ci1 ) ( to $1 ci2 ) ( from $2 ci2 ) ( stop $2 ci1 ) ( to $2 ci0 ) ) ) ) ) +show me all the flight from ci0 to ci1 arriv mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ) +show me the flight from ci0 to ci1 that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci1 to ci0 on da0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ) ) +i would like to fli from ci0 to ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the even flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest fare between ci1 and ci0 ( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ( to $1 ci0 ) ( from $1 ci1 ) ) ) ) +how mani flight doe al0 have from ci0 to ci1 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is ap0 ap0 +thank you for that inform now i would like inform on a flight on mn0 dn0 from ci0 to ci1 earli in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +an al0 flight first class from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 on da0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the cost of a round trip ticket first class between ap0 and ap1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ap0 ) ( to $1 ap1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the airlin that use ap0 ( lambda $0 e ( and ( airline $0 ) ( services $0 ap0 ) ) ) +pleas show me all airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) +show me all al0 flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the airlin between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what flight are avail da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is fare code fb0 fb0 +how much doe flight al0 fn0 from ci0 to ci1 cost ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the earliest flight leav from ci0 go to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me all flight from ci0 to ci1 on da0 which serv a meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +is there a round trip flight from ci0 to ci1 connect in ci2 ( lambda $0 e ( and ( flight $0 ) ( stop $0 ci2 ) ( to $0 ci1 ) ( from $0 ci0 ) ( round_trip $0 ) ) ) +what doe al0 mean al0 +all flight from ci0 to ci1 between ti0 o'clock and ti1 o'clock in the afternoon ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which of the flight from ci0 to ci1 on mn0 dn0 yr0 carri the smallest number of passeng ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ( capacity $0 ) ) +then list the flight from ci0 to ci1 earli da0 morn nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like to know the flight from ci0 to ci1 leav on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'm look for a flight from ci0 to ci1 that has no stopov and is onli in the afternoon ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 new jersey ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +shortest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( time_elapsed $0 ) ) +i want to see the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +display all flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'm look for a flight from ci1 to ci2 with a stopov in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +what is the cheapest flight on al0 from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me al0 from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +do you have ani direct flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find the latest flight from ci0 to ci1 that serv a meal ( argmax $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +ci0 airport ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) +i'd like a flight from ci0 to ci1 washington ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the coach fare for flight from ci0 to ci1 da0 even ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach:cl ) ( during_day $1 evening:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +on mn0 dn0 what flight are avail between ci0 and ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me all overnight flight from ci0 to ci1 and list their fare ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( overnight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +what are the nonstop flight on al0 or al1 from ci0 to ci1 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas show me all one way first class flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the morn flight from ci0 to ci1 go on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i'd like a return flight from ci0 to ci1 even flight ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the flight from ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what flight are there on da0 even or da1 morn from ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( and ( during_day $0 evening:pd ) ( day $0 da0 ) ) ( and ( during_day $0 morning:pd ) ( day $0 da1 ) ) ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +show flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the least expens flight avail from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +is there a plane from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the most expens one way flight from ci1 to ci0 ( argmax $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +i would like inform on flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas show all flight from ci0 to ap0 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ( day $0 da0 ) ) ) +i would like inform on ani flight from ci0 to ci1 arriv in ci1 befor ti0 da0 morn ( lambda $0 e ( and ( to $0 ci1 ) ( < ( arrival_time $0 ) ti0 ) ( day_arrival $0 da0 ) ( during_day_arrival $0 morning:pd ) ( from $0 ci0 ) ( flight $0 ) ) ) +pleas list the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need a flight al0 ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list daili flight from ci0 to ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +could you pleas list all of the class of flight there are ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( = ( booking_class $1 ) $0 ) ) ) ) +show flight from ci1 to ci0 between ti0 and ti1 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +inform on al0 flight from ci0 to ci1 earli morn time of flight ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( flight $1 ) ( airline $1 al0 ) ( during_day $1 early:pd ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +is there ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is the earliest flight from ci1 to ci0 on al0 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +find the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the fare for flight from ci0 to ci1 leav da0 morn ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +give me all the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +tell me about flight from ci1 to ci0 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +from ci0 to ci1 on a da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the ground transport schedul in ci0 on da0 even ( lambda $0 e ( exists $1 ( and ( = ( departure_time $1 ) $0 ) ( day $1 da0 ) ( to_city $1 ci0 ) ( ground_transport $1 ) ( during_day $1 evening:pd ) ) ) ) +pleas list all of the flight leav ci0 head to ci1 after ti0 da0 and befor ti1 da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( > ( departure_time $0 ) ti0 ) ( after_day $0 da0 ) ( < ( departure_time $0 ) ti1 ) ( before_day $0 da1 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me all flight from ci0 to ci1 which arriv in ci1 befor ti0 o'clock am tomorrow ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow_arrival $0 ) ) ) +show me all the flight that arriv in ci0 from anywher between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) ) +what are the air restrict on flight from ci0 to ci1 for the airfar of do0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( fare $1 do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( restriction_code $1 ) $0 ) ) ) ) +i would like the cheapest flight from ci0 to ci1 leav mn0 dn0 and return mn1 dn1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( round_trip $0 ) ) ( fare $0 ) ) +what time doe the earliest flight which goe from ci0 to ci1 leav ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) ) +pleas list onli al0 flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 tomorrow morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +show me the most expens one way first class fare from ci0 to ci1 ( max $0 ( exists $1 ( and ( oneway $1 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the fare go from ci0 to ci1 one way on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like to find out the ground travel avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the latest flight leav ci0 for ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i am interest in book an earli morn flight from ci0 into ci1 on mn0 dn0 and return late in the even of mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $1 ) ( during_day $1 late_evening:pd ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( month $0 mn0 ) ( day_number $0 dn0 ) ( month $1 mn0 ) ( day_number $1 dn0 ) ( to $1 ci0 ) ( from $1 ci1 ) ) ) ) +list type of aircraft that fli between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +pleas give me ground transport inform between ap0 and downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +how mani flight doe al0 have with a class of servic code fb0 ( count $0 ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( airline $0 al0 ) ) ) +what is the fare from ci1 to ci0 on al0 fn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i'd like to have some inform on a ticket from ci0 to ci1 and ci2 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ) ) +what type of aircraft leav from ci1 to ci0 at ti0 ( lambda $0 e ( exists $1 ( and ( departure_time $1 ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is the earliest flight leav ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +pleas find the earliest possibl flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me the flight that leav ci0 in the afternoon and arriv in the even in ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 evening:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci1 to ci0 leav after ti0 in the afternoon pleas ( lambda $0 e ( and ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas show me all the flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +how much will it cost take coach from ci0 to ci1 on mn0 dn0 fli al0 fn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 coach:cl ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the lowest price fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how much doe it cost to fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like a flight from ci2 to ci0 that stop in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +flight from ci0 to ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight stop in ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( stop $0 ci0 ) ) ) +how much doe al0 fn0 cost ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( flight_number $1 fn0 ) ( = ( fare $1 ) $0 ) ) ) ) +which airlin provid busi class flight ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 business:cl ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is the cheapest round trip coach flight between ci0 and ci1 leav mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( round_trip $0 ) ) ( fare $0 ) ) +what doe the abbrevi al0 mean al0 +pleas list all flight leav on da0 morn from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +da0 morn flight between ci0 and ci1 new jersey ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like a flight from ci0 to ci1 on da0 morn after ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas give me flight from ci0 to ci1 on da0 morn and da1 afternoon ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( during_day $0 morning:pd ) ( day $0 da0 ) ) ( and ( during_day $0 afternoon:pd ) ( day $0 da1 ) ) ) ) ) +what flight are avail da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 on mn0 dn0 that leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like a ticket leav from ci0 colorado to ci1 georgia with a stop in ci2 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i want to travel from ci0 to ci1 around ti0 could you give me the flight ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what afternoon flight are avail between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is restrict rc0 rc0 +al0 fn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all daili flight between ci0 and ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +inform on a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want a direct flight from ci0 to ci1 that leav on a da0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight arriv to ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the earliest flight leav ci0 and go to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find a nonstop flight between ci0 and ci1 leav in the afternoon and arriv near ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail da0 afternoon from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +leav flight from ci0 to ci1 leav ci0 approxim ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to book a flight from ci0 to ci1 on mn0 dn0 i'd like it to be the cheapest flight ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +is there a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the flight to ci0 after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( to $0 ci0 ) ) ) +what is the cheapest coach flight between ci0 and ci1 leav mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +how mani first class flight doe al0 have ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ) ) +i need a plane that arriv in ci0 by ti0 o'clock pm on da0 and leav from ci1 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) ) +show me the cheapest round trip fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +sure i want to go from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what kind of ground transport can you offer me in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is al0 al0 +pleas show me airlin with flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i want a cheap flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the ground transport from ap0 to the ci0 citi proper ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +can i have a rental car in ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +how about flight leav ci0 and arriv in ci1 for ani day ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is first flight arriv in ci0 from ci1 da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) ( arrival_time $0 ) ) +i need a flight from ci0 to ci2 and then ci2 to ci1 and ci1 to ci0 ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 ci0 ) ( to $0 ci2 ) ( from $1 ci2 ) ( to $1 ci1 ) ( from $2 ci1 ) ( to $2 ci0 ) ) ) ) ) +now i'd like a schedul for the flight on da0 morn from ci1 no from ci0 to ci2 ( lambda $0 e ( exists $1 ( and ( to $1 ci2 ) ( not ( from $1 ci1 ) ) ( flight $1 ) ( day $1 da0 ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +al0 fli from ci0 to ci1 what type of aircraft do you use befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +i would like to fli to ci0 earli in the day ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( to $0 ci0 ) ) ) +actual what are the nonstop flight from ci0 to ci1 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci1 to ci0 leav in the afternoon and arriv in the even thank you ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 evening:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +how about mn0 dn0 ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what doe ap0 stand for ap0 +find travel arrang for a round trip flight from ci0 to ci1 arriv after ti0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +list all flight from ci1 to ci0 with at least 3 stop ( lambda $0 e ( and ( flight $0 ) ( > ( stops $0 ) 3:i ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the cheapest one way ticket from ci0 to ci1 ( argmin $0 ( and ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +okay what flight are there al0 from ci0 to ci1 leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight go from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are the coach flight between ci0 and ci1 leav mn0 dn0 and return mn0 dn1 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( day_number_return $0 dn1 ) ( month_return $0 mn0 ) ) ) +what flight are there avail from ci0 to ci1 on da0 with economi class ( lambda $0 e ( and ( economy $0 ) ( day $0 da0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a coach class seat on a flight leav ci0 arriv ci1 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli from ci0 to ci1 earli in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show flight from ci1 into ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like inform on flight from ci1 to ci0 after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is fare code fb0 fb0 +what is the cheapest flight from ci1 to ci0 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( fare $0 ) ) +show me all the flight arriv around ti0 in ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +give me the list of flight for al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the cheapest one way flight from ci0 to ci1 leav ci0 between ti0 and ti1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i'm interest in round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest al0 flight that i can get first class from ci0 to ci1 ( departure_time ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) ) +what flight leav ci1 after ti0 and go to ci0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight do you have leav ci1 and arriv in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 with round trip fare less than do0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to see the economi fare for ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me fare from ci1 to ci0 on da0 morn ( lambda $0 e ( exists $1 ( and ( during_day $1 morning:pd ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +i need a flight from ci0 to ci1 that leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the lowest round trip fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +which airlin have flight between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what are the flight which depart from ci0 fli to ci1 via ci2 and arriv by ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i need the earliest flight from ci0 to ci1 that serv dinner ( argmin $0 ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight do you have from ci0 to ci1 on da0 of next week after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +is there a flight between ci0 and ci1 on al0 at ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is fare class fb0 fb0 +i want to fli ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +how mani daili al0 flight are there between ci0 and ci1 ( count $0 ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe ap0 mean ap0 +is there a late afternoon flight leav ci0 for ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight leav from ci0 colorado to ci1 pennsylvania on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want a flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight that leav ci0 and arriv in ci1 around ti0 next da0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +inform on round trip flight from ci1 to ci0 first class ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +do you have a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like flight inform between ci0 and ci1 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me ground transport in ci0 on da0 morn ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( during_day $0 morning:pd ) ( day $0 da0 ) ) ) +show me the flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the latest flight from ci0 to ci1 on the even of mn0 dn0 ( argmax $0 ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +i'd like to know the earliest flight from ci0 to ci1 georgia ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i would like to see the flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what kind of ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what kind of aircraft doe al0 use befor ti0 on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +i'd like to go from ci0 to ci1 to find the cheapest flight ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what is the latest departur from ci0 to ci1 on dn0 of mn0 ( argmax $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +are there ani flight after ti0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to find first flight from ci0 to ci1 that serv a meal ( argmin $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what type of aircraft leav from ci1 to ci0 at ti0 dure a weekday ( lambda $0 e ( exists $1 ( and ( departure_time $1 ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( weekday $1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +list all flight on al0 from ci0 to ci1 with fare code fb0 ( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +on al0 fn0 from ci0 to ci1 can you tell me what type of aircraft use befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what flight from ci1 to ci0 on da0 arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +a flight on al0 leav ci0 and go to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all one way flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a flight on al0 leav from ci1 make a stop in ci2 and arriv in ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +show me all flight from ci0 to ci1 on mn0 dn0 arriv around ti0 o'clock in the even ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the cheapest round trip flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +what the cheapest flight from ci0 to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +how mani seat in a ac0 ( capacity ac0 ) +what flight are there from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to find a flight from ci1 to ci0 on al0 and arriv at about ti0 o'clock in the even could you pleas tell me the aircraft and the flight number thank you ( lambda $0 e ( exists $1 ( exists $2 ( and ( flight $2 ) ( airline $2 al0 ) ( approx_arrival_time $2 ti0 ) ( from $2 ci1 ) ( to $2 ci0 ) ( = ( aircraft_code $2 ) $0 ) ( = ( flight_number $2 ) $1 ) ) ) ) ) +now i need anoth flight from ci0 to ci1 arriv also in the late afternoon what avail for that ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 late:pd ) ( during_day_arrival $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +and what is the last flight from ci0 to ci1 for tomorrow even ( argmax $0 ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +do you have ani flight from ci0 to ci1 via ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i'd like a flight from ci1 to ci0 for da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i would like to see the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i live in ci0 and i'd like to make a trip to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail at ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +list the da0 flight from ci0 to ci1 arriv in ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to book the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +find a flight from ci2 to ci0 that stop in ci1 that serv dinner and i want to find the airlin for this flight ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ( = ( airline:e $0 ) $1 ) ) ) ) +i would like a nonstop flight from ap0 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ap0 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +is the al0 fn0 from ci0 to ci1 a nonstop flight ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas tell me the flight between ci0 and ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all right what al0 flight leav from ci1 to ci0 after ti0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +find me a flight on al0 from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i'd like to arrang a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list all flight on al0 and al1 that go into ci0 and all flight on al1 and al0 that fli out of ci0 ( lambda $0 e ( or ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ) ( from $0 ci0 ) ) ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ) ( to $0 ci0 ) ) ) ) +how expens is the ci0 limousin servic ( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +could you pleas tell me the cheapest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +tell me about the ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is the cheapest fare from ci0 to ci1 on al0 ( min $0 ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +fare between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want the list of daili flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i'd like to know the inform from ci0 to ci1 nonstop ( lambda $0 e ( and ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show all flight on al0 airlin out of ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +i need ground transport in ci0 pleas show me what avail ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what type of ground transport is avail at ap0 airport ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +what flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight from ci0 to ci1 which leav next da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list the flight and time of arriv for flight arriv in ci0 from ci1 befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( = ( arrival_time $0 ) $1 ) ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the earliest flight go from ci0 to ci1 on da0 mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +show me all al0 flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what flight from ci1 to ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight on al0 leav ci0 on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +i'd like to find a flight from ci1 florida to ci0 nevada that would arriv befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) ) +what doe the fare code fb0 mean fb0 +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +tell me about flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the earliest flight from ci0 to ap0 that serv dinner ( argmin $0 ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ap0 ) ) ( departure_time $0 ) ) +i'd like to go from ci1 to ci0 with a stop in ci2 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i would like to book a flight from ci0 into ci1 on mn0 dn0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me all flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +i need flight that arriv in ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight leav after ti0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +all right do you have a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +on the flight from ci1 to ci0 on al0 leav at ti0 what type of aircraft is use ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( departure_time $1 ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what are my option for a ci0 back to ci1 flight around ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the most expens fare ( max $0 ( exists $1 ( = ( fare $1 ) $0 ) ) ) +what flight goe from ci0 to ci1 first class on al0 arriv on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ) +show me the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +how about arriv for al0 in ci0 ( lambda $0 e ( and ( airline $0 al0 ) ( to $0 ci0 ) ) ) +pleas list the flight from ci0 california to ci1 florida ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which nonstop flight from ci0 to ci1 leav in the afternoon and arriv at ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( arrival_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +okay and can you tell me for flight depart from ci0 to ci1 the latest flight you would have depart from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me the flight from ci0 to ci1 on da0 and da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +pleas list the da0 morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me ci0 ground transport ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 on da0 with lunch serv ( lambda $0 e ( and ( flight $0 ) ( meal $0 lunch:me ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight to ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +show me all flight from ci0 to ci1 which arriv in ci1 da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +i'd like a first class flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +can you show me the cheapest round trip flight between ci0 and ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +what is airlin al0 al0 +show me the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what is the flight number for the al0 which leav ci1 at ti0 and goe to ci0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( departure_time $1 ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( flight_number $1 ) $0 ) ) ) ) +ground transport in ci0 and ci1 ( lambda $0 e ( and ( ground_transport $0 ) ( or ( to_city $0 ci0 ) ( to_city $0 ci1 ) ) ) ) +could you pleas show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me al0 from ci0 to ci1 on da0 and da1 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +can you tell me which flight go from ci1 to ci2 and make a stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +on al0 give me the flight time from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +find me the earliest flight from ci0 to ci1 on ani day of the week ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +is there a limousin servic avail from the ap0 ( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 ap0 ) ) ) +how mani first class flight doe al0 have depart from ci0 today ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( today $0 ) ) ) +find me the flight that are nonstop between ci0 and ci1 that leav between ti0 and ti1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me the round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all round trip fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i'd like to see all the economi fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +tell me about ground transport between the ap0 and downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +flight from ci1 to ci0 depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas give me a list of flight leav ci0 go to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find the cheapest one way fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +list the earliest flight from ci0 to ci1 on a da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what flight are between ap0 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) ) +pleas show me all round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list al0 between ci0 and ci1 depart at ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +look for a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the least expens way to fli from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +what are first class fare from ci0 to ci1 on da0 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani al0 leav from ci0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what plane are use by al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +are there ani ti0 o'clock flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to travel from ci0 to ci1 ( lambda $0 e ( and ( to $0 ci1 ) ( from $0 ci0 ) ) ) +list all flight go from ci0 to ci1 after ti0 o'clock pm on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +is ap0 ci0 ( = ap0 ( the $0 ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) ) +can you tell me the cheapest flight between ci1 and ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +show me all flight from ci1 to ci0 with one stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +find a flight on al0 from ci1 to ci0 that make a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what are all the flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +am flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cost of limousin servic at ap0 airport ( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( from_airport $1 ap0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +how much is a flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +fare and flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the cheapest flight from ci0 to ap0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) ( fare $0 ) ) +i would like to book a flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +pleas list the flight from ci0 to ci1 on da0 night that serv meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like to see the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +round trip fare from ci0 to ci1 less than do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list round trip flight between ci0 and ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +last nonstop flight from ci0 to ci1 on da0 night ( argmax $0 ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +give me the flight with the fare from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( = ( fare $0 ) $1 ) ) ) ) +earliest flight on al0 from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +pleas list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ap0 to all other airport ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight leav from ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +show me flight from ci0 to ci1 arriv after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +i'd like a flight from ci1 to ci0 for da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the flight from ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +round trip air fare from ci0 to ci1 less than do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +is there a flight on al0 go from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what the cost of a first class fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( exists $2 ( and ( = ( fare $2 ) $1 ) ( from $2 ci1 ) ( to $2 ci0 ) ( class_type $2 first:cl ) ) ) ( = ( fare $1 ) $0 ) ) ) ) +show me the ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what flight avail between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +on mn0 dn0 i'll be travel from ci0 to ci1 can you tell me what flight would be the cheapest ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +i need to fli from ci0 to ci1 north carolina next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +display all the flight from ci0 to ci1 which leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +may i see all the flight from ci1 to ci0 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are the flight from ci0 to ci1 on al0 that arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me airlin with servic from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me the flight from ci1 to ci0 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the cheapest one way ticket from ci0 to ci1 ( argmin $0 ( and ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci1 to ci0 on da0 night and da1 morn ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( or ( and ( during_day $0 late:pd ) ( day $0 da0 ) ) ( and ( during_day $0 morning:pd ) ( day $0 da1 ) ) ) ) ) +what is the earliest flight from ci0 to ap0 that serv a snack ( argmin $0 ( and ( flight $0 ) ( meal $0 snack:me ) ( from $0 ci0 ) ( to $0 ap0 ) ) ( departure_time $0 ) ) +is there a flight depart from ci0 and arriv in ci1 on mn0 dn0 in the even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me all the citi that al0 serv ( lambda $0 e ( and ( city $0 ) ( services al0 $0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do you have ani flight from ci0 to ci1 on da0 of next week in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what kind of airlin is flight al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cheapest round trip fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +okay i'd like a flight from ci1 to ci0 that leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas list the morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe ani airlin have a jet flight between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( jet $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i would like to go from ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight with fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( = ( fare $0 ) $1 ) ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what doe fb0 stand for fb0 +what doe ap0 stand for ap0 +is there a flight leav from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to travel from ci0 to ci1 earli in the morn first flight ( argmin $0 ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what the earliest flight leav ci0 for ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight leav from ci0 to anywher ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +i need a da0 flight from ci0 to ci1 arriv in ci1 befor ti0 o'clock ( lambda $0 e ( and ( day $0 da0 ) ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( to $0 ci1 ) ( from $0 ci0 ) ) ) +when is the earliest flight from ci0 to ci1 ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) ) +i would like a flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the flight on da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +do you have ani flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight on da0 from ci1 to ci0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show flight from ci1 into ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +which airlin serv ci0 ( lambda $0 e ( and ( airline $0 ) ( services $0 ci0 ) ) ) +from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me the flight from ci0 tennesse to ci1 north carolina ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight go from ci0 to ci1 arriv on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +what flight are there from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the distanc from ap0 to ci0 ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what flight go from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want inform on flight from ci1 to ci0 i want to leav da0 after ti0 or da1 befor ti1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( or ( and ( > ( departure_time $0 ) ti0 ) ( day $0 da0 ) ) ( and ( < ( departure_time $0 ) ti1 ) ( day $0 da1 ) ) ) ) ) +show me the fare for al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the price of a first class ticket from ci1 to ci0 round trip ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list am flight leav ci0 ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the last flight leav from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight go from ci0 to ci1 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight between ci0 and ci1 on mn0 dn0 with departur time after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +doe al0 fli between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +tell me about flight from ci0 to ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list the nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i want to travel from ci0 to ci1 round trip leav da0 mn0 dn0 arriv in ci1 at around ti0 o'clock in the even and return the next day arriv in ci0 at around ti0 o'clock in the even which airlin fli that rout ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( approx_arrival_time $1 ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( month $1 mn0 ) ( day_number $1 dn0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +list all flight from ci0 to ci1 after ti0 da0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the fb0 fare flight between ci0 and ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need inform from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is sa sa:dc +what airlin have flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what am flight are avail from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which airlin has more busi class flight than ani other airlin ( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( class_type $1 business:cl ) ( airline $1 $0 ) ) ) ) +what flight depart ci1 on da0 and arriv in ci0 by ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +round trip fare from ci0 to ci1 less than do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what airlin is al0 al0 +what is the cheapest fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +can you give me the even flight on da0 from ci0 to ci1 again ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +is there ani ground transport to the citi in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what the capac of a ac0 ( capacity ac0 ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +tell me about flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need to know a list of flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +show flight from ci1 into ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what al0 flight leav ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ) ) +what time on da0 could i take a plane from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +i need to fli from ci1 to ci0 and be in ci0 by ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +how mani differ flight class are there ( count $0 ( class_of_service $0 ) ) +pleas show me the return flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +give me the flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +is there a flight in the afternoon from ci0 that arriv in the even in ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 evening:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list all nonstop flight from ci0 to ci1 leav on da0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas list the flight time from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +what the cheapest way to fli between ci0 and ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me one way flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me the flight from ci0 to ci1 california ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci0 to ci1 leav earli in the morn on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the flight next da0 between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +pleas show me the ci0 to ci1 da0 flight again ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show flight from ci0 to ci1 on either da0 dn0 or da1 dn1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( day $0 da0 ) ( day_number $0 dn0 ) ) ( and ( day $0 da1 ) ( day_number $0 dn1 ) ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show flight from ci0 to ci1 arriv between ti0 and ti1 o'clock ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like an afternoon flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +okay for now i would like inform on a flight on mn0 dn0 from ci0 to ci1 leav earli in the morn about ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i need a flight from ci0 to ci1 nonstop arriv at ti0 pleas ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the flight arriv in ci0 from ci1 befor ti0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( month $0 mn0 ) ) ) +what the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +give me the flight from ci1 to ci0 da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what kind of airplan goe from ci1 to ci0 da0 stop in ci2 in the afternoon first class flight ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 first:cl ) ( during_day $1 afternoon:pd ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( day $1 da0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list all the flight from ci0 to ci1 which serv meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +can you show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci1 arriv in ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all meal on flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( meal $1 ) $0 ) ) ) ) +list all the land at ap0 ( lambda $0 e ( and ( to $0 ap0 ) ) ) +what is airlin al0 al0 +pm flight leav ci0 arriv ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 pm:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me all flight direct onli from ci1 to ci0 or ci2 that arriv befor ti0 local time ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) ti0 ) ( or ( to $0 ci0 ) ( to $0 ci2 ) ) ( from $0 ci1 ) ) ) +what are all flight to ci0 from ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +which are the flight from ci1 to ci2 or ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ) ) +i'm interest in a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to have some inform on a ticket from ci0 to ci1 with a stop in ci2 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +find the flight from ci1 to ci0 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight from ci0 to ci1 on da0 in the even on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the last flight leav ci0 go to ci1 on da0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +show me the fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight leav from ci1 for ci0 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +cheapest round trip airfar from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +i need a flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the class of servic on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( = ( booking_class $1 ) $0 ) ) ) ) +pleas give me a list of all the flight between ci0 and ci1 and their cost ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +i'm look for a flight that goe from ci0 to ci1 and stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me the earliest flight on da0 from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what is the last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i'm interest in a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list all flight leav ci0 on al0 on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +on mn0 dn0 i would like an earli morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +display all flight from ci0 and ci1 flight should leav after ti0 arriv after ti1 nonstop flight ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ti0 ) ( > ( arrival_time $0 ) ti1 ) ( or ( from $0 ci0 ) ( from $0 ci1 ) ) ) ) +al0 fn0 ( lambda $0 e ( and ( airline $0 al0 ) ( flight_number $0 fn0 ) ) ) +what flight go from ci0 to ci1 after ti0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight on da0 go from ci0 to ci1 nonstop first class leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( class_type $0 first:cl ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want to fli from ci0 to ci1 i would like the cheapest fare pleas ( min $0 ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +are there ani limousin or taxi servic avail at the ap0 ( lambda $0 e ( and ( or ( limousine $0 ) ( taxi $0 ) ) ( from_airport $0 ap0 ) ) ) +how much is a flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i need a late flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas give me flight avail from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is breakfast serv on flight al0 fn0 from ci0 to ci1 coach class ( lambda $0 e ( and ( = $0 breakfast:me ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( meal $1 ) $0 ) ) ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the nonstop flight on da0 mn0 dn0 from ci0 to ci1 arriv in ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +may i fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani flight doe each airlin have with book class fb0 ( lambda $0 e ( lambda $1 i ( and ( airline $0 ) ( = $1 ( count $2 ( and ( flight $2 ) ( booking_class $2 fb0 ) ( = ( airline:e $2 ) $0 ) ) ) ) ) ) ) +show me all the direct flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the price of the flight from ci0 to ci1 in the morn ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +can you tell me which flight from ci0 to ci1 has the least expens fare ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +all flight befor ti0 ci0 ci1 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight leav ci0 and arriv in ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas list the da0 afternoon flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas list the da0 night flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like a list of flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to know the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what is the cost of the air taxi oper at ap0 ( lambda $0 e ( exists $1 ( and ( air_taxi_operation $1 ) ( from_airport $1 ap0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +i want to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to get a flight leav ci0 and arriv at ci1 pennsylvania ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want a flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +the most expens flight between ci0 and ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i would like to book a flight for mn0 dn0 go from ci0 to ci1 a direct flight if possibl ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +flight from ci0 to ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci1 to ci0 with at least one stop ( lambda $0 e ( and ( flight $0 ) ( > ( stops $0 ) 1:i ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +okay i just want to know the cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list daili flight from ci0 to ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all daili flight between ci0 and ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a return flight from ci1 to ci0 leav ci1 around ti0 in the even on the day follow next da0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +great now what i want to find out is on mn0 dn0 from ci0 to ci1 do you have a flight least expens fare around ti0 o'clock in the morn ( argmin $0 ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +ci0 ground transport ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +find me the latest flight leav ci0 mn0 dn0 and arriv in ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +i would like a flight from ci0 to ci1 arriv ci1 about ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me the flight from ci1 to ci0 use al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe fare code fb0 mean fb0 +i'd like to go from ci1 to ci0 on da0 even mn0 dn0 ( lambda $0 e ( and ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what kind of plane fli from ci0 to ci1 after ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( > ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +ci1 to ci0 next week da0 show the flight ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what are the fare for flight between ci0 and ap0 provid by al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ap0 ) ( = ( fare $1 ) $0 ) ) ) ) +what airlin fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +flight from ci0 to ci1 on da0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +between ci0 and ci1 i'd like a flight that take the least amount of stop to get to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( to $0 ci0 ) ) ( stops $0 ) ) +show me the price of first class ticket on al0 round trip from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +can you tell me the latest even flight from ci0 to ci1 on mn0 dn0 ( argmax $0 ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +is there a flight between ci1 and ci2 with a stopov in ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +i need to fli from ci0 to ci1 and depart in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show all flight and fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( = ( fare $0 ) $1 ) ) ) ) +and flight leav from ci0 to ci1 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the dinner flight from ci1 to ci0 on da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like a flight from ci0 to ci1 on mn0 dn0 at ti0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me all the night fare between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( during_day $1 late:pd ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i like to see the inform for flight from ci1 to ci0 leav ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail from ci0 to ci1 with stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight go from ci0 to ci1 via ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i am look for the cheapest fare from ci0 to ci1 on mn0 dn0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me airport near ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) ) +i would like to see the flight from ci0 to ci1 again ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the cheapest fare from ci0 to ci1 one way ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to schedul a flight on al0 from ci1 to ci0 that make a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i'm interest in a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight first class from ci0 to ci1 leav on da0 after ti0 o'clock in the morn and befor ti1 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest flight on da0 from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what airlin stand for al0 al0 +what is the cost of a flight from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci1 to ci0 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i want to fli al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a flight from ci0 to ci1 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'm tri to find a flight from ci0 to ci1 on da0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ) ) +show me all flight that go from ci0 to ci1 on da0 and go from ci1 to ci0 on da1 ( lambda $0 e ( or ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da1 ) ) ) ) +need an inexpens flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the ground transport avail in the citi of ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +how mani flight come from ci0 to ci1 on mn0 dn0 ( count $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the earliest nonstop flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +inform on al0 from ci1 to ci0 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i'd like to take a flight that begin in ci1 and land at ci0 but i'd like to stop over in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +can you tell me what aircraft is use for al0 fn0 from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +show all airlin with flight between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +also show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list the round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me your flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +which airlin fli from ap0 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ap0 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a flight from ci0 to ci1 in the even tomorrow ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +i need a flight from ci0 to ci1 that leav da0 and arriv in ci1 around ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are avail from ci0 to ci1 late da0 even or earli da1 morn ( lambda $0 e ( and ( flight $0 ) ( or ( and ( during_day $0 late_evening:pd ) ( day $0 da0 ) ) ( and ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( day $0 da1 ) ) ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like an afternoon flight from ci1 to ci0 with a stopov in ci2 arriv i'd say about mealtim ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 mealtime:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i want to fli ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +which flight are between ci0 and ci1 washington ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani first class flight doe al0 have today ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( today $0 ) ) ) +flight from ci0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +which airlin fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what doe al0 mean al0 +doe al0 serv ci0 ( services al0 ci0 ) +i am interest in a flight on an aircraft number ac0 i would like to go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ac0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 serv ci0 ( services al0 ci0 ) +which airlin serv ci0 ( lambda $0 e ( and ( airline $0 ) ( services $0 ci0 ) ) ) +airlin and flight number from ci0 to ci1 ( lambda $0 e ( exists $1 ( exists $2 ( and ( flight $2 ) ( from $2 ci0 ) ( to $2 ci1 ) ( = ( airline:e $2 ) $0 ) ( = ( flight_number $2 ) $1 ) ) ) ) ) +pleas list for me the flight on al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list airlin serv between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +pleas show me round trip ticket from ci0 to ci1 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the type of aircraft that al0 use ( lambda $0 e ( and ( aircraft_code:t $0 ) ( exists $1 ( and ( airline $1 al0 ) ( aircraft_code $1 $0 ) ) ) ) ) +show me all flight from ci0 to ci1 which leav on da0 after ti0 o'clock am ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +are there ani flight from ci0 to ci1 connect in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the shortest one stop flight from ci0 california to ci1 florida ( argmin $0 ( and ( flight $0 ) ( stops $0 1:i ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( time_elapsed $0 ) ) +give me flight from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all flight go from ci0 to ci1 on da0 after ti0 o'clock pm on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +are there ani later flight than ti0 leav from ci0 for ci1 tomorrow even ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +i'd like a flight tomorrow from ci0 to ci1 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +i'd like to see all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need inform for flight leav ci0 and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what would be cost of a round trip from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight schedul from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +round trip ci1 to ci0 nonstop ( lambda $0 e ( and ( to $0 ci0 ) ( round_trip $0 ) ( from $0 ci1 ) ( nonstop $0 ) ) ) +i'd like the lowest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +can you show me the avail flight from ci0 to ci1 with economi fare ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show all connect flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what type of aircraft leav ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +ground transport ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is the cost of flight from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +doe al0 fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight from ci2 to ci0 ci1 weekday ( lambda $0 e ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( weekday $0 ) ) ) +let look at ci0 to ci1 again ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight and fare from ci0 to ci1 round trip after ti0 less than do0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +look for a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight leav ci1 on da0 and arriv in ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the airfar from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like to fli from ci0 to ci1 on the cheapest flight possibl ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +yes i need a flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +find me the latest return flight from ci0 to ci1 on the same day ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +first class round trip airfar from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me fare for flight from ci0 to ci1 on mn0 dn0 yr0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( year $1 yr0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +pleas show me again first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can i have a list of all the da0 flight from ci0 to ci1 that leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight depart ci0 for ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight on da0 mn0 dn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci1 to ci0 with one stop in ci2 pleas ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what kind of ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +on mn0 dn0 i'd like a flight from ci0 to ci1 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +now i'd like inform on flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +which airlin fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is ap0 ap0 +all flight from ci0 to ci1 after ti0 on mn0 dn0 economi class ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +which airlin fli from ci1 to ci0 but stopov in some other citi ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( exists $2 ( and ( city $2 ) ( stop $1 $2 ) ) ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is fare code fb0 fb0 +list all nonstop flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i'd like a flight from ci1 to ci0 leav in the afternoon ani time pleas ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +which are the least expens flight between ci0 and ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +what flight arriv in ci0 from on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( to $0 ci0 ) ) ) +show me all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is fare code fb0 fb0 +what are the most expens first class ticket between ci1 and ci0 ( argmax $0 ( and ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find travel arrang for a one way flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani flight doe each airlin have with first class servic ( lambda $0 e ( lambda $1 i ( and ( airline $0 ) ( = $1 ( count $2 ( and ( flight $2 ) ( class_type $2 first:cl ) ( = ( airline:e $2 ) $0 ) ) ) ) ) ) ) +what is the least expens flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +from ci0 to ci1 on a da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight fli from ci1 to ci0 on da0 da1 da2 da3 and da4 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( or ( day $0 da1 ) ( day $0 da2 ) ( day $0 da3 ) ( day $0 da4 ) ) ) ) +i would like a flight from ci0 to ci1 fn0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( flight_number $0 fn0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i'd like to book the cheapest flight from ci0 to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +show me flight arriv in ci0 from ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all the airlin fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what aircraft has the largest seat capac ( argmax $0 ( aircraft $0 ) ( capacity $0 ) ) +show me flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to fli late tomorrow from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +list the fare of al0 flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i am interest in book an earli morn flight from ci0 into ci1 and return in the late even ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $1 ) ( during_day $1 late_evening:pd ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( to $1 ci0 ) ( from $1 ci1 ) ) ) ) +i need 2 first class ticket from ci0 to ci1 ( lambda $0 e ( and ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +may i have a list of flight from ci1 to ci0 california on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the avail ground transport between ci0 and ap0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what flight do you have from ci0 to ci1 on mn0 dn0 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the earliest flight depart ci0 and arriv in ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +list for me onli the al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i'd like inform on a flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +is there a flight from ci0 to ci1 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i would like a flight on al0 on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +pleas list the al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci0 to ci1 for da0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ) ) +list nonstop flight from ci0 washington to ci1 that arriv between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +hi i want a round trip ticket to ci0 ( lambda $0 e ( and ( round_trip $0 ) ( to $0 ci0 ) ) ) +what is the coach economi class night servic from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( class_type $1 coach:cl ) ( during_day $1 late:pd ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +show me the al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to travel from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +could you pleas give me inform concern al0 a flight from ci0 to ci1 the earliest one in the morn as possibl ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i'm interest in flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what type of aircraft is use on al0 fn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the cheapest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +what is al0 schedul of morn flight to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( during_day $1 morning:pd ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +i need a flight from ci0 to ci2 from ci2 to ci1 and then ci1 to ci0 ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 ci0 ) ( to $0 ci2 ) ( from $1 ci2 ) ( to $1 ci1 ) ( from $2 ci1 ) ( to $2 ci0 ) ) ) ) ) +show me the cheapest fare in the databas ( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ) ) ) +what is the least expens flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +doe al0 stand for al0 ( = al0 ( abbrev delta:al ) ) +what is your earliest flight from ci0 to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +are there ani al0 flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe the fare code fb0 mean fb0 +al0 from ci1 to ci0 morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need a return flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the even flight fli out of ci1 and go to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list all flight on al0 leav ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +what type of ground transport are avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +round trip fare from ci0 to ci1 under do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like to arrang a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what citi is ap0 ( lambda $0 e ( and ( city $0 ) ( loc:t ap0 $0 ) ) ) +show me a list of the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the airlin that fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is the least expens flight from ci0 to ci1 leav on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +and how can i get to the ap0 from downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +give me the flight from ci0 to ci1 leav next da0 arriv at ci1 at about ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like inform on all the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list all afternoon flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight is avail at ti0 from ci0 to ci1 what flight is avail around ti0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 which arriv in ci1 da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +pleas list flight from ci0 to ci1 stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what is the last flight from ci0 to ci1 in the even ( argmax $0 ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me inform on ground transport for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'm request flight inform on a flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +pleas list all al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a red eye flight from ci0 to ci1 on da0 dn0 of mn0 ( lambda $0 e ( and ( flight $0 ) ( overnight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +how much is a round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what kind of ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me the cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i want to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all daili flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight arriv at ap0 from other airport ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( airport $1 ) ( from $0 $1 ) ) ) ) ) +what is the earliest flight in the morn leav ci0 for ci1 ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i'd like the cheapest cost fare to ci0 from ci1 ( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ( exists $2 ( and ( = ( fare $2 ) $1 ) ( to $2 ci0 ) ( from $2 ci1 ) ) ) ) ) ) +show me the airlin from ap0 ( lambda $0 e ( exists $1 ( and ( from $1 ap0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +when is first flight in the morn from ci0 to ci1 ( departure_time ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) ) +i would like to book an earli morn flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the flight that go from ci0 to ci1 new jersey ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the airfar from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +give me inform on flight from ci1 to ci0 on da0 after ti0 and da1 befor ti1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( or ( and ( > ( departure_time $0 ) ti0 ) ( day $0 da0 ) ) ( and ( < ( departure_time $0 ) ti1 ) ( day $0 da1 ) ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are all the flight on al0 in and out of ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( or ( from $0 ci0 ) ( to $0 ci0 ) ) ) ) +could you find me the cheapest fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +do you have a flight from ci0 to ci1 around ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can you tell me the time a flight would leav from ci0 to ci1 in the afternoon ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 afternoon:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +flight from ci0 to ci1 washington ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i need to fli from ci0 to ci1 leav next da0 and return the follow day ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a flight tomorrow from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +what is the last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show flight from ci0 to ci1 on al0 with fare inform ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +what is the latest flight between ci0 and ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +how mani fare are there one way from ci0 to ci1 ( count $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas list the flight leav from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +fli from ci0 to ci1 on mn0 dn0 what would be the cheapest flight ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what first class airplan goe from ci1 to ci0 and stop in ci2 in the afternoon on da0 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( during_day $1 afternoon:pd ) ( from $1 ci1 ) ( to $1 ci0 ) ( stop $1 ci2 ) ( day $1 da0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what flight from ci0 to ci1 arriv befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +can you show me the price of a flight to ci0 from ci1 on da0 morn ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +show flight first class on al0 between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me all round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to travel from ci0 to ci1 earli in the morn ( lambda $0 e ( and ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me fare from ci0 to ci1 that cost less than do0 ( lambda $0 e ( exists $1 ( and ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight between ci0 citi and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +thank and what the last flight back from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +which flight arriv in ci0 from ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) ) +list all flight from ci0 to ci1 florida ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +hi i need to go from ci1 to ci0 california after ti0 on da0 ( lambda $0 e ( and ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +give me one way flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to arrang a trip to ci0 on mn0 dn0 ( lambda $0 e ( and ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list the nonstop flight on da0 mn0 dn0 from ci0 to ci1 arriv in ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +do you have ani airlin that would stop at ci1 on the way from ci2 to ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci2 ) ( to $1 ci0 ) ( stop $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +list the flight that leav from ci0 to ci1 earli da0 morn befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like inform on a flight between ci1 and ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +on da0 i would like to travel from ci0 north carolina to ci1 arizona i would like to arriv in ci1 befor ti0 ( lambda $0 e ( and ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a flight from ci0 citi to ci1 da0 mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +ci1 to ci0 da0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what flight from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list even flight tomorrow from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +show me ci0 to ci1 flight ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +on mn0 dn0 ci0 to ci1 al0 fn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like to find the cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight are there from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +can you list all flight that depart from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +doe al0 fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight into ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +do ani of the al0 from ci1 to ci0 stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i need to take ten peopl from ci0 to ci1 pleas give me the flight dure the week ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) ) +show me cheap flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight are there on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +return from ci1 to ci0 on al0 on da0 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 serv ci0 ( services al0 ci0 ) +what flight go from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list me the flight and their cost of all airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +what flight leav ci0 arriv in ci1 and leav after say ti0 o'clock at night ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +train to ci0 ( lambda $0 e ( and ( rapid_transit $0 ) ( to_city $0 ci0 ) ) ) +an earli flight on da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight from ci0 to ci1 arriv befor ti0 in the morn ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight leav from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a ticket from ci0 to ci1 that leav earli in the morn ( lambda $0 e ( and ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the fare go from ci0 to ci1 one way on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +doe al0 serv ci0 ( services al0 ci0 ) +list flight between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe ani airlin have an earli afternoon flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 early:pd ) ( during_day $1 afternoon:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +inform on afternoon flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight leav ci0 for ci1 on da0 night ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show the flight from ci0 to ci1 on a da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want a flight from ci0 to ci1 that leav da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me the round trip ticket from ci0 to ci1 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to find a flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the least expens one way fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas show me flight from ci0 to ci1 on da0 morn after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +which airlin has the most arriv in ci0 ( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( to $1 ci0 ) ( airline $1 $0 ) ) ) ) +i would like to know the flight avail from ci0 to ci1 arriv in ci1 by ti0 o'clock da0 morn ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want to go from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do i get a meal on the ci0 to ap0 flight al0 fn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ap0 ) ( = ( meal $1 ) $0 ) ) ) ) +how much doe it cost to fli one way from ci0 to ci1 first class ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is restrict rc0 rc0 +is there ground transport from the ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +give me the flight and fare on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( = ( fare $0 ) $1 ) ) ) ) +i would like to see the economi fare for ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list of all first class flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i'd like the earliest flight inform from ci1 to ci0 with a meal ( argmin $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +what nonstop flight are avail from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all the flight that takeoff from ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +what'r the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +first flight and fare from ci0 to ci1 on a da0 ( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $2 ci0 ) ( to $2 ci1 ) ( day $2 da0 ) ) ( departure_time $2 ) ) ) ( = ( fare $0 ) $1 ) ) ) ) +pleas list all flight on al0 and al1 that go to ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al1 ) ( airline $0 al0 ) ) ( to $0 ci0 ) ) ) +what is the fare go one way on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli from ci0 back to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas list all flight on al0 and al1 which go to ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to book a flight go from ci0 to ci1 on mn0 dn0 i would like to stop in ci2 on the way ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight go from ci0 to ci1 via ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +fli from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the schedul of flight from ci0 to ci1 next da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +what is the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show flight first class on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight on al0 from ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ) ) +which transcontinent flight on al0 from ci0 to ci1 make a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +list daili flight from ci0 to ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me al0 flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what airlin fli from ci0 to ci2 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( = ( airline:e $1 ) $0 ) ) ) ) +how can i get from the ap0 to ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +which flight from ci0 to ci1 carri the smallest number of passeng ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( capacity $0 ) ) +i need one first class ticket from ci0 to ci1 ( lambda $0 e ( and ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight from ci0 to ci1 on da0 with dinner serv ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all round trip flight between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need to catch an even flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +can you list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas tell me which airlin has the most departur from ci0 ( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( from $1 ci0 ) ( airline $1 $0 ) ) ) ) +pleas list the morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 tomorrow even that serv dinner ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +i'd like inform on ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the latest flight leav ci1 for ci0 da0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what the earliest flight i can get between ci0 and ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me the round trip ticket from ci0 to ci1 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me a flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the al0 flight between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show flight from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a flight between ci1 and ci0 leav from ci1 in the afternoon and arriv at ti0 it must be a nonstop flight ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( arrival_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the fare from ci0 to ci1 on coach one way ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all the flight to ci0 after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( to $0 ci0 ) ) ) +what is the earliest flight that al0 has between ci0 and ci1 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me one way flight from ci0 to ci1 da0 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all al0 flight from ci0 to ci1 leav on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are all flight from ci0 to ci1 with stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +list the flight on da0 from ci0 to ci1 arriv in ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show fare and flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the fare for flight between ci0 and ap0 provid by al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ap0 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like inform on ground transport in ci0 from the ap0 airport to the citi in the morn around ti0 ( lambda $0 e ( and ( ground_transport $0 ) ( during_day $0 morning:pd ) ( approx_departure_time $0 ti0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i would like to book on al0 their earliest possibl flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +find all flight from ci0 to ci1 stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +flight from ci0 to ci1 on dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ) ) +when are the al0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +show me flight from ci1 to ci0 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i'd like to know the price of first class seat from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the fare for a first class ticket from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +inform on flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +i would like the cheapest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +al0 fn0 ci0 to ci1 what is the fare ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +flight from ci0 to ci1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +list all the land at ap0 ( lambda $0 e ( and ( to $0 ap0 ) ) ) +is there a direct flight from ci0 to ci1 in the morn of mn0 dn0 that is nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( nonstop $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like a flight from ci0 to ci1 leav da0 morn nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me a list of flight from ci1 to ci0 for mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +list al0 from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +all fare and flight from ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +in flight meal ci0 to ci1 da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( meal $1 ) $0 ) ) ) ) +i want to fli from ci0 to ci1 and make a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me all flight from ci0 or ci1 or ci2 that fli to ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci0 ) ( from $0 ci1 ) ( from $0 ci2 ) ) ( to $0 ci3 ) ) ) +what is the flight schedul of the ac0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( = ( departure_time $1 ) $0 ) ( to $1 ci1 ) ( from $1 ci0 ) ( aircraft_code $1 ac0 ) ) ) ) +what is the distanc from ap0 to ci0 downtown ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +what is the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +hi i'd like a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the least expens flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +list all al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the earliest flight from ci0 to ci1 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to make a trip from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i will be stay downtown in ci0 for dn0 hour could you tell me what the ground transport is avail ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i would like to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i want to fli from ci0 to ci1 on al0 and arriv at around ti0 o'clock in the afternoon show me all flight ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all al0 and al1 flight with stopov in ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ) ( stop $0 ci0 ) ) ) +can you tell me about flight from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are there from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +are there ani thrift economi flight to ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 thrift:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the price of a one way fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( exists $2 ( and ( to $2 ci1 ) ( from $2 ci0 ) ( oneway $2 ) ( = ( fare $2 ) $1 ) ) ) ( = ( fare $1 ) $0 ) ) ) ) +first class round trip airfar from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list all flight arriv in ci1 da0 even from ci0 that first class ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( during_day_arrival $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +what is the transport time from the ap0 airport to ci0 ( lambda $0 e ( exists $1 ( and ( minutes_distant $1 $0 ) ( to_city $1 ci0 ) ( from_airport $1 ap0 ) ) ) ) +all flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i want to leav ci0 and arriv in ci1 on a da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight leav from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) ) +i would like inform on flight leav earli da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +okay let see do you have a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +on al0 fli from ci1 to ci0 befor ti0 what type of aircraft is use ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what flight leav ci1 at about ti0 in the afternoon and arriv in ci0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +give me return flight from ci1 to ci0 for mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show all flight from ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +what price is a limousin servic in ci0 ( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +round trip fare from ci0 to ci1 less than do0 or round trip fare from ci2 to ci1 less than do0 or round trip fare from ci3 to ci1 less than do0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( or ( and ( < ( fare $1 ) do0 ) ( from $1 ci2 ) ( to $1 ci1 ) ) ( and ( < ( fare $1 ) do0 ) ( from $1 ci3 ) ( to $1 ci1 ) ) ( and ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ) ) ( = ( fare $1 ) $0 ) ) ) ) +what is the cheapest way to fli from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i would like to travel from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all da0 night flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +okay i'm look for a flight from ci1 to ci0 leav befor ti0 ani day ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 on da0 which leav after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +can you show me what fare are avail from ci0 to ci1 on mn0 dn0 one way onli ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +list nonstop flight from ci0 to ci1 which arriv on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +what are all the flight avail between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +in ci0 i'll need to rent a car ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +what is the cheapest fare i can get from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list all flight at ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +show me all flight from ci1 to ci0 both direct and connect that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( or ( nonstop $0 ) ( connecting $0 ) ) ) ) +what doe fare code fb0 mean fb0 +show me one way flight from ci1 to ci0 depart befor ti0 first class ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( class_type $0 first:cl ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me flight ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +may i pleas see airlin and flight number from ci0 to ci1 on the same date mn0 dn0 also arriv in ci1 befor ti0 thank you ( lambda $0 e ( exists $1 ( exists $2 ( and ( flight $2 ) ( < ( arrival_time $2 ) ti0 ) ( from $2 ci0 ) ( to $2 ci1 ) ( day_number $2 dn0 ) ( month $2 mn0 ) ( = ( flight_number $2 ) $1 ) ( = ( airline:e $2 ) $0 ) ) ) ) ) +what the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +describ ap0 ap0 +flight from ci0 ci1 ci2 to ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci1 ) ( from $0 ci2 ) ( from $0 ci0 ) ) ( to $0 ci3 ) ) ) +flight to ci0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ) ) +i'd like to book a flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list all flight on al0 out of ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ) ) +on mn0 dn0 i would like to book a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like to book a flight that goe from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +give me morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me what fare code symbol stand for ( lambda $0 e ( fare_basis_code $0 ) ) +find the cheapest one way fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what al0 are avail from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i need a flight tomorrow from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +show me all flight from ci0 to ci1 both direct and connect that depart ci0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( nonstop $0 ) ( connecting $0 ) ) ) ) +what is the latest first class flight of the day leav ci1 for ci0 ( argmax $0 ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +show me the flight from ci0 to ci1 arriv in ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number_arrival $0 dn0 ) ( month_arrival $0 mn0 ) ) ) +i would like to book a flight from ci1 to ci0 befor ti0 o'clock on da0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +pleas list all al0 into ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( to $0 ci0 ) ) ) +show departur and arriv in ci0 for al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( or ( from $0 ci0 ) ( to $0 ci0 ) ) ) ) +what the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what is ap0 ap0 +show me all the price of flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +list the flight arriv in ci0 from ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ) +i would like an al0 from ci1 to ci0 with a stopov in ci2 pleas ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i need a flight from ci0 to ci1 today ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( today $0 ) ) ) +list all nonstop flight from ci0 to ci1 befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +give me a flight from ci0 to ci1 that arriv as earli as possibl ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $0 ) ) +find travel arrang for a round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +round trip flight from ci0 to ci1 nonstop flight if possibl ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to go from ci0 to ci1 round trip and make a stop at ci2 may i have the cheapest fare ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( stop $1 ci2 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the cheapest one way ticket from ci0 to ci1 ( argmin $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( oneway $0 ) ) ( fare $0 ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani flight go from ci0 to ci1 on mn0 dn0 ( count $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are the afternoon flight for ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what ground transport is there from the ap0 to ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +hello i'm tri to find a flight that goe from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is al0 al0 +do you have a al0 to ci0 from ci1 on mn0 dn0 in the earli morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like the cheapest one way fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +get me a first class flight on al0 to ci0 on da0 next week ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight go from ci0 to ci1 on al0 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the cheapest flight on mn0 dn0 arriv in ci0 start from ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +i'd like to make a round trip from ci0 to ci1 by way of ci2 ( lambda $0 e ( and ( stop $0 ci2 ) ( to $0 ci1 ) ( from $0 ci0 ) ( round_trip $0 ) ) ) +show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +pleas show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like a flight between ci0 and ci1 on ani day at ti0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the least expens flight from ci0 to ci1 leav on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) +how much doe it cost to rent a car in ci0 ( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +on al0 fn0 from ci1 to ci0 what type of meal is serv ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( meal $1 ) $0 ) ) ) ) +and what are the flight from ci0 to ci1 on dn0 again ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ) ) +what flight are there on da0 even from ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ap0 ) ( day $0 da0 ) ) ) +tell me the last flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +all flight from ci0 to anywher on al0 around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ) ) +doe al0 have an earli afternoon flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight are there from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need a flight from ci0 to ci1 leav da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the round trip thrift fare on al0 from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 al0 ) ( class_type $1 thrift:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i'd like the cheapest one way fare from ci0 to ci1 pleas ( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ( to $1 ci1 ) ( from $1 ci0 ) ( oneway $1 ) ) ) ) +give me the round trip coach fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what the name of the ap0 ap0 +show me first class flight one way ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas show me flight from ci0 to ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the airlin that fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +i am interest in a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +are there ani earli flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas list inform regard ap0 ap0 +list nonstop flight from ci0 to ci1 arriv by ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all round trip from ci0 to ci1 leav on da0 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need to go from ci1 to ci2 and then to ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $1 ) ( from $0 ci1 ) ( to $0 ci2 ) ( from $1 ci2 ) ( to $1 ci0 ) ) ) ) +show me the round trip ticket from ci0 to ci1 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 tomorrow ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +show me the flight that go from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +could you pleas show me all the weekday flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) ) +what flight are avail from ci0 to ci1 on da0 in earli morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +may i have a list of flight from ci0 california to ci1 ohio on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what doe code fb0 mean fb0 +what is the most expens flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is airlin al0 al0 +show me all flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight from ci0 to ci1 next da0 that reach ci1 around ti0 in the even ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 is the least expens flight ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i'd like a cheap flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +how far is it from ap0 to ci0 ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +again i will repeat i want to make a one way flight from ci0 to ci1 will you tell me how much the fare are i would like the cheapest fare ( min $0 ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight from ci0 on al0 which depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ) ) +i would like a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli from ci0 to ci1 by way of ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +doe al0 fli to ci0 from ci1 ( lambda $0 e ( and ( to $0 ci0 ) ( from $0 ci1 ) ( flight $0 ) ( airline $0 al0 ) ) ) +tell me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 which arriv in ci1 da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +give me the flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +could you show me all the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +lowest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how much is the cheapest flight from ci0 to ci1 ( fare ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) ) +give me the flight with the fare on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( = ( fare $0 ) $1 ) ) ) ) +all flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +yes what flight will be use on mn0 dn0 in the morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what are the rental car rate in ci0 ( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas show me al0 nonstop flight between ci1 and ci0 depart around ti0 in the even ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 al0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the even flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is ap0 ap0 +i also need to go to ci0 on da0 even from ci1 ( lambda $0 e ( and ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what type of ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +can you help me with ground transport inform i need to get from the ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ( to_city $0 ci0 ) ) ) +show me nonstop flight from ci1 to ci0 with coach class fare ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( class_type $0 coach:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +da0 morn flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +afternoon flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show nonstop flight from ci0 to ci1 on a da0 which cost less than do0 one way ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( oneway $0 ) ) ) +list the earliest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what doe fare code fb0 mean fb0 +show me all flight and fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( = ( fare $0 ) $1 ) ) ) ) +how do i get from the ap0 airport to ci0 downtown in ci0 ( lambda $0 e ( and ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight do you have avail from ci0 ci1 and ci2 into ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci0 ) ( from $0 ci1 ) ( from $0 ci2 ) ) ( to $0 ci3 ) ) ) +what the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +hi could i get a one way ticket from ci0 to ci1 ( lambda $0 e ( and ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +okay could you tell me what flight leav ci1 to ci0 by al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +all am flight depart ci0 arriv ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all connect flight on al0 between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me the flight on al0 or al1 which go through ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al0 ) ( airline $0 al1 ) ) ( stop $0 ci0 ) ) ) +i would like inform on flight leav ci0 and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight leav on da0 morn from ci0 citi to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is the earliest arriv in ci0 of a flight from ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $0 ) ) +show the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +fli from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to see all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +da0 or da1 flight between ci0 and ci1 al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +what is the earliest al0 flight leav ci0 for ci1 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all daili flight between ci0 and ci1 use al0 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how do you travel from ap0 to downtown ci0 ( lambda $0 e ( and ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i need inform for a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list a round trip fare from ci0 to ci1 flight ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what doe the fare code fb0 mean fb0 +i want a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the ground transport avail in the citi of ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me flight go from ci0 to ci1 first class on da0 of leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +i'm request flight inform on a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +doe flight al0 fn0 / al0 229 from ci0 to ci1 stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what citi is the airport ap0 in ( lambda $0 e ( and ( city $0 ) ( loc:t ap0 $0 ) ) ) +can you list all the airlin that have flight from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show flight from ci1 into ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the cheapest flight from ci0 to ci1 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) +can you tell me the flight on mn0 dn0 yr0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the al0 flight leav ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +flight inform from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how much is a round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the flight and fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +show me price and time for first class travel from ci0 to ci1 next summer ( lambda $0 e ( exists $1 ( exists $2 ( and ( flight $2 ) ( class_type $2 first:cl ) ( from $2 ci0 ) ( to $2 ci1 ) ( = ( fare $2 ) $0 ) ( = ( departure_time $2 ) $1 ) ) ) ) ) +i need a flight from ap0 to ci0 this afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ap0 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 on da0 which serv a meal and arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i'd like a al0 flight from ci1 to ci2 with a stopov in ci0 pleas ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci2 ) ( flight $0 ) ( stop $0 ci0 ) ( airline $0 al0 ) ) ) +i'm look for a flight leav ci0 travel to ci1 and stop at ci2 is this possibl ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me all flight from ci0 to ci1 which leav after ti0 o'clock pm the day after tomorrow ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_after_tomorrow $0 ) ) ) +show me the cheapest one way flight from ci1 to ci0 leav ci1 after ti0 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +i would like first flight from ci0 into ci1 on mn0 dn0 and the last flight from ci1 back to ci0 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $2 ci0 ) ( to $2 ci1 ) ( day_number $2 dn0 ) ( month $2 mn0 ) ) ( arrival_time $2 ) ) ) ( = $1 ( argmax $2 ( and ( flight $2 ) ( to $2 ci0 ) ( from $2 ci1 ) ( day_number $2 dn0 ) ( month $2 mn0 ) ) ( arrival_time $2 ) ) ) ) ) ) +what is the ground transport between ap0 airport and ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i'm fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i will need a car at ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) ) +show me the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +pleas give me a flight from ci1 to ci0 da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i would like a flight from ci1 to ci0 that arriv in ci0 around ti0 and is nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i'm look for a flight from ci2 to ci0 that stop in ci1 hope a dinner flight how can i find that out ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +i need to fli from ci1 to ci2 on to ci0 and back ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 ci1 ) ( to $0 ci2 ) ( from $1 ci2 ) ( to $1 ci0 ) ( from $2 ci0 ) ( to $2 ci1 ) ) ) ) ) +what flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i want to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +could you tell me what morn flight are avail from ci0 to ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what airlin fli from ci0 to ci1 and from ci1 to ci2 ( lambda $0 e ( and ( airline $0 ) ( and ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci2 ) ( airline $1 $0 ) ) ) ) ) ) +i would like to fli from ci0 to ci1 in the afternoon what flight are there ( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which al0 flight fli from ci1 to ci0 and make a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a al0 from ci1 to ci0 on the morn of mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list the nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to see the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the lowest price from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight that go from ci0 to ci1 with one stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +show me flight between ci1 and ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is ap0 ap0 +i'd like to see flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail from ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +what al0 fli from ci0 to ci1 in the morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail da0 afternoon from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight go from ci0 to ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to see flight from ci0 to ci1 that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight with first class reserv from ci0 to ci1 for da0 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to see the flight from ci0 to ci1 again ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail from the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +find a flight from ci1 to ci0 pleas on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to book a flight for mn0 dn0 from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +flight inform on mn0 dn0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list all flight arriv at ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the last flight from ci1 to ci0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +what type of aircraft is use fli from ci0 to ci1 befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +what type of ground transport are there to ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +weekday flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) ) +i'd like to go from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +which is the flight number for the al0 flight from ci0 to ci1 is it fn0 or is it fn1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( or ( flight_number $1 fn1 ) ( flight_number $1 fn0 ) ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) ) +show me the list of flight from ci0 to ci1 that leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me ground transport in ci0 and in ci1 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +inform on first class round trip from ci1 to ci0 ( lambda $0 e ( and ( round_trip $0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what airlin fli between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me the flight on al0 from ci1 to ci0 in the afternoon tomorrow ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( tomorrow $0 ) ) ) +show flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a flight from ci1 to ci0 on mn0 dn0 at ti0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me flight from ci0 to ci1 on da0 even or da1 morn ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( during_day $0 evening:pd ) ( day $0 da0 ) ) ( and ( during_day $0 morning:pd ) ( day $0 da1 ) ) ) ) ) +list all flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +which flight on al0 and al1 stop in ci0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al1 ) ( airline $0 al0 ) ) ( < ( arrival_time $0 ) ti0 ) ( stop $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the citi serv by al0 ( lambda $0 e ( and ( city $0 ) ( services al0 $0 ) ) ) +show me all the al0 flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me all the flight from ci0 to ci1 round trip ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the al0 flight from ci0 to ci1 and fare ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) ) +i want a one way ticket from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( oneway $0 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +explain restrict rc0 rc0 +cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +tell me about ground transport at ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to fli round trip from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the latest flight from ci0 to ci1 tomorrow ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ( departure_time $0 ) ) +list all flight that leav from ci0 or ci1 or ci2 and arriv in ci3 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci0 ) ( from $0 ci1 ) ( from $0 ci2 ) ) ( to $0 ci3 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what doe ap0 stand for ap0 +find ani flight from ci0 to ci1 stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +find a flight from ci1 to ci0 with a layov in ci2 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +i would like to fli from ci0 to ci1 and ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ) ) +from ci0 to ci1 depart in the afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from anywher to ci0 arriv after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( to $0 ci0 ) ) ) +what is the cost of a ticket go from ci0 to ci1 mn0 dn0 yr0 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( year $1 yr0 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what is the ground transport avail in ci0 texa ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +find travel arrang for a round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list type of aircraft that connect ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +show flight between ci0 and ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me flight da0 night after ti0 for ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas show me the return flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight depart from ci0 to ci1 that leav in the afternoon or leav in the even ( lambda $0 e ( and ( flight $0 ) ( or ( during_day $0 evening:pd ) ( during_day $0 afternoon:pd ) ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to fli from ci0 to ci1 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i want to fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me a list of rental car fare at ap0 ( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( from_airport $1 ap0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +i would like some inform on the earliest flight you have leav ci0 arriv in ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +how much is a limousin between ap0 and ci0 ( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( to_city $1 ci0 ) ( from_airport $1 ap0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +show me flight between ci1 tennesse and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +all flight from ci0 to ci1 round trip after ti0 less than do0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( fare $0 ) do0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all the flight that depart from ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +what is restrict rc0 rc0 +i need to take ten peopl from ci1 to ci0 pleas give me the flight dure week day ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( weekday $0 ) ) ) +i'd like to take a flight from ci0 stop in ci2 and with my final destin al0 ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( stop $0 ci2 ) ( to $0 ci1 ) ) ) +flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do you have the fare for travel from ap0 to ci0 downtown ( lambda $0 e ( exists $1 ( and ( to_city $1 ci0 ) ( from_airport $1 ap0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +i would like to fli to ci0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ) ) +what flight are there da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the seat capac for the ac0 ( capacity ac0 ) +i want a flight between ci0 and ci1 that arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is your earliest morn flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i would like a nonstop flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i want to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list the al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all the flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me a list of flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani peopl fit on a ac0 airplan ( capacity ac0 ) +how mani citi are serv by al0 with first class flight ( count $0 ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( to $1 $0 ) ) ) ) ) +ground transport ap0 to ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me the cheapest flight round trip from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +what doe ap0 mean ap0 +what about the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there ground transport from ap0 to the ci0 downtown area ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +okay on the follow da0 i'd like to go from ci0 to ci1 as earli as possibl ( argmin $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +give me a flight from ci2 to ci0 and ci1 citi to ci0 on da0 that arriv at the same time ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( flight $1 ) ( from $0 ci1 ) ( to $0 ci0 ) ( from $1 ci2 ) ( to $1 ci0 ) ( day $0 da0 ) ( day $1 da0 ) ( = ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) ) +is the al0 fn0 from ci0 to ci1 a flight that goe straight through from ci0 to ci1 without stop at anoth citi ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me first flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me all flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +how much is the cheapest flight from ci0 to ci1 with a stop in ci2 ( fare ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ( fare $0 ) ) ) +the cheapest flight from ci0 to ci1 that arriv after ti0 on a da0 ( argmin $0 ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( fare $0 ) ) +flight that go from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +ci0 to ci1 pleas ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli on al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show flight from ci0 to ci1 arriv between ti0 and ti1 o'clock ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 arriv at ci1 at ti0 next da0 ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +ci1 to ci2 pleas with a stopov in ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +what is the schedul of ground transport from ap0 into ci0 downtown ( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 ci0 ) ( from_airport $1 ap0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +all flight from ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) ) +i need to fli from ci0 to ci1 pleas give me the time of your flight in the morn befor ti0 o'clock ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( during_day $1 morning:pd ) ( = ( departure_time $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +all flight from ci0 to ci1 which show up on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ) ) +flight from ci0 to ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +give me all the flight from ci0 to ci1 round trip with cost less than do0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the fare code fb0 and what is the fare code fb1 fb1 +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +al0 to ci0 pleas ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( to $0 ci0 ) ) ) +how much time doe it take to go between the ap0 airport and ci0 downtown by ground transport in ci0 ( lambda $0 e ( exists $1 ( and ( = ( minutes_distant $1 ) $0 ) ( to_city $1 ci0 ) ( from_airport $1 ap0 ) ) ) ) +show me flight from ci1 to ci0 on da0 leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight inform from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas arrang a flight for me from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what time doe the flight leav ci1 go to ci0 on al0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +is there a da0 night flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i'd like a list of the flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me flight from ci1 to ci0 that leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are first class and coach fare for flight from ci1 to ci0 arriv around ti0 next da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( or ( class_type $1 coach:cl ) ( class_type $1 first:cl ) ) ( approx_arrival_time $1 ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_arrival $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +do you have a flight on da0 from ci1 to ci0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what are the coach fare from ci0 to ci1 da0 morn ( lambda $0 e ( exists $1 ( and ( class_type $1 coach:cl ) ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +do you have a night flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +list the shortest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( time_elapsed $0 ) ) +what airlin fli into ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me all fare between ci1 and ci0 that are less than do0 one way ( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +one way flight from ci0 to ci1 leav befor ti0 on ani day and first class ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( class_type $0 first:cl ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +list all flight leav ci0 on al0 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( day $0 da0 ) ) ) +what is the latest flight you have depart ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what is first class fare on al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the earliest flight from ci1 to ci0 on mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +show me flight from ci1 to ci0 da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me all flight from ci0 to ci1 which leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest flight from ci0 to ci1 leav on da0 mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +what flight are there between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 serv ci0 ( services al0 ci0 ) +what doe restrict rc0 mean rc0 +show flight from ci0 to ci1 that arriv after ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show all airlin fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me all the flight from ci0 to ci1 that leav after ti0 on da0 and befor ti0 on da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( > ( departure_time $0 ) ti0 ) ( day $0 da0 ) ) ( and ( < ( departure_time $0 ) ti0 ) ( day $0 da1 ) ) ) ) ) +which flight from ci0 to ci1 have the lowest coach class fare ( argmin $0 ( and ( flight $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what flight leav ci1 after ti0 on da0 and arriv in ci0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +are there ani flight from ci0 to ci1 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all flight pleas from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the avail flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight leav from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the cheapest flight round trip from ci0 to ci1 arriv in ci1 befor ti0 ( argmin $0 ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( round_trip $0 ) ) ( fare $0 ) ) +show me all flight that depart from ci0 and go to either ci1 ci2 or ci3 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( or ( to $0 ci1 ) ( to $0 ci2 ) ( to $0 ci3 ) ) ) ) +show all nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +all flight and fare from ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( = ( fare $0 ) $1 ) ) ) ) +what is ap0 ap0 +do you have an al0 flight from ci1 to ci0 in the earli morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas list all flight from ci0 to ci1 on mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) ) +show me all daili flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas give me all the flight from ci0 california to ci1 tennesse ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +al0 on da0 from ci0 to ci1 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +pleas give me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which compani fli between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me fare leav on da0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +ci0 to ci1 mn0 dn0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i'd like to see flight from ci0 to ci1 that arriv befor ti0 and i'd like to see flight from ci2 to ci1 that arriv befor ti0 ( lambda $0 e ( or ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci2 ) ( to $0 ci1 ) ) ) ) +pleas list the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the cheapest fare between ci1 and ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what ground transport is avail in ci0 tomorrow ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( tomorrow $0 ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'm interest in fli from ci0 to ci1 i'd like to fli dure breakfast ( lambda $0 e ( and ( flight $0 ) ( during_day $0 breakfast:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me all the flight from ci0 to ci1 on ani airlin on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like a schedul of flight from ci1 to ci0 on da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +leav ci1 go to ci0 the latest flight ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +what is the cheapest fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like to leav around ti0 o'clock in the morn ( lambda $0 e ( and ( approx_departure_time $0 ti0 ) ) ) +what transport is avail from the ap0 to ci0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +i want inform on flight from ci1 to ci0 i want to leav after ti0 on da0 or befor ti1 on da1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( or ( and ( > ( departure_time $0 ) ti0 ) ( day $0 da0 ) ) ( and ( < ( departure_time $0 ) ti1 ) ( day $0 da1 ) ) ) ) ) +what about a flight from ci1 to ci0 stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i would like direct coach flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( class_type $0 coach:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how mani flight doe al0 have from ci0 to ci1 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +show me the air fare for the flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me fare leav on da0 from ci0 to go to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need inform for flight leav ci0 on da0 even and return to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight from ci0 to ci1 leav next da0 return the follow day ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +first flight from ci0 to ci1 on a da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what the schedul of flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +now show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +find the cheapest flight from ci0 to ci1 with a stopov in ci2 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ( fare $0 ) ) +what is the earliest flight between ci0 and ci1 that serv breakfast ( argmin $0 ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +is there ground transport from ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me first class flight from ci0 to ci1 leav on a da0 ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list flight tomorrow from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +find me flight that are nonstop between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the earliest flight leav ci0 and arriv in ci1 on al0 first class on mn0 dn0 ( departure_time ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) ) +what are connect flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like to find a flight that goe from ci1 to ci2 i would like it to have a stop in ci0 and i would like a flight that serv breakfast ( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +what flight are avail da0 afternoon from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me the cheapest fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +how much is a round trip first class fare between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the code for busi class ( lambda $0 e ( and ( fare_basis_code $0 ) ( class_type $0 business:cl ) ) ) +is there an earli morn al0 flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight doe al0 have between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the earliest flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +what the earliest flight leav ci0 for ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what flight are there from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i would like to book a flight on al0 first class from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what are the afternoon flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me flight from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +inform on al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the aircraft that al0 use ( lambda $0 e ( and ( aircraft_code:t $0 ) ( exists $1 ( and ( airline $1 al0 ) ( aircraft_code $1 $0 ) ) ) ) ) +what type of aircraft is use on the flight from ci0 to ci1 befor ti0 o'clock ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +how much is an economi ticket from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +can you tell me the flight that go from ci0 to ci1 sometim after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +round trip fare from ci0 to ci1 less than do0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) do0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +pleas give all flight from ci0 to ci1 california da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me the earliest flight from ci0 to ci1 that serv a snack ( argmin $0 ( and ( flight $0 ) ( meal $0 snack:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i'd like to go from ci0 to ci1 on da0 with a meal ( lambda $0 e ( and ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show all flight leav da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight doe al0 have between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +could you show me all weekday flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) ) +pleas list avail ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +al0 from ci0 to ci1 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 which leav da0 after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all the flight that go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the earliest flight from ci1 to ci0 on the morn of mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +show me the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like a flight on al0 from ci1 to ci0 that leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what flight are there from ci0 to ci1 on da0 with in flight meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what the lowest round trip fare from ap0 to ani citi ( min $0 ( exists $1 ( and ( flight $1 ) ( from $1 ap0 ) ( exists $2 ( and ( city $2 ) ( to $1 $2 ) ) ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +tell me about flight from ci0 to ci1 north carolina leav on da0 and arriv in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +al0 stop in ci0 ( lambda $0 e ( and ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +can you show me even flight from ci0 to ci1 that serv dinner ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +how much is a al0 ci0 to ci1 daili nonstop flight ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( daily $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 fli earli in the morn between ap0 and ap1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ap0 ) ( to $0 ap1 ) ) ) +show me the flight arriv at ap0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ) ) +show me morn flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ) ) +is there ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas give ground transport at ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +show me flight from ci1 to ci0 leav on a da0 first class ( lambda $0 e ( and ( flight $0 ) ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +what is the fare for a one way flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i would like to know the flight that are avail leav out of ci1 to ci0 on da0 night after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +list al0 from ci1 to ci0 on da0 or da1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) ) +i want a return flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 serv ci0 ( services al0 ci0 ) +defin airlin al0 al0 +list all flight from ci0 to ci1 that fli nonstop on da0 and list flight from ci2 to ci1 that fli nonstop on da0 ( lambda $0 e ( or ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci2 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) ) +what are the class of servic for al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( = ( booking_class $1 ) $0 ) ) ) ) +pleas give me flight schedul from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( departure_time $1 ) $0 ) ) ) ) +i would like to fli from ci0 to ci1 on al0 at the latest time possibl in the even ( argmax $0 ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +pleas list the afternoon flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 to ci1 da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show the flight that leav ci0 that go to ci1 that leav earli on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +inform on ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what is the price of busi class from ci1 to ci0 on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( class_type $1 business:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me the flight on al0 from ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ) ) +what is the earliest flight between ap0 and ap1 ( argmin $0 ( and ( flight $0 ) ( from $0 ap0 ) ( to $0 ap1 ) ) ( departure_time $0 ) ) +what are connect flight from ci0 into ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +hi i'd like a flight on al0 from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like an earli morn weekday flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +could you pleas tell me the airlin that fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +next da0 flight from ci0 to ci1 after ti0 hour ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +how mani stop are on all flight from ci1 to ci0 that depart befor ti0 o'clock ti0 ( sum $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( < ( departure_time $0 ) ti0 ) ) ( stops $0 ) ) +from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +how much doe it cost to fli al0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +give me flight that arriv in ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +okay what i'd like to do on this one is go from ci0 to ci1 i want a nonstop and i'd like to leav around ti0 ( lambda $0 e ( and ( nonstop $0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is your cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show all flight ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +now i need a flight from ci1 to ci0 leav da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +how mani nonstop flight go from ci0 to ci1 mn0 dn0 ( count $0 ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me all flight from ci0 to ci1 ci2 or ci3 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( or ( to $0 ci1 ) ( to $0 ci2 ) ( to $0 ci3 ) ) ) ) +from ci0 to ci1 depart in the morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to book an earli morn flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what flight are avail da0 afternoon from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight go from ci0 to ci1 on da0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +mn0 dn0 what is the cost of a round trip ticket travel first class on al0 leav from ci0 go to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 al0 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +is there ground transport avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +all flight from ci0 less than do0 ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ) ) +i would like some inform on a flight from ci1 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas show me all the flight from ci0 to ci1 that are nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all flight from ci0 to ci1 leav on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me ground transport inform for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +pleas list the earliest lunch flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( meal $0 lunch:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +find the earliest flight from ci0 to ci1 that serv breakfast ( argmin $0 ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a flight from ci2 to ci1 make a stopov in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci1 ) ( stop $0 ci0 ) ) ) +is there transport from the ap0 to downtown ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +can i get a taxi from ap0 to downtown ci0 ( lambda $0 e ( and ( taxi $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me all flight with fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( = ( fare $0 ) $1 ) ) ) ) +i want to leav befor ti0 in the morn what flight should i take to ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +which airlin is the cheapest to fli from ci0 to ci1 on mn0 dn0 ( airline:e ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( fare $0 ) ) ) +can you show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me all direct flight from ci0 to ci1 depart befor ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight in the month of mn0 from ci0 to ci1 which stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ( month $0 mn0 ) ) ) +what is the last flight from ci0 to ci1 this da0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +can you list the latest flight from ci1 to ci0 on da0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ap0 to ani other airport ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) ) +what are the morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 fli into ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( to $0 ci0 ) ) ) +show me all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +al0 flight stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( stop $0 ci0 ) ) ) +what a flight that goe from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci0 at ti0 and arriv in ci1 at ti1 in the morn ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( arrival_time $0 ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +would you tell me the cheapest one way fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is the cheapest round trip fare from ci0 to ci1 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are the morn flight in the next two day from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( next_days $0 2:i ) ) ) +what type of aircraft doe al0 fli ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +al0 fn0 ci0 to ci1 what is the fare ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what is fare code fb0 fb0 +what is airlin al0 al0 +show all flight from ci0 to ci1 on da0 even and the cost of each flight ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) ) +what airlin fli from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what flight go from ci0 to ci1 da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the earliest flight from ci1 to ci0 on da0 that serv breakfast ( argmin $0 ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +what is the fare on the thrift economi flight from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 thrift:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what doe fb0 under fare code mean fb0 +show me airlin with flight from ci0 to ci1 pleas ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +what is the cheapest fare for flight from ci0 to ci1 ( min $0 ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +what are your flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list the flight schedul from ci1 to ci0 on da0 night ( lambda $0 e ( exists $1 ( and ( during_day $1 late:pd ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( departure_time $1 ) $0 ) ) ) ) +pleas tell me the type of aircraft use from ci0 to ci1 befor ti0 o'clock ti0 ( lambda $0 e ( exists $1 ( and ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +i'd like a flight tomorrow late from ci0 to ci1 with dinner pleas ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +show me flight to ci0 from ci1 stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what type of aircraft leav after ti0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( > ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) +doe al0 have ani flight ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ) ) +show me flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +no i want to go from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas list all flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a flight on da0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +doe al0 provid ani first class flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +describ fare code fb0 fb0 +what is the earliest flight from ci0 that will arriv in ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what ground transport is avail from ci0 to ap0 downtown ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) ) +show me the flight that go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight can i take between ci0 and ci1 so that when i leav ci0 i will have the maximum amount of time on the ground in ci1 and still return in the same day ( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $2 ) ) ) ( = $1 ( argmax $2 ( and ( flight $2 ) ( to $0 ci0 ) ( from $0 ci1 ) ) ( departure_time $2 ) ) ) ) ) ) +show me a list of ground transport at ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +flight from ci0 to ci1 california on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'm look for a flight that goe from ci0 to ci1 on mn0 dn0 and that leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ci0 ground transport ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me fare from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +i'd like to go from ci1 to ci0 ( lambda $0 e ( and ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +flight between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +okay what i would like to know is doe al0 fn0 from ci2 to ci0 with a stop in ci1 serv dinner that al0 fn0 or 163 ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( airline $0 al0 ) ( flight_number $0 fn0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +pleas list all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +which al0 depart from ci0 head toward ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight doe al0 have from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to fli al0 from ci0 to ci1 colorado ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i'd like to fli from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +is there a al0 flight from ci1 to ci0 arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +okay tell me what the earliest flight is that leav between ci0 and ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i would like inform on flight from ci0 to ci1 california on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i would like the time of your earliest flight in the morn from ci0 to ci1 on al0 ( departure_time ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) ) +show me all flight from ci1 to ci0 with one stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +price of flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +i want a flight from ci0 to ci1 that arriv befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_arrival $0 da0 ) ( < ( arrival_time $0 ) ti0 ) ) ) +which airlin have flight between ci0 and ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me airlin between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +list all the takeoff and land at ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +what are the citi that al0 serv ( lambda $0 e ( and ( city $0 ) ( services al0 $0 ) ) ) +show me all the al0 flight leav ci0 between ti0 and ti1 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( < ( departure_time $0 ) ti1 ) ( from $0 ci0 ) ) ) +i actual want to go from ci0 to ci1 via ci2 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +list the flight arriv in ci0 from ci1 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +list all the airlin that fli into ap0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( to $1 ap0 ) ( = ( airline:e $1 ) $0 ) ) ) ) +show me all flight between ci0 and ci1 for mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +which al0 from ci1 to ci0 make connect ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +da0 from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +is there a round trip flight from ci0 to ci1 connect in ci2 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +what is the cheapest fare from ci1 to ci0 leav on mn0 dn0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +what flight from ci1 to ci0 on da0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +show me the flight arriv in ci0 on mn0 dn0 leav either from ci1 or ci2 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ci1 ) ( from $0 ci2 ) ) ( to $0 ci0 ) ( day_number_arrival $0 dn0 ) ( month_arrival $0 mn0 ) ) ) +i'd like to book a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the fb0 code fb0 +show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +pleas give me ground transport inform for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +show me all flight from ci0 to ap0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) ) +are there ani direct flight from ci0 to ci1 arriv in ci1 about ti0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +al0 fn0 ci0 to ci1 what is the round trip fare ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +on the earliest flight from ci0 to ci1 on al0 is a meal be serv ( has_meal ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) ) +i'm tri to find a flight from ci0 to ci1 through ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +list all al0 from ci1 to ci0 with fare code fb0 ( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +i would like to book a flight for mn0 dn0 with al0 from ci0 to ci1 what flight do you have avail ( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what are the flight avail after ti0 between ci1 and ci0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what type of ground transport is avail at ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) ) +show me the flight between ci1 and ci0 ci2 and ci0 ci1 and ci2 ( lambda $0 e ( exists $1 ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 ci1 ) ( to $0 ci0 ) ( from $1 ci2 ) ( to $1 ci0 ) ( from $2 ci1 ) ( to $2 ci2 ) ) ) ) ) +show me the flight from ci1 to ci0 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i need a flight to ci0 this afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( to $0 ci0 ) ) ) +i want to leav ci0 at ti0 and arriv in ci1 at ti1 in the morn ( lambda $0 e ( and ( departure_time $0 ti0 ) ( arrival_time $0 ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what al0 first class airfar flight are avail from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what is the fare on al0 fn0 from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +from ci0 to ci1 in the afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the cost of flight al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +is there a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want to fli from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what is the mean of fare code fb0 and fb1 ( lambda $0 e ( or ( = $0 fb0 ) ( = $0 fb1 ) ) ) +give me the al0 from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +what is the latest flight from ci0 to ci1 ( argmax $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what is the rc0 restrict rc0 +all right do you have a flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +pleas list all the flight from ci1 to ci0 leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +pleas list the flight take off and land on ap0 ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) ) +show me the flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like to travel from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +i would like to fli from ci1 to ci0 with a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +what flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +are there ani flight on al0 from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +the earliest flight from ci1 to ci0 pleas that will be serv a meal ( argmin $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) ) +what is the departur time of the latest flight of al0 from ci0 to ci1 ( departure_time ( argmax $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) ) +i'd like to book an flight on al0 from ci1 to ci0 with one stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i want a flight from ci0 to ci1 leav ci0 in the afternoon arriv ci1 around ti0 in the afternoon ( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +do you fli a ac0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ac0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what the earliest flight from ci0 to ci1 on al0 on da0 dn0 of mn0 ( argmin $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( departure_time $0 ) ) +i want a flight from ci0 to ci1 with a stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +i'd like to find the earliest flight possibl from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i want the flight from ci2 to ci0 that stop in ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) ) +show flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i need to find a flight from ci1 to ci0 that has a stopov in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) ) +i would like to fli to ci0 from ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +show flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what is the smallest aircraft that fli from ci0 to ci1 arriv mn0 dn0 ( aircraft ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( month_arrival $0 mn0 ) ( day_number_arrival $0 dn0 ) ) ( capacity $0 ) ) ) +list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need flight inform on da0 for a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show afternoon flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what the cheapest first class airfar from ci1 to ci0 ( min $0 ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +what flight are there from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +ci0 ground transport ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +for each airlin fli between ci1 and ci0 what is the earliest flight ( lambda $0 e ( exists $1 ( and ( airline $0 ) ( = $1 ( argmin $2 ( and ( flight $2 ) ( from $2 ci1 ) ( to $2 ci0 ) ( airline $2 $0 ) ) ( departure_time $2 ) ) ) ) ) ) +show flight from ci1 into ci0 arriv after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +what are first class fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +flight from ci0 to ci1 on da0 arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what flight do you have from ci0 to ci1 on the even of mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +bring up flight from ci0 to ci1 on da0 night or da1 morn ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( day $0 da0 ) ( during_day $0 late:pd ) ) ( and ( day $0 da1 ) ( during_day $0 morning:pd ) ) ) ) ) +show me flight from ci0 to ci1 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like a flight tomorrow even from ci0 to ci1 that includ dinner for tomorrow ( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( tomorrow $0 ) ) ) +show me all the type of aircraft ( lambda $0 e ( aircraft_code:t $0 ) ) +show me all flight between ci0 and ci1 for mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +show me the price of all flight from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +doe al0 fli between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +are there ani flight avail from ci0 to ci1 da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +all al0 to everywher if you can ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ) ) +what are the cost of car rental in ci0 ( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( to_city $1 ci0 ) ( = ( ground_fare $1 ) $0 ) ) ) ) +show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci0 to ci1 again ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i would like a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +is there a al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +flight from ci1 to ci0 da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) +i'm sorri i want to fli al0 is there a flight between ci1 and ci2 with a stopov in ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) ) +what doe the abbrevi al0 mean al0 +what flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i want a flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what flight are avail da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what nonstop flight between ci0 and ci1 arriv after ti0 o'clock pm ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +i need a list of flight from ci0 citi to ci1 canada depart da0 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +show first flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +i want to go and take a plane in ci0 and fli to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what are the flight from ci0 to ci1 on da0 dn0 of mn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ) +what the differ between fare code fb0 and fare code fb1 ( lambda $0 e ( and ( fare_basis_code $0 fb0 ) ( fare_basis_code $0 fb1 ) ) ) +show me round trip from ci1 to ci0 nonstop ( lambda $0 e ( and ( nonstop $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ) +tell me about flight from ci0 to ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +i'd like to see all flight from ci0 to ci1 again ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show flight on al0 from ci0 to ci1 connect through ci2 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) ) +pleas list the da0 morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all nonstop flight from ci0 to ci1 befor ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +how mani seat in a ac0 ( capacity ac0 ) +i would like an earli morn nonstop flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ) ) +i want to go from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the fare for al0 fn0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +list all round trip fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) +show me all the flight that arriv in ci0 in the even ( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 evening:pd ) ( to $0 ci0 ) ) ) +pleas list all flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +what is first flight that goe from ci0 to ci1 that serv breakfast ( argmin $0 ( and ( flight $0 ) ( meal $0 breakfast:me ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) ) +what are the restrict on the cheapest one way fare between ci0 and ci1 ( restriction_code ( min $0 ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) ) ) +what is al0 al0 +what is the earliest flight that goe from ci0 to ci1 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +i would like to know the latest flight on da0 you have leav from ci1 to ci0 which offer a meal ( argmax $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) ) +i want an earli morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +al0 from ci0 pleas ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) ) +is there an afternoon flight from ci0 to ci1 around ti0 ( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ti0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +what ground transport is avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) ) +in the next two day i want to fli from ci1 to ci0 or to ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( or ( to $0 ci2 ) ( to $0 ci0 ) ) ( next_days $0 2:i ) ) ) +fare code fb0 what doe that mean fb0 +show me flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the flight from ci1 to ci0 with the highest one way fare ( argmax $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) ) +let see how much would a direct flight from ci0 to ci1 be on mn0 dn0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) ) +do you have flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) ) +need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ) +show me the cheapest flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) ) +what flight depart ci1 and arriv by ti0 da0 in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) ) +i want a flight from ci1 to ci0 that depart after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ) \ No newline at end of file