#base.

% Domain: Depot, Problem: depotprob7512
% 
% 
% OBJECTS  >>>>>
typedobject( distributor( distributor1 ) ).
typedobject( truck( truck0 ) ).
typedobject( hoist( hoist0 ) ).
typedobject( hoist( hoist2 ) ).
typedobject( crate( crate1 ) ).
typedobject( depot( depot0 ) ).
typedobject( crate( crate0 ) ).
typedobject( crate( crate3 ) ).
typedobject( crate( crate2 ) ).
typedobject( hoist( hoist1 ) ).
typedobject( pallet( pallet1 ) ).
typedobject( pallet( pallet0 ) ).
typedobject( pallet( pallet2 ) ).
typedobject( truck( truck1 ) ).
typedobject( distributor( distributor0 ) ).
% <<<<<  OBJECTS
% 

% 
% 
% INIT  >>>>>
init( at( pallet0,depot0 ) ).
init( available( hoist2 ) ).
init( on( crate0,pallet0 ) ).
init( clear( crate0 ) ).
init( at( hoist0,depot0 ) ).
init( at( truck1,depot0 ) ).
init( available( hoist1 ) ).
init( at( crate3,distributor0 ) ).
init( at( hoist1,distributor0 ) ).
init( available( hoist0 ) ).
init( at( pallet1,distributor0 ) ).
init( on( crate2,crate1 ) ).
init( on( crate3,pallet1 ) ).
init( on( crate1,pallet2 ) ).
init( at( hoist2,distributor1 ) ).
init( at( truck0,depot0 ) ).
init( clear( crate3 ) ).
init( at( pallet2,distributor1 ) ).
init( at( crate2,distributor1 ) ).
init( at( crate0,depot0 ) ).
init( clear( crate2 ) ).
init( at( crate1,distributor1 ) ).
% <<<<<  INIT
% 

% 
% 
% GOAL  >>>>>
goal( on( crate0,pallet2 ),true ).
goal( on( crate1,crate3 ),true ).
goal( on( crate2,pallet0 ),true ).
goal( on( crate3,pallet1 ),true ).
% <<<<<  GOAL
% 

