You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function adds the edges that correspond to direct links between blocks. In this line it is assumed that adding the sub_tile_offset to z whould result in the sub_tile index which is used to access to the corresponding sub_tile in this line. However, this assumption is not true. Neither sub_tile_offset nor z have anything to do with the sub_tile index. They are related to the capacity number of the intended sub_tile.
This function adds the edges that correspond to direct links between blocks. In this line it is assumed that adding the sub_tile_offset to z whould result in the sub_tile index which is used to access to the corresponding sub_tile in this line. However, this assumption is not true. Neither sub_tile_offset nor z have anything to do with the sub_tile index. They are related to the capacity number of the intended sub_tile.
@vaughnbetz
The text was updated successfully, but these errors were encountered: