aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/anrSolutions.json
blob: 77291a30fe8dd6f787eeaa096d0d13e6c7ae93eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
  {
    "cellId":"cell1",
    "removeableNeighbors":[
      "cell2",
      "cell3"
    ]
  },
  {
    "cellId":"cell8",
    "removeableNeighbors":[
      "cell9"
    ]
  }
]