Exemplo n.º 1
0
 def is_goal_state(self, state: State):
     return state.get_airport().get_code() == self.dest_airport.get_code()