%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lom1,closed).
stuck(rx345,open).
stuck(fm4,open).
stuck(fm1,closed).
has_leak(rox12).
h(in_state(rox12,open),0).
stuck(fha,open).
stuck(rm1,open).
stuck(ri345b,closed).
stuck(lm5,closed).
has_leak(lfm5).
h(in_state(lfm5,open),0).
stuck_at(fmc1_w23,fmc1_g9,0).
stuck_at(fmc1_w43,fmc1_g4,1).
stuck_at(fmc3_w39,fmc3_g2,0).
stuck_at(fmc4_w28,fmc4_g11,0).
stuck_at(fmc1_w29,fmc1_g11,0).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

