%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(ffhb).
h(in_state(ffhb,open),0).
stuck(lx345,closed).
stuck(li345a,closed).
has_leak(rfx12).
h(in_state(rfx12,open),0).
stuck(rm3,closed).
stuck(rx12,closed).
stuck(fm4,open).
has_leak(lfx12).
h(in_state(lfx12,open),0).
stuck(ffm4,closed).
stuck(fi12,open).
%%%%%%%%%%%%     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).

