%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(rm4,open).
stuck(rx12,closed).
has_leak(rfi345b).
h(in_state(rfi345b,open),0).
has_leak(fom3).
h(in_state(fom3,open),0).
stuck(loi345b,closed).
stuck_at(fmc3_w43,fmc3_g4,0).
stuck_at(fmc1_w54,fmc1_g1,0).
stuck_at(fmc1_w28,fmc1_g8,1).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: plus_x
goal(T,fwd_rcs) :- time(T),
                   h(maneuver_of(plus_x,fwd_rcs),T).

goal(T,left_rcs) :- time(T),
                   h(maneuver_of(plus_x,left_rcs),T).

goal(T,right_rcs) :- time(T),
                   h(maneuver_of(plus_x,right_rcs),T).

