#base.

% Domain: Depot, Problem: depotprob7615
% 
% 
% OBJECTS  >>>>>
typedobject( hoist( hoist5 ) ).
typedobject( hoist( hoist4 ) ).
typedobject( hoist( hoist7 ) ).
typedobject( hoist( hoist6 ) ).
typedobject( hoist( hoist1 ) ).
typedobject( hoist( hoist0 ) ).
typedobject( hoist( hoist3 ) ).
typedobject( hoist( hoist2 ) ).
typedobject( crate( crate11 ) ).
typedobject( crate( crate10 ) ).
typedobject( crate( crate13 ) ).
typedobject( crate( crate12 ) ).
typedobject( depot( depot0 ) ).
typedobject( crate( crate14 ) ).
typedobject( depot( depot2 ) ).
typedobject( depot( depot3 ) ).
typedobject( pallet( pallet5 ) ).
typedobject( pallet( pallet4 ) ).
typedobject( pallet( pallet7 ) ).
typedobject( pallet( pallet6 ) ).
typedobject( pallet( pallet1 ) ).
typedobject( pallet( pallet0 ) ).
typedobject( pallet( pallet3 ) ).
typedobject( pallet( pallet2 ) ).
typedobject( pallet( pallet9 ) ).
typedobject( pallet( pallet8 ) ).
typedobject( truck( truck1 ) ).
typedobject( truck( truck0 ) ).
typedobject( truck( truck3 ) ).
typedobject( truck( truck2 ) ).
typedobject( distributor( distributor1 ) ).
typedobject( distributor( distributor0 ) ).
typedobject( distributor( distributor3 ) ).
typedobject( distributor( distributor2 ) ).
typedobject( depot( depot1 ) ).
typedobject( crate( crate9 ) ).
typedobject( crate( crate8 ) ).
typedobject( crate( crate5 ) ).
typedobject( crate( crate4 ) ).
typedobject( crate( crate7 ) ).
typedobject( crate( crate6 ) ).
typedobject( crate( crate1 ) ).
typedobject( crate( crate0 ) ).
typedobject( crate( crate3 ) ).
typedobject( crate( crate2 ) ).
% <<<<<  OBJECTS
% 

% 
% 
% INIT  >>>>>
init( at( truck0,distributor2 ) ).
init( at( pallet3,depot3 ) ).
init( on( crate12,crate6 ) ).
init( on( crate3,pallet0 ) ).
init( at( crate8,distributor2 ) ).
init( at( pallet0,depot0 ) ).
init( on( crate5,crate2 ) ).
init( on( crate7,pallet6 ) ).
init( at( crate7,distributor2 ) ).
init( on( crate4,crate3 ) ).
init( on( crate13,crate4 ) ).
init( clear( crate9 ) ).
init( at( hoist0,depot0 ) ).
init( clear( crate8 ) ).
init( available( hoist6 ) ).
init( at( crate9,distributor1 ) ).
init( at( hoist3,depot3 ) ).
init( at( pallet8,depot1 ) ).
init( available( hoist3 ) ).
init( at( truck3,distributor1 ) ).
init( at( truck2,depot1 ) ).
init( available( hoist5 ) ).
init( at( truck1,depot0 ) ).
init( available( hoist2 ) ).
init( on( crate8,crate7 ) ).
init( clear( crate11 ) ).
init( at( crate13,depot0 ) ).
init( available( hoist1 ) ).
init( clear( crate13 ) ).
init( at( pallet4,distributor0 ) ).
init( at( crate0,distributor3 ) ).
init( at( crate4,depot0 ) ).
init( at( hoist2,depot2 ) ).
init( on( crate14,crate12 ) ).
init( at( crate3,depot0 ) ).
init( at( pallet6,distributor2 ) ).
init( available( hoist0 ) ).
init( available( hoist4 ) ).
init( clear( crate14 ) ).
init( on( crate9,crate1 ) ).
init( on( crate1,pallet5 ) ).
init( clear( pallet4 ) ).
init( on( crate11,pallet8 ) ).
init( at( crate2,depot3 ) ).
init( at( crate14,depot1 ) ).
init( at( hoist1,depot1 ) ).
init( on( crate6,pallet1 ) ).
init( on( crate2,pallet3 ) ).
init( on( crate10,crate0 ) ).
init( at( crate10,distributor3 ) ).
init( on( crate0,pallet7 ) ).
init( at( hoist6,distributor2 ) ).
init( clear( pallet2 ) ).
init( at( hoist4,distributor0 ) ).
init( at( crate11,depot1 ) ).
init( at( pallet1,depot1 ) ).
init( at( crate6,depot1 ) ).
init( clear( crate5 ) ).
init( at( crate12,depot1 ) ).
init( at( hoist7,distributor3 ) ).
init( available( hoist7 ) ).
init( at( crate1,distributor1 ) ).
init( at( pallet2,depot2 ) ).
init( at( pallet9,depot2 ) ).
init( at( hoist5,distributor1 ) ).
init( at( crate5,depot3 ) ).
init( at( pallet7,distributor3 ) ).
init( clear( crate10 ) ).
init( clear( pallet9 ) ).
init( at( pallet5,distributor1 ) ).
% <<<<<  INIT
% 

% 
% 
% GOAL  >>>>>
goal( on( crate0,pallet3 ),true ).
goal( on( crate1,crate11 ),true ).
goal( on( crate2,pallet6 ),true ).
goal( on( crate3,crate0 ),true ).
goal( on( crate4,crate5 ),true ).
goal( on( crate5,crate14 ),true ).
goal( on( crate6,pallet4 ),true ).
goal( on( crate7,pallet2 ),true ).
goal( on( crate8,pallet7 ),true ).
goal( on( crate9,crate8 ),true ).
goal( on( crate11,pallet5 ),true ).
goal( on( crate12,crate6 ),true ).
goal( on( crate13,crate2 ),true ).
goal( on( crate14,pallet1 ),true ).
% <<<<<  GOAL
% 

