#base.

% Domain: Depot, Problem: depotprob5451
% 
% 
% OBJECTS  >>>>>
typedobject( distributor( distributor1 ) ).
typedobject( distributor( distributor0 ) ).
typedobject( hoist( hoist0 ) ).
typedobject( hoist( hoist2 ) ).
typedobject( crate( crate11 ) ).
typedobject( crate( crate10 ) ).
typedobject( crate( crate13 ) ).
typedobject( crate( crate12 ) ).
typedobject( depot( depot0 ) ).
typedobject( crate( crate14 ) ).
typedobject( pallet( pallet5 ) ).
typedobject( pallet( pallet4 ) ).
typedobject( pallet( pallet1 ) ).
typedobject( pallet( pallet0 ) ).
typedobject( pallet( pallet3 ) ).
typedobject( pallet( pallet2 ) ).
typedobject( crate( crate9 ) ).
typedobject( crate( crate8 ) ).
typedobject( truck( truck1 ) ).
typedobject( truck( truck0 ) ).
typedobject( crate( crate5 ) ).
typedobject( crate( crate4 ) ).
typedobject( crate( crate7 ) ).
typedobject( crate( crate6 ) ).
typedobject( crate( crate1 ) ).
typedobject( crate( crate0 ) ).
typedobject( crate( crate3 ) ).
typedobject( crate( crate2 ) ).
typedobject( hoist( hoist1 ) ).
% <<<<<  OBJECTS
% 

% 
% 
% INIT  >>>>>
init( at( pallet3,distributor1 ) ).
init( available( hoist2 ) ).
init( on( crate13,crate4 ) ).
init( on( crate3,pallet1 ) ).
init( at( pallet0,depot0 ) ).
init( on( crate6,crate3 ) ).
init( on( crate8,pallet5 ) ).
init( on( crate5,pallet3 ) ).
init( on( crate14,crate9 ) ).
init( clear( crate12 ) ).
init( at( crate3,distributor0 ) ).
init( clear( crate8 ) ).
init( at( crate7,distributor0 ) ).
init( at( pallet5,depot0 ) ).
init( on( crate4,crate0 ) ).
init( at( crate2,depot0 ) ).
init( at( crate1,depot0 ) ).
init( at( hoist2,distributor1 ) ).
init( on( crate9,crate7 ) ).
init( available( hoist1 ) ).
init( at( crate0,distributor1 ) ).
init( at( crate12,distributor0 ) ).
init( at( crate6,distributor0 ) ).
init( at( pallet2,distributor1 ) ).
init( available( hoist0 ) ).
init( clear( crate13 ) ).
init( on( crate10,crate5 ) ).
init( on( crate1,pallet0 ) ).
init( at( crate4,distributor1 ) ).
init( on( crate12,crate11 ) ).
init( at( crate14,distributor0 ) ).
init( at( crate5,distributor1 ) ).
init( on( crate7,crate6 ) ).
init( on( crate2,crate1 ) ).
init( on( crate11,pallet4 ) ).
init( on( crate0,pallet2 ) ).
init( at( crate10,distributor1 ) ).
init( at( pallet1,distributor0 ) ).
init( at( crate8,depot0 ) ).
init( at( truck0,distributor0 ) ).
init( clear( crate10 ) ).
init( at( crate11,distributor0 ) ).
init( at( crate13,distributor1 ) ).
init( at( pallet4,distributor0 ) ).
init( at( hoist1,distributor0 ) ).
init( at( crate9,distributor0 ) ).
init( at( truck1,distributor0 ) ).
init( clear( crate14 ) ).
init( clear( crate2 ) ).
init( at( hoist0,depot0 ) ).
% <<<<<  INIT
% 

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

