**Current status:** ` printf("ASTAR ERROR!\n");` is called in `grap_search.cpp`. This does not seem to affect the performance of the stack. **Ideal scenario:** we would like to understand why this is happening and fix it. Removing the printf is not acceptable.
Current status:
printf("ASTAR ERROR!\n");is called ingrap_search.cpp. This does not seem to affect the performance of the stack.Ideal scenario: we would like to understand why this is happening and fix it. Removing the printf is not acceptable.