%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(loi345a,open).
stuck(ffm1,closed).
stuck(ri12,closed).
stuck(fm3,closed).
stuck(lx345,closed).
has_leak(roha).
h(in_state(roha,open),0).
stuck(li345a,closed).
stuck(rfm1,open).
stuck(lm2,closed).
stuck(lom2,closed).
stuck_at(fmc2_w42,fmc2_g8,1).
stuck_at(fmc3_w53,fmc3_g3,0).
stuck_at(fmc3_w56,fmc3_g1,0).
stuck_at(fmc2_w28,fmc2_g8,1).
stuck_at(fmc4_w16,fmc4_g9,0).
stuck_at(fmc3_w44,fmc3_g8,0).
stuck_at(fmc2_w29,fmc2_g11,0).
%%%%%%%%%%%%     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).

