%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lom3,closed).
stuck(lm3,closed).
stuck(ri345b,open).
stuck(lfi12,closed).
stuck(rfm5,closed).
has_leak(fom5).
h(in_state(fom5,open),0).
has_leak(lom4).
h(in_state(lom4,open),0).
stuck(lx345,open).
stuck(lhb,open).
has_leak(ffm2).
h(in_state(ffm2,open),0).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

