#base.

% Domain: satellite, Problem: strips-sat-x-1
% 
% 
% OBJECTS  >>>>>
typedobject( instrument( instrument0 ) ).
typedobject( instrument( instrument1 ) ).
typedobject( mode( infrared0 ) ).
typedobject( mode( infrared1 ) ).
typedobject( direction( phenomenon6 ) ).
typedobject( direction( planet4 ) ).
typedobject( direction( star7 ) ).
typedobject( direction( phenomenon5 ) ).
typedobject( direction( star0 ) ).
typedobject( direction( planet3 ) ).
typedobject( mode( image2 ) ).
typedobject( satellite( satellite0 ) ).
typedobject( direction( groundstation2 ) ).
typedobject( direction( groundstation1 ) ).
% <<<<<  OBJECTS
% 

% 
% 
% DOMAIN PREDICATES  >>>>>
holds( supports( instrument1,infrared0 ) ).
holds( supports( instrument0,infrared1 ) ).
holds( on_board( instrument0,satellite0 ) ).
holds( supports( instrument1,image2 ) ).
holds( supports( instrument1,infrared1 ) ).
holds( calibration_target( instrument1,groundstation2 ) ).
holds( on_board( instrument1,satellite0 ) ).
holds( supports( instrument0,infrared0 ) ).
holds( calibration_target( instrument0,star0 ) ).
% <<<<<  DOMAIN PREDICATES
% 

% 
% 
% INIT  >>>>>
init( pointing( satellite0,planet4 ) ).
init( power_avail( satellite0 ) ).
% <<<<<  INIT
% 

% 
% 
% GOAL  >>>>>
goal( have_image( planet3,infrared0 ),true ).
goal( have_image( planet4,infrared0 ),true ).
goal( have_image( phenomenon5,image2 ),true ).
goal( have_image( phenomenon6,infrared0 ),true ).
goal( have_image( star7,infrared0 ),true ).
% <<<<<  GOAL
% 

