#base.

% Domain: zeno-travel, Problem: ZTRAVEL-5-20
% 
% 
% OBJECTS  >>>>>
typedobject( person( person14 ) ).
typedobject( person( person15 ) ).
typedobject( person( person16 ) ).
typedobject( person( person17 ) ).
typedobject( person( person10 ) ).
typedobject( person( person11 ) ).
typedobject( person( person12 ) ).
typedobject( person( person13 ) ).
typedobject( person( person18 ) ).
typedobject( person( person19 ) ).
typedobject( person( person2 ) ).
typedobject( person( person3 ) ).
typedobject( city( city8 ) ).
typedobject( person( person1 ) ).
typedobject( person( person6 ) ).
typedobject( person( person7 ) ).
typedobject( person( person4 ) ).
typedobject( person( person5 ) ).
typedobject( city( city2 ) ).
typedobject( city( city3 ) ).
typedobject( person( person8 ) ).
typedobject( person( person9 ) ).
typedobject( city( city6 ) ).
typedobject( city( city0 ) ).
typedobject( city( city4 ) ).
typedobject( city( city5 ) ).
typedobject( city( city1 ) ).
typedobject( flevel( fl1 ) ).
typedobject( flevel( fl0 ) ).
typedobject( flevel( fl3 ) ).
typedobject( flevel( fl2 ) ).
typedobject( flevel( fl5 ) ).
typedobject( flevel( fl4 ) ).
typedobject( city( city7 ) ).
typedobject( aircraft( plane4 ) ).
typedobject( aircraft( plane5 ) ).
typedobject( aircraft( plane1 ) ).
typedobject( aircraft( plane2 ) ).
typedobject( aircraft( plane3 ) ).
typedobject( person( person20 ) ).
typedobject( flevel( fl6 ) ).
typedobject( city( city14 ) ).
typedobject( city( city15 ) ).
typedobject( city( city16 ) ).
typedobject( city( city17 ) ).
typedobject( city( city10 ) ).
typedobject( city( city11 ) ).
typedobject( city( city12 ) ).
typedobject( city( city13 ) ).
typedobject( city( city9 ) ).
% <<<<<  OBJECTS
% 

% 
% 
% DOMAIN PREDICATES  >>>>>
holds( next( fl4,fl5 ) ).
holds( next( fl1,fl2 ) ).
holds( next( fl5,fl6 ) ).
holds( next( fl0,fl1 ) ).
holds( next( fl3,fl4 ) ).
holds( next( fl2,fl3 ) ).
% <<<<<  DOMAIN PREDICATES
% 

% 
% 
% INIT  >>>>>
init( at( plane2,city12 ) ).
init( at( person10,city14 ) ).
init( fuellevel( plane1,fl3 ) ).
init( at( person12,city15 ) ).
init( at( plane1,city11 ) ).
init( fuellevel( plane4,fl0 ) ).
init( at( person16,city5 ) ).
init( at( person6,city0 ) ).
init( at( person2,city16 ) ).
init( at( plane4,city14 ) ).
init( at( person7,city6 ) ).
init( at( person11,city7 ) ).
init( at( person20,city3 ) ).
init( fuellevel( plane5,fl6 ) ).
init( at( person15,city10 ) ).
init( at( person9,city13 ) ).
init( at( person8,city8 ) ).
init( at( person13,city4 ) ).
init( fuellevel( plane3,fl0 ) ).
init( at( person14,city14 ) ).
init( fuellevel( plane2,fl3 ) ).
init( at( person1,city7 ) ).
init( at( person17,city10 ) ).
init( at( plane3,city12 ) ).
init( at( person19,city9 ) ).
init( at( person4,city6 ) ).
init( at( person3,city9 ) ).
init( at( person18,city11 ) ).
init( at( person5,city6 ) ).
init( at( plane5,city14 ) ).
% <<<<<  INIT
% 

% 
% 
% GOAL  >>>>>
goal( at( plane2,city6 ),true ).
goal( at( person1,city2 ),true ).
goal( at( person2,city17 ),true ).
goal( at( person3,city7 ),true ).
goal( at( person4,city14 ),true ).
goal( at( person5,city9 ),true ).
goal( at( person6,city13 ),true ).
goal( at( person7,city6 ),true ).
goal( at( person8,city8 ),true ).
goal( at( person9,city4 ),true ).
goal( at( person10,city16 ),true ).
goal( at( person11,city6 ),true ).
goal( at( person12,city4 ),true ).
goal( at( person13,city14 ),true ).
goal( at( person14,city2 ),true ).
goal( at( person15,city9 ),true ).
goal( at( person16,city9 ),true ).
goal( at( person17,city15 ),true ).
goal( at( person18,city6 ),true ).
goal( at( person19,city2 ),true ).
goal( at( person20,city17 ),true ).
% <<<<<  GOAL
% 

