ai :: SearchNode :: action
parent to self (if not root)The action labels the edge from parent to self.
# The action used to go from `parent` to `self` (if not root)
# The action labels the edge from `parent` to `self`.
var action: nullable A
lib/ai/search.nit:640,2--642,23