%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
stuck(lx345,closed).
stuck(lx12,closed).
stuck(lom1,open).
stuck(fi345,closed).
has_leak(roi345b).
h(in_state(roi345b,open),0).
stuck(fm3,open).
has_leak(lox12).
h(in_state(lox12,open),0).
stuck(lha,open).
stuck(lfm5,open).
stuck(lom3,closed).
stuck_at(fmc1_w4,fmc1_g1,0).
stuck_at(fmc4_w4,fmc4_g1,0).
stuck_at(fmc1_w39,fmc1_g2,0).
stuck_at(fmc2_w41,fmc2_g4,0).
stuck_at(fmc1_w6,fmc1_g4,0).
stuck_at(fmc4_w28,fmc4_g8,0).
stuck_at(fmc2_w6,fmc2_g4,0).
%%%%%%%%%%%%     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).

