%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lfx12,closed).
stuck(lm3,open).
stuck(lom1,open).
stuck(rha,open).
stuck(li345b,open).
stuck(fi345,open).
stuck(li12,closed).
stuck(lm3,open).
has_leak(lox345).
h(in_state(lox345,open),0).
stuck(rox345,closed).
%%%%%%%%%%%%     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).

