`eager(tiebreaking([h1(),h2()], unsafe_pruning=false))` does unsafe pruning if all heurisitics are unsafe and they all report infinity on the initial state.
The planner outputs: "Initial state is a dead end" even though the initial state is in fact solvable.
The planner outputs: "Completely explored statespace -- no solution"
|