scripts/compute_upperbound.py [21:26]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    for i in range(4):
        for j in range(4):
            path = dict()
            path['loc'] = [boundaries[0] + i, boundaries[1] + j, 0]
            path['seq_of_landmarks'] = [goldstandard_features.get(neighborhood, path['loc'])]
            paths.append(path)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scripts/compute_upperbound.py [51:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    for i in range(4):
        for j in range(4):
            path = dict()
            path['loc'] = [boundaries[0] + i, boundaries[1] + j, 0]
            path['seq_of_landmarks'] = [goldstandard_features.get(neighborhood, path['loc'])]
            paths.append(path)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



