%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(fi12,closed).
has_leak(lfm2).
h(in_state(lfm2,open),0).
stuck(fi345,closed).
has_leak(lfx12).
h(in_state(lfx12,open),0).
stuck(rx345,open).
stuck(lx345,closed).
stuck(ffdummy,closed).
stuck(lfm4,closed).
%%%%%%%%%%%%     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).

