compass icon indicating copy to clipboard operation
compass copied to clipboard

Implementing neighbors function

Open yhoonkim opened this issue 9 years ago • 2 comments

cp.transition.neighbors( Tr, u, remained Fields ) returns all possible u’s neighbors connected by transitions of Tr. remainedFields is optional parameters that specifies fields can be added.

yhoonkim avatar Feb 13 '16 00:02 yhoonkim

remainedFields

additionalFields ? (remainedFields sounds confusing.)

u

better say spec.

Tr

Unclear what's the type of TR

returns all possible u’s neighbors

all possible neighbor specs?

kanitw avatar Feb 19 '16 01:02 kanitw

This ambiguity of TR types here clearly suggests that we should break down types of transitions first :)

kanitw avatar Feb 19 '16 14:02 kanitw