The question is as such: A 2d grid with obstacles has been given with 'n' robots. The robots can move in the adjacent cell within one time-tick. There are multiple constraints on robots like they cannot be in the same cell at the same time. However, they can move simultaneously. An action plan needs to be found out for each robot that moves the robot from a starting point to destination such that constraints are satisfied and the overall total time taken by the robots is the least.
I cannot seem to grasp whether this problem is an NP-hard problem or not