When using the function createHubLabelsWithIS() it sometimes produces segfaults. It isn't really predictable either. In one run every permutation works and in others it randomly crashes. The correctness of the produced hub labeling isn't impacted (With no crash point to point queries result in shortest distances and the produced esc is valid). It has probably something to do with the parallelization.
When using the function
createHubLabelsWithIS()it sometimes produces segfaults. It isn't really predictable either. In one run every permutation works and in others it randomly crashes. The correctness of the produced hub labeling isn't impacted (With no crash point to point queries result in shortest distances and the produced esc is valid). It has probably something to do with the parallelization.