Consider the binary relation: S = {(x,y) | y = x+1 and y in {0,1,2}}. The reflexive closure is S. The reflexive transitive closure of S is
A. {(x,y) | y > x and y in {0,1,2}}
B. {(x,y) | y >= x and y in {0,1,2}}
C. {(x,y) | y < x and y in {0,1,2}}
D. {(x,y) | y <= x and y in {0,1,2}}