%%%%%%%%%      Initial Situation       %%%%%%%%%%
%%%%%%%%% FAULTS and OTHER EXCEPTIONS  %%%%%%%%%%
has_leak(loha).
h(in_state(loha,open),0).
stuck(ri345b,closed).
stuck(lx12,open).
has_leak(lom1).
h(in_state(lom1,open),0).
stuck(rm3,closed).
has_leak(ffm3).
h(in_state(ffm3,open),0).
stuck(lfx345,open).
stuck(rm3,open).
stuck(foi12,closed).
has_leak(fom1).
h(in_state(fom1,open),0).
%%%%%%%%%%%%     GOALS     %%%%%%%%%%%%%

% Maneuver to be performed: minus_pitch

goal(T,fwd_rcs) :- time(T),
                   h(maneuver_of(minus_pitch,fwd_rcs),T).

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

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

