Disable hierarchical graph?

Hi. Is there a way to disable the usage of the hierarchical graph generation and updates in A*PP? I already use my own data structure to check reachability, and I noticed in heavy stress tests that the hierarchical graph updates take quite a chunk of time that is unnecessary since I’m already doing those types of checks myself.