#base.

% Domain: satellite, Problem: strips-sat-x-1
% 
% 
% OBJECTS  >>>>>
typedobject( direction( star4 ) ).
typedobject( instrument( instrument2 ) ).
typedobject( instrument( instrument3 ) ).
typedobject( instrument( instrument0 ) ).
typedobject( instrument( instrument1 ) ).
typedobject( mode( infrared0 ) ).
typedobject( direction( phenomenon6 ) ).
typedobject( mode( spectrograph2 ) ).
typedobject( direction( phenomenon7 ) ).
typedobject( direction( phenomenon5 ) ).
typedobject( direction( star1 ) ).
typedobject( direction( star0 ) ).
typedobject( direction( star3 ) ).
typedobject( direction( star2 ) ).
typedobject( mode( image1 ) ).
typedobject( satellite( satellite0 ) ).
typedobject( satellite( satellite1 ) ).
% <<<<<  OBJECTS
% 

% 
% 
% DOMAIN PREDICATES  >>>>>
holds( supports( instrument2,image1 ) ).
holds( supports( instrument0,spectrograph2 ) ).
holds( on_board( instrument0,satellite0 ) ).
holds( supports( instrument1,image1 ) ).
holds( calibration_target( instrument2,star0 ) ).
holds( supports( instrument3,spectrograph2 ) ).
holds( supports( instrument2,infrared0 ) ).
holds( on_board( instrument3,satellite1 ) ).
holds( on_board( instrument2,satellite0 ) ).
holds( calibration_target( instrument0,star1 ) ).
holds( supports( instrument3,infrared0 ) ).
holds( on_board( instrument1,satellite0 ) ).
holds( supports( instrument3,image1 ) ).
holds( supports( instrument0,infrared0 ) ).
holds( calibration_target( instrument1,star2 ) ).
holds( calibration_target( instrument3,star0 ) ).
% <<<<<  DOMAIN PREDICATES
% 

% 
% 
% INIT  >>>>>
init( pointing( satellite0,star4 ) ).
init( power_avail( satellite1 ) ).
init( power_avail( satellite0 ) ).
init( pointing( satellite1,star0 ) ).
% <<<<<  INIT
% 

% 
% 
% GOAL  >>>>>
goal( pointing( satellite0,phenomenon5 ),true ).
goal( have_image( star3,infrared0 ),true ).
goal( have_image( star4,spectrograph2 ),true ).
goal( have_image( phenomenon5,spectrograph2 ),true ).
goal( have_image( phenomenon7,spectrograph2 ),true ).
% <<<<<  GOAL
% 

