#base.

% Domain: zeno-travel, Problem: ZTRAVEL-5-15
% 
% 
% OBJECTS  >>>>>
typedobject( person( person14 ) ).
typedobject( person( person15 ) ).
typedobject( person( person10 ) ).
typedobject( person( person11 ) ).
typedobject( person( person12 ) ).
typedobject( person( person13 ) ).
typedobject( flevel( fl6 ) ).
typedobject( flevel( fl5 ) ).
typedobject( flevel( fl4 ) ).
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( city13 ) ).
typedobject( city( city1 ) ).
typedobject( flevel( fl1 ) ).
typedobject( flevel( fl0 ) ).
typedobject( flevel( fl3 ) ).
typedobject( flevel( fl2 ) ).
typedobject( city( city10 ) ).
typedobject( city( city11 ) ).
typedobject( city( city12 ) ).
typedobject( city( city7 ) ).
typedobject( aircraft( plane4 ) ).
typedobject( aircraft( plane5 ) ).
typedobject( city( city9 ) ).
typedobject( aircraft( plane1 ) ).
typedobject( aircraft( plane2 ) ).
typedobject( aircraft( plane3 ) ).
% <<<<<  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,city0 ) ).
init( at( person10,city2 ) ).
init( fuellevel( plane1,fl2 ) ).
init( at( person12,city7 ) ).
init( at( plane1,city6 ) ).
init( fuellevel( plane4,fl4 ) ).
init( at( person6,city7 ) ).
init( at( person2,city12 ) ).
init( at( plane4,city4 ) ).
init( at( person7,city1 ) ).
init( at( person11,city10 ) ).
init( fuellevel( plane5,fl6 ) ).
init( at( person15,city13 ) ).
init( at( person9,city1 ) ).
init( at( person8,city2 ) ).
init( at( person13,city6 ) ).
init( fuellevel( plane3,fl5 ) ).
init( at( person14,city1 ) ).
init( fuellevel( plane2,fl3 ) ).
init( at( person1,city8 ) ).
init( at( plane3,city10 ) ).
init( at( person4,city4 ) ).
init( at( person3,city0 ) ).
init( at( person5,city13 ) ).
init( at( plane5,city1 ) ).
% <<<<<  INIT
% 

% 
% 
% GOAL  >>>>>
goal( at( plane2,city12 ),true ).
goal( at( plane3,city6 ),true ).
goal( at( person1,city3 ),true ).
goal( at( person2,city4 ),true ).
goal( at( person3,city11 ),true ).
goal( at( person4,city13 ),true ).
goal( at( person5,city11 ),true ).
goal( at( person6,city7 ),true ).
goal( at( person7,city1 ),true ).
goal( at( person8,city11 ),true ).
goal( at( person9,city2 ),true ).
goal( at( person10,city6 ),true ).
goal( at( person11,city0 ),true ).
goal( at( person12,city12 ),true ).
goal( at( person13,city13 ),true ).
goal( at( person14,city4 ),true ).
goal( at( person15,city4 ),true ).
% <<<<<  GOAL
% 

