#base.

% Domain: satellite, Problem: strips-sat-x-1
% 
% 
% OBJECTS  >>>>>
typedobject( direction( phenomenon6 ) ).
typedobject( mode( thermograph0 ) ).
typedobject( instrument( instrument0 ) ).
typedobject( direction( star5 ) ).
typedobject( mode( spectrograph2 ) ).
typedobject( direction( phenomenon4 ) ).
typedobject( direction( phenomenon3 ) ).
typedobject( mode( image1 ) ).
typedobject( satellite( satellite0 ) ).
typedobject( direction( groundstation2 ) ).
typedobject( direction( groundstation1 ) ).
typedobject( direction( star0 ) ).
% <<<<<  OBJECTS
% 

% 
% 
% DOMAIN PREDICATES  >>>>>
holds( supports( instrument0,thermograph0 ) ).
holds( on_board( instrument0,satellite0 ) ).
holds( calibration_target( instrument0,groundstation2 ) ).
% <<<<<  DOMAIN PREDICATES
% 

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

% 
% 
% GOAL  >>>>>
goal( have_image( phenomenon4,thermograph0 ),true ).
goal( have_image( star5,thermograph0 ),true ).
goal( have_image( phenomenon6,thermograph0 ),true ).
% <<<<<  GOAL
% 

