#base.

% Domain: Depot, Problem: depotprob7654
% 
% 
% OBJECTS  >>>>>
typedobject( hoist( hoist5 ) ).
typedobject( hoist( hoist4 ) ).
typedobject( distributor( distributor1 ) ).
typedobject( distributor( distributor0 ) ).
typedobject( hoist( hoist3 ) ).
typedobject( distributor( distributor2 ) ).
typedobject( depot( depot0 ) ).
typedobject( depot( depot1 ) ).
typedobject( depot( depot2 ) ).
typedobject( pallet( pallet5 ) ).
typedobject( pallet( pallet4 ) ).
typedobject( pallet( pallet1 ) ).
typedobject( pallet( pallet0 ) ).
typedobject( pallet( pallet3 ) ).
typedobject( pallet( pallet2 ) ).
typedobject( hoist( hoist1 ) ).
typedobject( hoist( hoist0 ) ).
typedobject( truck( truck1 ) ).
typedobject( truck( truck0 ) ).
typedobject( crate( crate5 ) ).
typedobject( crate( crate4 ) ).
typedobject( hoist( hoist2 ) ).
typedobject( crate( crate1 ) ).
typedobject( crate( crate0 ) ).
typedobject( crate( crate3 ) ).
typedobject( crate( crate2 ) ).
% <<<<<  OBJECTS
% 

% 
% 
% INIT  >>>>>
init( at( pallet3,distributor0 ) ).
init( available( hoist2 ) ).
init( on( crate3,crate2 ) ).
init( at( pallet0,depot0 ) ).
init( on( crate5,pallet3 ) ).
init( on( crate4,pallet2 ) ).
init( clear( pallet4 ) ).
init( at( crate0,depot1 ) ).
init( clear( crate3 ) ).
init( at( crate4,depot2 ) ).
init( at( pallet5,distributor2 ) ).
init( available( hoist4 ) ).
init( at( hoist5,distributor2 ) ).
init( at( hoist4,distributor1 ) ).
init( at( hoist2,depot2 ) ).
init( available( hoist1 ) ).
init( available( hoist3 ) ).
init( at( hoist3,distributor0 ) ).
init( at( crate3,distributor2 ) ).
init( at( pallet2,depot2 ) ).
init( available( hoist0 ) ).
init( available( hoist5 ) ).
init( clear( crate4 ) ).
init( on( crate1,pallet0 ) ).
init( at( crate1,depot0 ) ).
init( at( crate2,distributor2 ) ).
init( on( crate2,pallet5 ) ).
init( on( crate0,pallet1 ) ).
init( at( pallet1,depot1 ) ).
init( at( crate5,distributor0 ) ).
init( at( truck0,depot1 ) ).
init( clear( crate5 ) ).
init( at( pallet4,distributor1 ) ).
init( at( hoist1,depot1 ) ).
init( at( truck1,depot2 ) ).
init( clear( crate0 ) ).
init( clear( crate1 ) ).
init( at( hoist0,depot0 ) ).
% <<<<<  INIT
% 

% 
% 
% GOAL  >>>>>
goal( on( crate0,crate4 ),true ).
goal( on( crate2,pallet3 ),true ).
goal( on( crate3,pallet0 ),true ).
goal( on( crate4,pallet5 ),true ).
% <<<<<  GOAL
% 

