Why allowing diagonal movement would make the A* and Manhattan Distance inadmissible?

Viewed 5047

I'm slightly confused about diagonal movement in a grid using A* and the Manhattan distance metric. Can someone explain why using diagonal movement makes it inadmissible? Wouldn't going in diagonal movement find a better optimal solution as in take less steps to get to goal state than up down left right or am I missing something?

2 Answers
Related