%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(lfm1).
h(in_state(lfm1,open),0).
stuck(rohb,closed).
has_leak(loi345b).
h(in_state(loi345b,open),0).
stuck(li345a,open).
stuck(lhb,closed).
stuck(rm1,open).
stuck(rx345,closed).
stuck(fm2,open).
stuck_at(fmc2_w6,fmc2_g4,1).
stuck_at(fmc1_w16,fmc1_g10,1).
stuck_at(fmc1_w16,fmc1_g10,0).
stuck_at(fmc3_w43,fmc3_g4,0).
stuck_at(fmc2_w29,fmc2_g11,1).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

