%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(rfx12,open).
stuck(li345b,open).
stuck(foi345,open).
stuck(fm1,closed).
has_leak(lom5).
h(in_state(lom5,open),0).
stuck(fom3,open).
stuck(lfm2,closed).
stuck(li12,open).
stuck(li12,open).
has_leak(rom5).
h(in_state(rom5,open),0).
stuck_at(fmc3_w60,fmc3_g3,1).
stuck_at(fmc4_w4,fmc4_g1,1).
stuck_at(fmc3_w41,fmc3_g4,1).
stuck_at(fmc4_w52,fmc4_g9,1).
stuck_at(fmc3_w38,fmc3_g10,0).
stuck_at(fmc2_w16,fmc2_g10,1).
stuck_at(fmc4_w38,fmc4_g10,1).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

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

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

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

